Go to the source code of this file.
◆ validParams< SolidMechanicsMaterial >()
Definition at line 17 of file SolidMechanicsMaterial.C.
19 InputParameters params = validParams<Material>();
20 params.addParam<std::string>(
21 "appended_property_name",
"",
"Name appended to material properties to make them unique");
22 params.addRequiredCoupledVar(
"disp_x",
"The x displacement");
23 params.addRequiredCoupledVar(
"disp_y",
"The y displacement");
24 params.addCoupledVar(
"disp_z",
"The z displacement");
25 params.addCoupledVar(
"temp",
"The temperature if you want thermal expansion.");
26 params.addCoupledVar(
"c",
"variable that zeros out the stiffness");
Referenced by validParams< LinearGeneralAnisotropicMaterial >(), and validParams< LinearIsotropicMaterial >().