Go to the source code of this file.
◆ registerMooseObjectDeprecated()
◆ validParams< StressDivergenceRSpherical >()
Definition at line 19 of file StressDivergenceRSpherical.C.
21 InputParameters params = validParams<Kernel>();
22 params.addRequiredParam<
unsigned int>(
"component",
23 "An integer corresponding to the direction "
24 "the variable this kernel acts in. (0 for r, "
26 params.addCoupledVar(
"disp_r",
"The r displacement");
28 params.addCoupledVar(
"temp",
"The temperature");
30 params.addParam<Real>(
"zeta", 0.0,
"Stiffness dependent damping parameter for Rayleigh damping");
31 params.addParam<Real>(
"alpha", 0.0,
"alpha parameter for HHT time integration");
32 params.addParam<std::string>(
33 "appended_property_name",
"",
"Name appended to material properties to make them unique");
34 params.addParam<
bool>(
"volumetric_locking_correction",
36 "Set to false to turn off volumetric locking correction");
38 params.set<
bool>(
"use_displaced_mesh") =
true;