![]() |
OGS
|
|
Variables specific to the material model.
#include <Coulomb.h>
Public Types | |
| using | P = ParameterLib::Parameter<double> |
| using | X = ParameterLib::SpatialPosition |
Public Member Functions | |
| MaterialProperties (P const &normal_stiffness_, P const &shear_stiffness_, P const &friction_angle_, P const &dilatancy_angle_, P const &cohesion_) | |
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. | |
| P const & | friction_angle |
| P const & | dilatancy_angle |
| P const & | cohesion |
| Fracture cohesion in units of stress. | |
| using MaterialLib::Fracture::Coulomb::Coulomb< DisplacementDim >::MaterialProperties::P = ParameterLib::Parameter<double> |
| using MaterialLib::Fracture::Coulomb::Coulomb< DisplacementDim >::MaterialProperties::X = ParameterLib::SpatialPosition |
|
inline |
Definition at line 62 of file Coulomb.h.
References cohesion, dilatancy_angle, friction_angle, normal_stiffness, and shear_stiffness.
| P const& MaterialLib::Fracture::Coulomb::Coulomb< DisplacementDim >::MaterialProperties::cohesion |
Fracture cohesion in units of stress.
Definition at line 84 of file Coulomb.h.
Referenced by MaterialProperties().
| P const& MaterialLib::Fracture::Coulomb::Coulomb< DisplacementDim >::MaterialProperties::dilatancy_angle |
Governs the dilatancy behaviour during the plastic deformation of the fault.
Definition at line 82 of file Coulomb.h.
Referenced by MaterialProperties().
| P const& MaterialLib::Fracture::Coulomb::Coulomb< DisplacementDim >::MaterialProperties::friction_angle |
Governs the normal stress dependence of the shear strength.
Definition at line 78 of file Coulomb.h.
Referenced by MaterialProperties().
| P const& MaterialLib::Fracture::Coulomb::Coulomb< DisplacementDim >::MaterialProperties::normal_stiffness |
Normal stiffness given in units of stress per length.
Definition at line 73 of file Coulomb.h.
Referenced by MaterialProperties().
| P const& MaterialLib::Fracture::Coulomb::Coulomb< DisplacementDim >::MaterialProperties::shear_stiffness |
Shear stiffness given in units of stress per length.
Definition at line 75 of file Coulomb.h.
Referenced by MaterialProperties().