Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowAdvectiveFluxCalculatorUnsaturated >()
Definition at line 16 of file PorousFlowAdvectiveFluxCalculatorUnsaturated.C.
19 params.addClassDescription(
20 "Computes the advective flux of fluid of given phase, assuming unsaturated conditions. "
21 "Hence this UserObject is only relevant to single-phase situations, or multi-phase "
22 "situations where each fluid component appears in one phase only. Explicitly, the "
23 "UserObject computes (density * relative_permeability / viscosity) * (- permeability * "
24 "(grad(P) - density * gravity)), using the Kuzmin-Turek FEM-TVD multidimensional "
25 "stabilization scheme");