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")),
static InputParameters validParams()
Base class for fluid properties used with two-phase flow.
SaturationTemperatureAux(const InputParameters ¶meters)
virtual Real T_sat(Real p) const =0
Computes the saturation temperature at a pressure.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("FluidPropertiesApp", SaturationTemperatureAux)
const TwoPhaseFluidProperties & _fp_2phase
2-phase fluid properties object
const VariableValue & _p
Pressure at which to evaluate saturation temperature.
Computes saturation temperature from pressure and 2-phase fluid properties object.
static InputParameters validParams()
virtual Real computeValue()