OGS
|
A list of MFront's tangent operator blocks. The list consists of pairs of types, first a thermodynamic force, and second a gradient or external state variable.
Gradients | a list (of types) of gradients driving the MFront behaviour |
TDynForces | a list (of types) of thermodynamic forces |
ExtStateVars | a list (of types) of external state variables |
"Gradients" is MFront nomenclature for the quantities driving an MFront behaviour.
"Thermodynamic forces" are the quantities an MFront behaviour computes.
"External state variables" are additional quantities driving the MFront behaviour, e.g. temperature.
Gradients
, TDynForces
and ExtStateVars
are lists of types. Type in these lists is expected to behave like Strain and the other classes in Variable.h.
Definition at line 64 of file TangentOperatorBlocksView.h.
#include <TangentOperatorBlocksView.h>
Public Types | |
using | GradientsAndExtStateVars |
using | type |
using MaterialLib::Solids::MFront::ForcesGradsCombinations< Gradients, TDynForces, ExtStateVars >::GradientsAndExtStateVars |
Definition at line 70 of file TangentOperatorBlocksView.h.
using MaterialLib::Solids::MFront::ForcesGradsCombinations< Gradients, TDynForces, ExtStateVars >::type |
Definition at line 75 of file TangentOperatorBlocksView.h.