OGS
|
Variables specific to the material model.
Definition at line 28 of file LinearElasticIsotropic.h.
#include <LinearElasticIsotropic.h>
Public Types | |
using | P = ParameterLib::Parameter<double> |
using | X = ParameterLib::SpatialPosition |
Public Member Functions | |
MaterialProperties (P const &normal_stiffness_, P const &shear_stiffness_) | |
Public Attributes | |
P const & | normal_stiffness |
Normal stiffness given in units of stress per length. | |
P const & | shear_stiffness |
Shear stiffness given in units of stress per length. | |
using MaterialLib::Fracture::LinearElasticIsotropic< DisplacementDim >::MaterialProperties::P = ParameterLib::Parameter<double> |
Definition at line 30 of file LinearElasticIsotropic.h.
using MaterialLib::Fracture::LinearElasticIsotropic< DisplacementDim >::MaterialProperties::X = ParameterLib::SpatialPosition |
Definition at line 31 of file LinearElasticIsotropic.h.
|
inline |
Definition at line 33 of file LinearElasticIsotropic.h.
P const& MaterialLib::Fracture::LinearElasticIsotropic< DisplacementDim >::MaterialProperties::normal_stiffness |
Normal stiffness given in units of stress per length.
Definition at line 39 of file LinearElasticIsotropic.h.
P const& MaterialLib::Fracture::LinearElasticIsotropic< DisplacementDim >::MaterialProperties::shear_stiffness |
Shear stiffness given in units of stress per length.
Definition at line 41 of file LinearElasticIsotropic.h.