Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< IsotropicTempDepHardening >()
Definition at line 20 of file IsotropicTempDepHardening.C.
24 params.set<Real>(
"yield_stress") = 1.0;
25 params.set<Real>(
"hardening_constant") = 1.0;
27 params.suppressParameter<Real>(
"yield_stress");
28 params.suppressParameter<FunctionName>(
"yield_stress_function");
29 params.suppressParameter<Real>(
"hardening_constant");
30 params.suppressParameter<FunctionName>(
"hardening_function");
32 params.addRequiredParam<std::vector<FunctionName>>(
33 "hardening_functions",
34 "List of functions of true stress as function of plastic strain at different temperatures");
35 params.addRequiredParam<std::vector<Real>>(
37 "List of temperatures corresponding to the functions listed in 'hardening_functions'");