Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< AbaqusCreepMaterial >()
Definition at line 22 of file AbaqusCreepMaterial.C.
25 params.addRequiredParam<FileName>(
"plugin",
26 "The path to the compiled dynamic library for the "
27 "plugin you want to use (without -opt.plugin or "
29 params.addRequiredParam<Real>(
"youngs_modulus",
"Young's Modulus");
30 params.addRequiredParam<Real>(
"poissons_ratio",
"Poissons Ratio");
31 params.addRequiredParam<Real>(
"num_state_vars",
32 "The number of state variables this CREEP routine will use");
33 params.addRequiredParam<
unsigned int>(
34 "integration_flag",
"The creep integration method: Explicit = 0 and Implicit = 1");
35 params.addRequiredParam<
unsigned int>(
36 "solve_definition",
"Creep/Swell Explicit/Implicit Integration Definition to use: 1 - 5");
37 params.addParam<
unsigned int>(
"routine_flag",
39 "The flag determining when the routine is "
40 "called: Start of increment = 0 and End of "