Go to the source code of this file.
◆ validParams< IsotropicPowerLawHardening >()
Definition at line 26 of file IsotropicPowerLawHardening.C.
30 params.set<Real>(
"yield_stress") = 1.0;
31 params.set<Real>(
"hardening_constant") = 1.0;
33 params.suppressParameter<Real>(
"yield_stress");
34 params.suppressParameter<FunctionName>(
"yield_stress_function");
35 params.suppressParameter<Real>(
"hardening_constant");
36 params.suppressParameter<FunctionName>(
"hardening_function");
38 params.addRequiredParam<Real>(
"strength_coefficient",
39 "The strength coefficient (K) for power law hardening");
40 params.addRequiredParam<Real>(
"strain_hardening_exponent",
41 "The strain hardening exponent (n) for power law hardening");