|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
Voce's 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 | sigma_sat |
| saturation value of flow strength | |
| double | strain_constant |
| The constant dictating how fast the exponential decays. | |
| double | eta |
| viscosity for linear rate sensitivity | |
Voce's isotropic hardening law.
This form has an exponential saturation character.
Definition at line 231 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 247 of file solid_material.hpp.