FAIR:

Path: ACPro/ACEngine

% Computes the gas constants for hydrocarbon/air mixtures. This model
   is valid between 300 deg-R and 4000 deg-R or 167 deg-K and 2222 deg-K.

   pR = exp( (phi - phi0)/R ) where

   phi0 = phi(600,0) - R(600,0)*log(pR(600,0))

   where each variable is f(t,f) and temperature is in deg-R.
--------------------------------------------------------------------------
   Form:
   [r, cP, h, pR] = FAIR( t, f, units )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   t          (1,n)   Temperature
   f          (1,m)   Mass of fuel/mass of air
   units      (1,:)   'eng' or 'mks'

   -------
   Outputs
   -------
   r         (m,1)   Gas constant
   cP        (n,m)   Specific heat at constant pressure
   h         (n,m)   Enthalpy
   R         (n,m)   Phi 

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

Children:

Common: Graphics/Mesh2
Common: Graphics/Plot2D
Math: Linear/DupVect

Back to the ACPro Module page