SinglePhaseFluidProperties

class SinglePhaseFluidProperties

Base class for single phase fluids.

Subclassed by fprops::Helmholtz< Air >, fprops::Helmholtz< Ammonia >, fprops::Helmholtz< CarbonDioxide >, fprops::Helmholtz< Helium >, fprops::Helmholtz< Methane >, fprops::Helmholtz< Nitrogen >, fprops::Helmholtz< Oxygen >, fprops::Helmholtz< FLUID >, fprops::IdealGas, fprops::InterpolatedFluidProperties

Public Functions

State rho_T(double rho, double T) const

Compute thermodynamical state given density and temperature.

Parameters:
  • rho – Density \([kg/m^3]\)

  • T – Temperature \([K]\)

State rho_p(double rho, double p) const

Compute thermodynamical state given density and pressure.

Parameters:
  • rho – Density \([kg/m^3]\)

  • p – Pressure \([Pa]\)

State p_T(double p, double T) const

Compute thermodynamical state given pressure and temperature.

Parameters:
  • p – Pressure \([Pa]\)

  • T – Temperature \([K]\)

State v_u(double v, double u) const

Compute thermodynamical state given specific volume and internal energy.

Parameters:
  • v – Specific volume \([m^3/kg]\)

  • u – Specific internal energy \([J/kg]\)

State h_s(double h, double s) const

Compute thermodynamical state given specific enthalpy and entropy.

Parameters:
  • h – Specific enthalpy \([J/kg]\)

  • s – Entropy \([J/(kg-K)]\)