Go to the source code of this file.
◆ validParams< ComputeStrainBaseNOSPD >()
Definition at line 17 of file ComputeStrainBaseNOSPD.C.
20 params.addClassDescription(
21 "Base class for Self-stabilized Non-Ordinary State-based PeriDynamic (SNOSPD) "
22 "correspondence material model");
24 params.addParam<
bool>(
"plane_strain",
26 "Plane strain problem or not, this will affect the mechanical stretch "
27 "calculation for problem with eigenstrains");
28 params.addParam<std::vector<MaterialPropertyName>>(
29 "eigenstrain_names",
"List of eigenstrains to be applied in this strain calculation");
Referenced by validParams< ComputeFiniteStrainNOSPD >(), and validParams< ComputeSmallStrainNOSPD >().