21 "Computes saturation temperature from pressure and 2-phase fluid properties object");
25 "The name of the user object with fluid properties");
33 _p(coupledValue(
"p")),
registerMooseObject("FluidPropertiesApp", SaturationTemperatureAux)
static InputParameters validParams()
Computes saturation temperature from pressure and 2-phase fluid properties object.
const VariableValue & _p
Pressure at which to evaluate saturation temperature.
virtual Real computeValue()
const TwoPhaseFluidProperties & _fp_2phase
2-phase fluid properties object
SaturationTemperatureAux(const InputParameters ¶meters)
static InputParameters validParams()
Base class for fluid properties used with two-phase flow.
virtual Real T_sat(Real p) const =0
Computes the saturation temperature at a pressure.