21 using SinglePhaseFluidProperties::beta_from_p_T;
22 using SinglePhaseFluidProperties::cp_from_p_T;
23 using SinglePhaseFluidProperties::cv_from_p_T;
24 using SinglePhaseFluidProperties::h_from_p_T;
25 using SinglePhaseFluidProperties::k_from_p_T;
26 using SinglePhaseFluidProperties::mu_from_p_T;
27 using SinglePhaseFluidProperties::mu_from_rho_T;
28 using SinglePhaseFluidProperties::rho_from_p_T;
29 using SinglePhaseFluidProperties::T_from_p_h;
31 virtual Real
rho_from_p_T(Real pressure, Real temperature)
const override;
33 Real pressure, Real temperature, Real &
rho, Real & drho_dp, Real & drho_dT)
const override;
34 virtual Real
h_from_p_T(Real pressure, Real temperature)
const override;
36 h_from_p_T(Real pressure, Real temperature, Real &
h, Real & dh_dp, Real & dh_dT)
const override;
38 virtual Real
beta_from_p_T(Real pressure, Real temperature)
const override;
39 virtual Real
cv_from_p_T(Real pressure, Real temperature)
const override;
40 virtual Real
cp_from_p_T(Real pressure, Real temperature)
const override;
42 Real pressure, Real temperature, Real & cp, Real & dcp_dp, Real & dcp_dT)
const override;
43 virtual Real
mu_from_p_T(Real pressure, Real temperature)
const override;
45 virtual Real
k_from_p_T(Real pressure, Real temperature)
const override;
47 virtual Real
T_from_p_h(Real pressure, Real enthalpy)
const override;
51 static const std::vector<Real>
_e_vec;
59 static constexpr Real
_T0 = 628.15;
61 static constexpr Real
_Tmax = 1154.55;
63 static constexpr Real
_Tmin = 373.15;