Go to the source code of this file.
◆ validParams< ParametricMaterialBasePD >()
Definition at line 17 of file ParametricMaterialBasePD.C.
20 params.addClassDescription(
"Base class for peridynamic models based on derived micro moduli");
22 params.addParam<
bool>(
"plane_stress",
false,
"Plane stress problem or not");
23 params.addCoupledVar(
"scalar_out_of_plane_strain",
24 "Scalar variable for strain in the out-of-plane direction");
25 params.addParam<Real>(
"stress_free_temperature",
"Stress free temperature");
26 params.addParam<Real>(
"thermal_expansion_coeff",
27 "Value of material thermal expansion coefficient");
Referenced by validParams< ComputeSmallStrainMaterialBaseBPD >(), and validParams< ComputeSmallStrainMaterialBaseOSPD >().