24 "Sets the initial condition for the special total enthalpy of a phase");
31 _rhoA(coupledValue(
"rhoA")),
32 _rhoEA(coupledValue(
"rhoEA")),
33 _pressure(coupledValue(
"p")),
34 _area(coupledValue(
"A")),
35 _alpha(coupledValue(
"alpha"))
registerMooseObject("ThermalHydraulicsApp", SpecificTotalEnthalpyIC)
static InputParameters validParams()
Initial condition for specific total enthalpy.
const VariableValue & _alpha
static InputParameters validParams()
const VariableValue & _pressure
const VariableValue & _rhoEA
const VariableValue & _area
const VariableValue & _rhoA
virtual Real value(const Point &)
SpecificTotalEnthalpyIC(const InputParameters ¶meters)