OGS
|
#include <Ehlers.h>
Public Member Functions | |
Damage ()=default | |
Damage (double const kappa_d, double const value) | |
double | kappa_d () const |
double & | kappa_d () |
double | value () const |
double & | value () |
Private Attributes | |
double | _kappa_d = 0 |
damage driving variable | |
double | _value = 0 |
isotropic damage variable | |
|
default |
|
inline |
Definition at line 205 of file Ehlers.h.
|
inline |
|
inline |
Definition at line 210 of file Ehlers.h.
References _kappa_d.
Referenced by MaterialLib::Solids::Ehlers::SolidEhlers< DisplacementDim >::getInternalVariables().
|
inline |
|
inline |
Definition at line 212 of file Ehlers.h.
References _value.
Referenced by MaterialLib::Solids::Ehlers::SolidEhlers< DisplacementDim >::getInternalVariables(), and MaterialLib::Solids::Ehlers::SolidEhlers< DisplacementDim >::integrateStress().
|
private |
|
private |