Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NodalRankTwoScalarPD >()
Definition at line 18 of file NodalRankTwoScalarPD.C.
21 params.addClassDescription(
22 "Class for calculating scalar quantities of nodal rank-two stress and strain tensors "
23 "from material properties (stress and strain) for edge elements (i.e., bonds) "
24 "connected at that node. NOTE: This UserObject only applies to SNOSPD model.");
26 params.addRequiredParam<MooseEnum>(
28 params.addParam<Point>(
31 "Start point for axis used to calculate some cylindrical material tensor quantities");
32 params.addParam<Point>(
"point2",
34 "End point for axis used to calculate some material tensor quantities");
35 params.addParam<Point>(
"direction", Point(0, 0, 1),
"Direction vector");