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

Computing the self-contact force. More...

#include <contact_dynamics.h>

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

Public Member Functions

 SelfContactForce (SolidBodyRelationSelfContact &self_contact_relation)
 
- Public Member Functions inherited from SPH::PartInteractionDynamicsByParticle
 PartInteractionDynamicsByParticle (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::DataDelegateInner< BodyType, ParticlesType, MaterialType, BaseDataDelegateType >
 DataDelegateInner (BaseBodyRelationInner &body_inner_relation)
 

Protected Member Functions

virtual void Interaction (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< Real > & mass_
 
StdLargeVec< Real > & self_contact_density_
 
StdLargeVec< Real > & Vol_
 
StdLargeVec< Vecd > & acc_prior_
 
StdLargeVec< Vecd > & vel_
 
Real contact_impedance_
 
- Protected Attributes inherited from SPH::PartInteractionDynamicsByParticle
ParticleFunctor functor_interaction_
 
- 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::DataDelegateInner< BodyType, ParticlesType, MaterialType, BaseDataDelegateType >
ParticleConfigurationinner_configuration_
 

Additional Inherited Members

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

Detailed Description

Computing the self-contact force.

Member Function Documentation

◆ Interaction()

void SPH::solid_dynamics::SelfContactForce::Interaction ( size_t  index_i,
Real  dt = 0.0 
)
overrideprotectedvirtual

Inner interaction.

Implements SPH::PartInteractionDynamicsByParticle.


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