GRINS-0.8.0
|
#include <stress_strain_law.h>
Public Member Functions | |
StressStrainLaw () | |
virtual | ~StressStrainLaw () |
void | compute_stress (unsigned int dim, const libMesh::TensorValue< libMesh::Real > &g_contra, const libMesh::TensorValue< libMesh::Real > &g_cov, const libMesh::TensorValue< libMesh::Real > &G_contra, const libMesh::TensorValue< libMesh::Real > &G_cov, libMesh::TensorValue< libMesh::Real > &stress) |
void | compute_stress_and_elasticity (unsigned int dim, const libMesh::TensorValue< libMesh::Real > &g_contra, const libMesh::TensorValue< libMesh::Real > &g_cov, const libMesh::TensorValue< libMesh::Real > &G_contra, const libMesh::TensorValue< libMesh::Real > &G_cov, libMesh::TensorValue< libMesh::Real > &stress, ElasticityTensor &C) |
libMesh::Real | compute_33_stress (const libMesh::TensorValue< libMesh::Real > &g_contra, const libMesh::TensorValue< libMesh::Real > &g_cov, const libMesh::TensorValue< libMesh::Real > &G_contra, const libMesh::TensorValue< libMesh::Real > &G_cov) |
This is primarily a helper function for the plane stress cases. More... | |
Definition at line 43 of file stress_strain_law.h.
|
inline |
Definition at line 47 of file stress_strain_law.h.
|
inlinevirtual |
Definition at line 48 of file stress_strain_law.h.
|
inline |
This is primarily a helper function for the plane stress cases.
Definition at line 101 of file stress_strain_law.h.
|
inline |
Definition at line 74 of file stress_strain_law.h.
|
inline |
Definition at line 87 of file stress_strain_law.h.