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

Distribute a series of point forces to its contact shell bodies. More...

#include <thin_structure_dynamics.h>

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

Public Member Functions

 DistributingPointForcesToShell (SolidBody &sph_body, std::vector< Vecd > point_forces, std::vector< Vecd > reference_positions, Real time_to_full_external_force, Real particle_spacing_ref, Real h_spacing_ratio=1.6)
 
void getWeight ()
 
void getForce ()
 
virtual void Update (size_t index_i, Real dt=0.0) override
 
- Public Member Functions inherited from SPH::ParticleDynamicsSimple
 ParticleDynamicsSimple (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::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 Attributes

std::vector< Vecd > point_forces_
 
std::vector< Vecd > reference_positions_
 
std::vector< Vecd > time_dependent_point_forces_
 
Real time_to_full_external_force_
 
Real particle_spacing_ref_
 
Real h_spacing_ratio_
 
StdLargeVec< Vecd > & pos0_
 
StdLargeVec< Vecd > & acc_prior_
 
StdLargeVec< Real > & Vol_
 
StdLargeVec< Real > & mass_
 
StdLargeVec< Real > & thickness_
 
std::vector< StdLargeVec< Real > > weight_
 
std::vector< Real > sum_of_weight_
 
- Protected Attributes inherited from SPH::ParticleDynamicsSimple
ParticleFunctor functor_update_
 
- 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
 
- Protected Member Functions inherited from SPH::ParticleDynamics< void >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 

Detailed Description

Distribute a series of point forces to its contact shell bodies.


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