Go to the source code of this file.
◆ addDisplacementAboutAxisParams()
void addDisplacementAboutAxisParams |
( |
InputParameters & |
params | ) |
|
Definition at line 31 of file DisplacementAboutAxis.C.
33 MooseEnum units(
"degrees radians");
34 params.addRequiredParam<FunctionName>(
"function",
35 "The function providing the angle of rotation.");
36 params.addRequiredParam<MooseEnum>(
"angle_units",
38 "The units of the angle of rotation. Choices are:" +
40 params.addRequiredParam<RealVectorValue>(
"axis_origin",
"Origin of the axis of rotation");
41 params.addRequiredParam<RealVectorValue>(
"axis_direction",
"Direction of the axis of rotation");
Referenced by DisplacementAboutAxis::validParams().
◆ defineLegacyParams()
◆ registerMooseObject()