19 params.
addRequiredParam<UserObjectName>(
"fp",
"The name of fluid properties user object.");
22 params.
addClassDescription(
"Computes the specific enthalpy from pressure and temperature.");
30 _p(coupledValue(
"p")),
registerMooseObject("FluidPropertiesApp", SpecificEnthalpyFromPressureTemperatureIC)
static InputParameters validParams()
Common class for single phase fluid properties.
Computes specific enthalpy from pressure and temperature variables.
virtual Real value(const Point &p)
const VariableValue & _T
The temperature.
SpecificEnthalpyFromPressureTemperatureIC(const InputParameters ¶meters)
const VariableValue & _p
The pressure.
const SinglePhaseFluidProperties & _spfp
Single phase fluid property user object.
static InputParameters validParams()