Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowPorosityConst >()
Definition at line 16 of file PorousFlowPorosityConst.C.
19 params.addRequiredCoupledVar(
21 "The porosity (assumed indepenent of porepressure, temperature, "
22 "strain, etc, for this material). This should be a real number, or "
23 "a constant monomial variable (not a linear lagrange or other kind of variable).");
24 params.addClassDescription(
"This Material calculates the porosity assuming it is constant");