Go to the documentation of this file.
30 virtual Real
T_sat(Real p)
const override;
31 virtual Real
p_sat(Real T)
const override;
32 virtual Real
dT_sat_dp(Real p)
const override;
void throwNotImplementedError() const
Calls mooseError with a message saying that this class cannot call 2-phase fluid properties.
virtual Real p_critical() const override
Returns the critical pressure.
InputParameters validParams< TwoPhaseFluidPropertiesIndependent >()
virtual Real p_sat(Real T) const override
Computes the saturation pressure at a temperature.
TwoPhaseFluidPropertiesIndependent(const InputParameters ¶meters)
virtual bool supportsPhaseChange() const override
Returns true if phase change is supported, otherwise false.
Base class for fluid properties used with two-phase flow.
virtual Real dT_sat_dp(Real p) const override
Computes dT/dp along the saturation line.
2-phase fluid properties for 2 independent single-phase fluid properties.
virtual Real T_sat(Real p) const override
Computes the saturation temperature at a pressure.