|
|
| MaterialStateTPSA () |
| | Constructor.
|
| const Scalar | rotation (unsigned dirIdx) const |
| | Return direction (x-, y- or z-) component of rotation.
|
|
const Scalar | solidPressure () const |
| | Return solid pressure.
|
| void | setRotation (unsigned dirIdx, const Scalar value) |
| | Set a direction (x-, y- or z-) component of rotation.
|
| void | setSolidPressure (const Scalar value) |
| | Set solid pressure.
|
| template<class MaterialState> |
| void | assign (const MaterialState &ms) |
| | Assign from another material state container.
|
|
void | checkDefined () const |
| | Instruct Valgrind to check the definedness of all attributes of this class.
|
|
| GenericMaterialState () |
| | Constructor.
|
|
virtual | ~GenericMaterialState ()=default |
| | Destructor.
|
| const Scalar | displacement (unsigned dirIdx) const |
| | Return direction (x-, y- or z-) component of displacement.
|
| void | setDisplacement (unsigned dirIdx, const Scalar value) |
| | Set a direction (x-, y- or z-) component of displacement.
|
| template<class MaterialState> |
| void | assign (const MaterialState &ms) |
| | Assign from another material state container.
|
|
void | checkDefined () const |
| | Instruct Valgrind to check the definedness of all attributes of this class.
|
|
|
std::array< Scalar, 3 > | rotation_ {} |
|
Scalar | solidPressure_ {} |
|
std::array< Scalar, 3 > | displacement_ {} |
◆ assign()
template<class Scalar>
template<class MaterialState>
Assign from another material state container.
- Parameters
-
| ms | Incoming material state container |
◆ rotation()
Return direction (x-, y- or z-) component of rotation.
- Parameters
-
| dirIdx | Direction component index |
◆ setRotation()
Set a direction (x-, y- or z-) component of rotation.
- Parameters
-
| dirIdx | Direction component index |
| value | Rotation value |
◆ setSolidPressure()
Set solid pressure.
- Parameters
-
| value | Solid pressure value |
The documentation for this class was generated from the following file: