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()
static InputParameters validParams()
SpecificEnthalpyFromPressureTemperatureIC(const InputParameters ¶meters)
Common class for single phase fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const SinglePhaseFluidProperties & _spfp
Single phase fluid property user object.
Computes specific enthalpy from pressure and temperature variables.
virtual Real value(const Point &p)
const VariableValue & _p
The pressure.
const VariableValue & _T
The temperature.