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

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

#include <relax_dynamics.h>

Inherits SPH::relax_dynamics::RelaxationStepInner.

Public Member Functions

 ShellRelaxationStepInner (BaseBodyRelationInner &inner_relation, Real thickness, Real level_set_refinement_ratio, 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::relax_dynamics::RelaxationStepInner
 RelaxationStepInner (BaseBodyRelationInner &inner_relation, bool level_set_correction=false)
 
- Public Member Functions inherited from SPH::ParticleDynamics< void >
 ParticleDynamics (SPHBody &sph_body)
 
SPHBodygetSPHBody ()
 

Public Attributes

UpdateParticlePosition update_shell_particle_position_
 
ShellMidSurfaceBounding mid_surface_bounding_
 
- Public Attributes inherited from SPH::relax_dynamics::RelaxationStepInner
UniquePtr< RelaxationAccelerationInnerrelaxation_acceleration_inner_
 
GetTimeStepSizeSquare get_time_step_square_
 
UpdateParticlePosition update_particle_position_
 
ShapeSurfaceBounding surface_bounding_
 

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)
 
- Protected Attributes inherited from SPH::relax_dynamics::RelaxationStepInner
RealBodyreal_body_
 
BaseBodyRelationInnerinner_relation_
 
NearShapeSurface near_shape_surface_
 
- Protected Attributes inherited from SPH::ParticleDynamics< void >
SPHBodysph_body_
 
SPHAdaptationsph_adaptation_
 
BaseParticlesbase_particles_
 

Detailed Description

carry out particle relaxation step of particles within the shell body

Member Function Documentation

◆ exec()

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


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