SPHinXsys  alpha version
Public Member Functions | Protected Member Functions | List of all members
SPH::DampingPairwiseFromWall< VariableType > Class Template Reference

Damping to wall by which the wall velocity is not updated and the mass of wall particle is not considered. More...

#include <particle_dynamics_dissipation.h>

Inherits SPH::InteractionDynamicsSplitting, and SPH::DataDelegateContact< SPHBody, BaseParticles, BaseMaterial, SolidBody, SolidParticles, Solid >.

Public Member Functions

 DampingPairwiseFromWall (BaseBodyRelationContact &contact_relation, const std::string &variable_name, Real eta)
 
- Public Member Functions inherited from SPH::InteractionDynamicsSplitting
 InteractionDynamicsSplitting (SPHBody &sph_body)
 
virtual void exec (Real dt=0.0) override
 
virtual void parallel_exec (Real dt=0.0) override
 
- Public Member Functions inherited from SPH::InteractionDynamics
 InteractionDynamics (SPHBody &sph_body)
 
- Public Member Functions inherited from SPH::ParticleDynamics< void >
 ParticleDynamics (SPHBody &sph_body)
 
SPHBodygetSPHBody ()
 
- Public Member Functions inherited from SPH::DataDelegateContact< SPHBody, BaseParticles, BaseMaterial, SolidBody, SolidParticles, Solid >
 DataDelegateContact (BaseBodyRelationContact &body_contact_relation)
 
- Public Member Functions inherited from SPH::DataDelegateSimple< SPHBody, BaseParticles, BaseMaterial >
 DataDelegateSimple (SPHBody &sph_body)
 
SPHBodygetBody ()
 
BaseParticlesgetParticles ()
 
BaseMaterialgetMaterial ()
 

Protected Member Functions

virtual void Interaction (size_t index_i, Real dt=0.0) override
 
- Protected Member Functions inherited from SPH::ParticleDynamics< void >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 

Additional Inherited Members

- Public Attributes inherited from SPH::InteractionDynamics
StdVec< ParticleDynamics< void > * > pre_processes_
 
StdVec< ParticleDynamics< void > * > post_processes_
 
- Static Public Attributes inherited from SPH::GlobalStaticVariables
static Real physical_time_ = 0.0
 
- Protected Attributes inherited from SPH::InteractionDynamicsSplitting
RealBodyreal_body_
 
SplitCellListssplit_cell_lists_
 
- Protected Attributes inherited from SPH::InteractionDynamics
ParticleFunctor functor_interaction_
 
- Protected Attributes inherited from SPH::ParticleDynamics< void >
SPHBodysph_body_
 
SPHAdaptationsph_adaptation_
 
BaseParticlesbase_particles_
 
- Protected Attributes inherited from SPH::DataDelegateContact< SPHBody, BaseParticles, BaseMaterial, SolidBody, SolidParticles, Solid >
StdVec< SolidBody *> contact_bodies_
 
StdVec< SolidParticles *> contact_particles_
 
StdVec< Solid *> contact_material_
 
StdVec< ParticleConfiguration *> contact_configuration_
 
- Protected Attributes inherited from SPH::DataDelegateSimple< SPHBody, BaseParticles, BaseMaterial >
SPHBodybody_
 
BaseParticlesparticles_
 
BaseMaterialmaterial_
 
StdLargeVec< size_t > & sorted_id_
 
StdLargeVec< size_t > & unsorted_id_
 

Detailed Description

template<typename VariableType>
class SPH::DampingPairwiseFromWall< VariableType >

Damping to wall by which the wall velocity is not updated and the mass of wall particle is not considered.

Member Function Documentation

◆ Interaction()

template<typename VariableType >
void SPH::DampingPairwiseFromWall< VariableType >::Interaction ( size_t  index_i,
Real  dt = 0.0 
)
overrideprotectedvirtual

Contact interaction.

Implements SPH::InteractionDynamics.


The documentation for this class was generated from the following files: