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

base class for elastic relaxation More...

#include <elastic_dynamics.h>

Inherits SPH::ParticleDynamics1Level, and SPH::DataDelegateInner< BodyType, ParticlesType, MaterialType, BaseDataDelegateType >.

Inherited by SPH::solid_dynamics::BaseStressRelaxationFirstHalf, and SPH::solid_dynamics::StressRelaxationSecondHalf.

Public Member Functions

 BaseElasticRelaxation (BaseBodyRelationInner &inner_relation)
 
- Public Member Functions inherited from SPH::ParticleDynamics1Level
 ParticleDynamics1Level (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::InteractionDynamicsWithUpdate
 InteractionDynamicsWithUpdate (SPHBody &sph_body)
 
- 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::DataDelegateInner< BodyType, ParticlesType, MaterialType, BaseDataDelegateType >
 DataDelegateInner (BaseBodyRelationInner &body_inner_relation)
 

Protected Attributes

StdLargeVec< Real > & Vol_
 
StdLargeVec< Real > & rho_
 
StdLargeVec< Real > & mass_
 
StdLargeVec< Vecd > & pos_
 
StdLargeVec< Vecd > & vel_
 
StdLargeVec< Vecd > & acc_
 
StdLargeVec< Matd > & B_
 
StdLargeVec< Matd > & F_
 
StdLargeVec< Matd > & dF_dt_
 
- Protected Attributes inherited from SPH::ParticleDynamics1Level
ParticleFunctor functor_initialization_
 
- Protected Attributes inherited from SPH::InteractionDynamicsWithUpdate
ParticleFunctor functor_update_
 
- 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::DataDelegateInner< BodyType, ParticlesType, MaterialType, BaseDataDelegateType >
ParticleConfigurationinner_configuration_
 

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::ParticleDynamics1Level
virtual void Initialization (size_t index_i, Real dt=0.0)=0
 
- Protected Member Functions inherited from SPH::InteractionDynamicsWithUpdate
virtual void Update (size_t index_i, Real dt=0.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

base class for elastic relaxation


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