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

Fix the position and angle of a shell body part. Note that the average values for FSI are prescribed also. More...

#include <thin_structure_dynamics.h>

Inherits SPH::PartSimpleDynamicsByParticle, and SPH::DataDelegateSimple< BodyType, ParticlesType, MaterialType >.

Public Member Functions

 ConstrainShellBodyRegion (SolidBody &sph_body, BodyPartByParticle &body_part)
 
- Public Member Functions inherited from SPH::PartSimpleDynamicsByParticle
 PartSimpleDynamicsByParticle (SPHBody &sph_body, BodyPartByParticle &body_part)
 
virtual void exec (Real dt=0.0) override
 
virtual void parallel_exec (Real dt=0.0) override
 
- Public Member Functions inherited from SPH::PartDynamicsByParticle
 PartDynamicsByParticle (SPHBody &sph_body, BodyPartByParticle &body_part)
 
- Public Member Functions inherited from SPH::ParticleDynamics< void >
 ParticleDynamics (SPHBody &sph_body)
 
SPHBodygetSPHBody ()
 
- Public Member Functions inherited from SPH::DataDelegateSimple< BodyType, ParticlesType, MaterialType >
 DataDelegateSimple (SPHBody &sph_body)
 
BodyType * getBody ()
 
ParticlesType * getParticles ()
 
MaterialType * getMaterial ()
 

Protected Member Functions

virtual Vecd getDisplacement (const Vecd &pos_0, const Vecd &pos_n)
 
virtual Vecd getVelocity (const Vecd &pos_0, const Vecd &pos_n, const Vecd &vel_n)
 
virtual Vecd GetAcceleration (const Vecd &pos_0, const Vecd &pos_n, const Vecd &acc)
 
virtual Vecd GetRotationAngle (const Vecd &pos_0, const Vecd &pos_n, const Vecd &rotation_angles_0_)
 
virtual Vecd GetAngularVelocity (const Vecd &pos_0, const Vecd &pos_n, const Vecd &angular_vel_)
 
virtual Vecd GetAngularAcceleration (const Vecd &pos_0, const Vecd &pos_n, const Vecd &dangular_vel_dt_)
 
virtual Vecd GetPseudoNormal (const Vecd &pos_0, const Vecd &pos_n, const Vecd &n_0)
 
virtual Vecd GetPseudoNormalChangeRate (const Vecd &pos_0, const Vecd &pos_n, const Vecd &dpseudo_normal_dt_)
 
virtual void Update (size_t index_i, Real dt=0.0) override
 
- Protected Member Functions inherited from SPH::ParticleDynamics< void >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 

Protected Attributes

StdLargeVec< Vecd > & pos_
 
StdLargeVec< Vecd > & pos0_
 
StdLargeVec< Vecd > & n_
 
StdLargeVec< Vecd > & vel_
 
StdLargeVec< Vecd > & acc_
 
StdLargeVec< Vecd > & rotation_
 
StdLargeVec< Vecd > & angular_vel_
 
StdLargeVec< Vecd > & dangular_vel_dt_
 
StdLargeVec< Vecd > & pseudo_n_
 
StdLargeVec< Vecd > & dpseudo_n_dt_
 
- Protected Attributes inherited from SPH::PartSimpleDynamicsByParticle
ParticleFunctor functor_update_
 
- Protected Attributes inherited from SPH::PartDynamicsByParticle
IndexVectorbody_part_particles_
 
- Protected Attributes inherited from SPH::ParticleDynamics< void >
SPHBodysph_body_
 
SPHAdaptationsph_adaptation_
 
BaseParticlesbase_particles_
 
- Protected Attributes inherited from SPH::DataDelegateSimple< BodyType, ParticlesType, MaterialType >
BodyType * body_
 
ParticlesType * particles_
 
MaterialType * material_
 
StdLargeVec< size_t > & sorted_id_
 
StdLargeVec< size_t > & unsorted_id_
 

Additional Inherited Members

- Static Public Attributes inherited from SPH::GlobalStaticVariables
static Real physical_time_ = 0.0
 

Detailed Description

Fix the position and angle of a shell body part. Note that the average values for FSI are prescribed also.


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