SteamTablesSuperheatedEnthalpy:

Path: Thermal/Rankine

% Enthalpy for superheated steam or compressed water.
 Requires that this file be in the search path:

   Steam_Tables_Superheated.xlsx

 You enter pressure and entropy and get enthalpy. The data range is 0.01
 to 1000 MPa.
 Type SteamTablesSuperheatedEnthalpy for a demo.

--------------------------------------------------------------------------
   Form:
   h = SteamTablesSuperheatedEnthalpy(p,s)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   p      (1,:) Pressure (MPa)
   s      (1,1) Entropy (kJ/kg K)

   -------
   Outputs
   -------
   h      (1,:) Enthalpy (kJ/kg)

--------------------------------------------------------------------------

Children:

Thermal: ThermalData/Steam_Tables_Superheated
Common: Graphics/Plot2D

Back to the Thermal Module page