![]() |
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 Damage(), MaterialLib::Solids::Ehlers::SolidEhlers< DisplacementDim >::getInternalVariables(), and MaterialLib::Solids::Ehlers::StateVariables< DisplacementDim >::operator<<.
|
inline |
|
inline |
Definition at line 212 of file Ehlers.h.
References _value.
Referenced by Damage(), MaterialLib::Solids::Ehlers::SolidEhlers< DisplacementDim >::getInternalVariables(), MaterialLib::Solids::Ehlers::SolidEhlers< DisplacementDim >::integrateStress(), and MaterialLib::Solids::Ehlers::StateVariables< DisplacementDim >::operator<<.
|
private |
|
private |