14#pragma GCC diagnostic push
15#pragma GCC diagnostic ignored "-Woverloaded-virtual"
30 virtual Real
T_triple()
const override;
31 virtual Real
T_sat(Real
p)
const override;
33 virtual Real
p_sat(Real
T)
const override;
36 virtual Real
L_fusion()
const override;
53#pragma GCC diagnostic pop
DualNumber< Real, DNDerivativeType, true > ADReal
const InputParameters & parameters() const
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.
virtual Real dsigma_dT_from_T(Real T) const override
Computes dsigma/dT along the saturation line.
const bool _error_on_unimplemented
If true, throw an error when a 2-phase interface is called. Else, return a zero value.
Real getTwoPhaseInterfaceDummyValue() const
Returns a dummy zero value or throws a mooseError.
static InputParameters validParams()
virtual Real L_fusion() const override
Returns the latent heat of fusion.
virtual bool supportsPhaseChange() const override
Returns true if phase change is supported, otherwise false.
virtual Real T_triple() const override
Returns the triple-point temperature.
virtual Real p_sat(Real T) const override
Computes the saturation pressure at a temperature.
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.
virtual Real sigma_from_T(Real T) const override
Computes surface tension sigma of saturated liquid in contact with saturated vapor.
Base class for fluid properties used with two-phase flow.