Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< AbaqusUmatMaterial >()
Definition at line 21 of file AbaqusUmatMaterial.C.
24 params.addRequiredParam<FileName>(
25 "plugin",
"The path to the compiled dynamic library for the plugin you want to use");
26 params.addRequiredParam<std::vector<Real>>(
"mechanical_constants",
27 "Mechanical Material Properties");
28 params.addParam<std::vector<Real>>(
"thermal_constants",
"Thermal Material Properties");
29 params.addRequiredParam<
unsigned int>(
"num_state_vars",
30 "The number of state variables this UMAT is going to use");