www.mooseframework.org
Classes | Functions
PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat.h File Reference

Go to the source code of this file.

Classes

class  PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat
 Computes the advective flux of heat energy in a given phase, assuming unsaturated conditions. More...
 

Functions

template<>
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat > ()
 

Function Documentation

◆ validParams< PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat >()

Definition at line 16 of file PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat.C.

17 {
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");
26  return params;
27 }
validParams< PorousFlowAdvectiveFluxCalculatorSaturatedHeat >
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorSaturatedHeat >()
Definition: PorousFlowAdvectiveFluxCalculatorSaturatedHeat.C:16