16 params.
addParam<std::string>(
"intvar_prop_name",
17 "Name of internal variable property to "
18 "calculate material resistance: Same as "
19 "internal variable user object");
26 _intvar_prop_name(getParam<
std::string>(
"intvar_prop_name")),
27 _intvar(getMaterialPropertyByName<Real>(_intvar_prop_name))
static InputParameters validParams()
static InputParameters validParams()
HEVPStrengthUOBase(const InputParameters ¶meters)