14 #pragma GCC diagnostic push 15 #pragma GCC diagnostic ignored "-Woverloaded-virtual" 38 #pragma GCC diagnostic pop virtual Real dT_sat_dp(Real p) const override
Computes dT/dp along the saturation line.
virtual Real p_critical() const override
Returns the critical pressure.
TestTwoPhaseFluidProperties(const InputParameters ¶meters)
Base class for fluid properties used with two-phase flow.
Test 2-phase fluid properties.
virtual Real T_sat(Real p) const override
Computes the saturation temperature at a pressure.
virtual Real dsigma_dT_from_T(Real T) const override
Computes dsigma/dT along the saturation line.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real p_sat(Real T) const override
Computes the saturation pressure at a temperature.
const InputParameters & parameters() const
virtual bool supportsPhaseChange() const override
Returns true if phase change is supported, otherwise false.
virtual Real sigma_from_T(Real T) const override
Computes surface tension sigma of saturated liquid in contact with saturated vapor.