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

computing von_Mises_stress More...

#include <solid_particles_variable.h>

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

Public Member Functions

 VonMisesStress (SPHBody &sph_body)
 
void update (size_t index_i, Real dt=0.0)
 
- Public Member Functions inherited from SPH::BaseDerivedVariable< Real >
 BaseDerivedVariable (const SPHBody &sph_body, const std::string &variable_name)
 
- Public Member Functions inherited from SPH::DataDelegateSimple< BodyType, ParticlesType, MaterialType >
 DataDelegateSimple (SPHBody &sph_body)
 
BodyType * getBody ()
 
ParticlesType * getParticles ()
 
MaterialType * getMaterial ()
 

Protected Attributes

Real rho0_
 
StdLargeVec< Real > & rho_
 
StdLargeVec< Matd > & F_
 
- Protected Attributes inherited from SPH::BaseDerivedVariable< Real >
StdLargeVec< Real > derived_variable_
 
- 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

- Public Types inherited from SPH::BaseDerivedVariable< Real >
using DerivedVariableType = Real
 
- Public Attributes inherited from SPH::BaseDerivedVariable< Real >
std::string variable_name_
 

Detailed Description

computing von_Mises_stress


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