|
| | CreepLaw (double E, VectorXd E_KC, VectorXd T_KC) |
| | Ctor. More...
|
| |
| EngineeringStress< 1 > | Stress (EngineeringStrain< 1 > strain, double delta_t, CellIds ids) const override |
| | Calculates the stress at an integration point. More...
|
| |
| EngineeringTangent< 1 > | Tangent (EngineeringStrain< 1 >, double delta_t, CellIds) const override |
| | Calculates the mechanical tangent(stiffness) at an integration point. More...
|
| |
| void | UpdateHistoryData (const NuTo::CellIpData &cellIpData, DofType dofType, double delta_t) |
| | Updates the history data. More...
|
| |
| virtual EngineeringStress< TDim > | Stress (EngineeringStrain< TDim > strain, double deltaT, CellIds ids) const =0 |
| |
| virtual EngineeringTangent< TDim > | Tangent (EngineeringStrain< TDim >, double deltaT, CellIds ids) const =0 |
| |
| const CreepHistoryData & | GetIpHistoryData (const unsigned int cellNum, const unsigned int ipNum) const |
| | Returns the history data for a specific integration point. More...
|
| |
| CreepHistoryData & | GetIpHistoryData (const unsigned int cellNum, const unsigned int ipNum) |
| | Returns the history data for a specific integration point. More...
|
| |
| void | InitializeHistoryData (const unsigned int numCells, const unsigned int ipsPerCell) |
| | Initializes the history data. More...
|
| |
Creep law using the exponential algorithm.