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