Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowPlasticHeatEnergy >()
Definition at line 19 of file PorousFlowPlasticHeatEnergy.C.
22 params.addParam<
bool>(
"strain_at_nearest_qp",
24 "When calculating nodal porosity that depends on strain, use the strain at "
25 "the nearest quadpoint. This adds a small extra computational burden, and "
26 "is not necessary for simulations involving only linear lagrange elements. "
27 " If you set this to true, you will also want to set the same parameter to "
28 "true for related Kernels and Materials");
29 params.addRequiredParam<UserObjectName>(
30 "PorousFlowDictator",
"The UserObject that holds the list of PorousFlow variable names.");
31 params.addClassDescription(
32 "Plastic heat energy density source = (1 - porosity) * coeff * stress * plastic_strain_rate");