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

Go to the source code of this file.

Classes

class  PorousFlowAdvectiveFluxCalculatorSaturatedHeat
 Computes the advective flux of heat energy in the given phase, assuming fully-saturated conditions. More...
 

Functions

template<>
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorSaturatedHeat > ()
 

Function Documentation

◆ validParams< PorousFlowAdvectiveFluxCalculatorSaturatedHeat >()

Definition at line 16 of file PorousFlowAdvectiveFluxCalculatorSaturatedHeat.C.

17 {
19  params.addClassDescription(
20  "Computes the advective flux of heat energy in the given phase, assuming fully-saturated "
21  "conditions. Hence this UserObject is only relevant to single-phase situations. "
22  "Explicitly, the UserObject computes (density * enthalpy / viscosity) * (- permeability * "
23  "(grad(P) - density * gravity)), using the Kuzmin-Turek FEM-TVD multidimensional "
24  "stabilization scheme");
25  return params;
26 }

Referenced by validParams< PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat >().

validParams< PorousFlowAdvectiveFluxCalculatorSaturated >
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorSaturated >()
Definition: PorousFlowAdvectiveFluxCalculatorSaturated.C:16