18 params.addParam<std::string>(
"intvar_prop_name",
19 "Name of internal variable property to "
20 "calculate material resistance: Same as "
21 "internal variable user object");
22 params.addClassDescription(
"User Object to compute material resistance");
27 : DiscreteElementUserObject(parameters),
28 _intvar_prop_name(getParam<std::string>(
"intvar_prop_name")),
29 _intvar(getMaterialPropertyByName<Real>(_intvar_prop_name))