21 params.
addClassDescription(
"Nodal auxiliary variable, for computing enthalpy at the nodes.");
32 _rho(coupledValue(
NS::density)),
33 _rho_et(coupledValue(
NS::total_energy_density)),
34 _pressure(coupledValue(
NS::pressure))
registerMooseObject("NavierStokesApp", NSSpecificTotalEnthalpyAux)
static InputParameters validParams()
Nodal auxiliary variable, for computing enthalpy at the nodes.
const VariableValue & _rho_et
const VariableValue & _pressure
NSSpecificTotalEnthalpyAux(const InputParameters ¶meters)
const VariableValue & _rho
virtual Real computeValue()
static InputParameters validParams()
static const std::string density
static const std::string total_energy_density
static const std::string pressure