|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
Linear isotropic hardening law. More...
#include <solid_material.hpp>
Public Member Functions | |
| template<typename T1 , typename T2 > | |
| auto | operator() (T1 accumulated_plastic_strain, T2 accumulated_plastic_strain_rate) const |
| Computes the flow stress. More... | |
Public Attributes | |
| double | sigma_y |
| yield strength | |
| double | Hi |
| Isotropic hardening modulus. | |
| double | eta |
| viscosity for linear rate sensitivity | |
Linear isotropic hardening law.
Definition at line 178 of file solid_material.hpp.
|
inline |
Computes the flow stress.
| T1 | Number-like type |
| T2 | Number-like type |
| accumulated_plastic_strain | The uniaxial equivalent accumulated plastic strain |
| accumulated_plastic_strain_rate | The rate of the uniaxial equivalent accumulated plastic strain |
Definition at line 193 of file solid_material.hpp.