Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowTotalGravitationalDensityFullySaturatedFromPorosity >()
Definition at line 16 of file PorousFlowTotalGravitationalDensityFullySaturatedFromPorosity.C.
19 params.addRequiredRangeCheckedParam<Real>(
20 "rho_s",
"rho_s >= 0",
"The density of the solid matrix");
21 params.addClassDescription(
22 "This Material calculates the porous medium density from the porosity, solid density "
23 "(assumed constant) and fluid density, for the fully-saturated single fluid phase case, "
24 "using a linear weighted average. "
25 "density = phi * rho_f + (1 - phi) * rho_s, where phi is porosity and rho_f, rho_s are "
26 "the densities of the fluid and solid phases.");