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

carry out particle relaxation step of particles within the body More...

#include <relax_dynamics.h>

Inherits SPH::ParticleDynamics< void >.

Inherited by SPH::relax_dynamics::ShellRelaxationStepInner.

Public Member Functions

 RelaxationStepInner (BaseBodyRelationInner &inner_relation, bool level_set_correction=false)
 
virtual void exec (Real dt=0.0) override
 
virtual void parallel_exec (Real dt=0.0) override
 
- Public Member Functions inherited from SPH::ParticleDynamics< void >
 ParticleDynamics (SPHBody &sph_body)
 
SPHBodygetSPHBody ()
 

Public Attributes

UniquePtr< RelaxationAccelerationInnerrelaxation_acceleration_inner_
 
GetTimeStepSizeSquare get_time_step_square_
 
UpdateParticlePosition update_particle_position_
 
ShapeSurfaceBounding surface_bounding_
 

Protected Attributes

RealBodyreal_body_
 
BaseBodyRelationInnerinner_relation_
 
NearShapeSurface near_shape_surface_
 
- Protected Attributes inherited from SPH::ParticleDynamics< void >
SPHBodysph_body_
 
SPHAdaptationsph_adaptation_
 
BaseParticlesbase_particles_
 

Additional Inherited Members

- Static Public Attributes inherited from SPH::GlobalStaticVariables
static Real physical_time_ = 0.0
 
- Protected Member Functions inherited from SPH::ParticleDynamics< void >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 

Detailed Description

carry out particle relaxation step of particles within the body

Member Function Documentation

◆ exec()

void SPH::relax_dynamics::RelaxationStepInner::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.

Implements SPH::ParticleDynamics< void >.

Reimplemented in SPH::relax_dynamics::ShellRelaxationStepInner.


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