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

prodict the normal direction of shell particles. More...

#include <relax_dynamics.h>

Inherits SPH::ParticleDynamics< void >.

Classes

class  ConsistencyCorrection
 
class  ConsistencyUpdatedCheck
 
class  NormalPrediction
 
class  PredictionConvergenceCheck
 
class  SmoothingNormal
 

Public Member Functions

 ShellNormalDirectionPrediction (BaseBodyRelationInner &inner_relation, Real thickness, Real consistency_criterion=cos(Pi/20.0))
 
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 ()
 

Protected Attributes

SimpleDynamics< NormalPredictionnormal_prediction_
 
PredictionConvergenceCheck normal_prediction_convergence_check_
 
ConsistencyCorrection consistency_correction_
 
ConsistencyUpdatedCheck consistency_updated_check_
 
SmoothingNormal smoothing_normal_
 
- 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

prodict the normal direction of shell particles.

Member Function Documentation

◆ exec()

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


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