HeatingValue:

Path: ACPro/Airbreathing

% Heating values.

   The  higher heating value (HHV) is determined by bringing all the 
   products of combustion back to the original pre-combustion temperature and
   and condensing any vapor produced. The lower heating value (LHV) is 
   determined by subtracting the heat of vaporization of the water from
   the higher heating value.

   Type HeatingValue for a demo.

--------------------------------------------------------------------------
   Form:
 	[hhV,lhV] = HeatingValue( name )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   name (1,:) 'hydrogen', 'methane', 'kerosene'   

   -------
   Outputs
   -------
   hHV (1,1) Higher heating value (J/kg)
   lHV (1,1) Higher heating value (J/kg)

--------------------------------------------------------------------------
   Reference:  Kerrebrock, J.L, "Aircraft Engines and Gas Turbines", MIT
               Press, 1992, pp. 36-39
--------------------------------------------------------------------------

Back to the ACPro Module page