SPHinXsys  alpha version
Public Member Functions | Protected Attributes | List of all members
SPH::InteractionDynamicsSplitting Class Reference

This is for the splitting algorithm. More...

#include <particle_dynamics_algorithms.h>

Inherits SPH::InteractionDynamics.

Inherited by SPH::DampingBySplittingInner< VariableType >, SPH::DampingPairwiseFromWall< VariableType >, SPH::DampingPairwiseInner< VariableType >, and SPH::solid_dynamics::PairwiseFrictionFromWall.

Public Member Functions

 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 ()
 

Protected Attributes

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_
 

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 Member Functions inherited from SPH::InteractionDynamics
virtual void Interaction (size_t index_i, Real dt=0.0)=0
 
- Protected Member Functions inherited from SPH::ParticleDynamics< void >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 

Detailed Description

This is for the splitting algorithm.

Member Function Documentation

◆ exec()

void SPH::InteractionDynamicsSplitting::exec ( Real  dt = 0.0)
overridevirtual

The only two functions can be called from outside One is for sequential execution, the other is for parallel.

Reimplemented from SPH::InteractionDynamics.


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