Go to the source code of this file.
◆ validParams< NodalRankTwoUserObjectBasePD >()
Definition at line 16 of file NodalRankTwoUserObjectBasePD.C.
19 params.addClassDescription(
20 "Base class for calculating components and scalar type quantities of nodal rank-two stress "
21 "and strain tensors from material properties (stress and strain) for edge elements "
22 "(i.e., bonds) connected at that node. NOTE: This UserObject only applies to SNOSPD model.");
24 params.addRequiredParam<MaterialPropertyName>(
25 "rank_two_tensor",
"Name of the nodal rank two tensors (stress/strains)");
27 params.set<ExecFlagEnum>(
"execute_on") = EXEC_TIMESTEP_END;
Referenced by validParams< NodalRankTwoComponentPD >(), and validParams< NodalRankTwoScalarPD >().