WriteEngineData:

Path: ACPro/ACEngine

% Write engine data to a table. 
   The file is compatible with the DSim2 function sc_ac_engine.cc/h
--------------------------------------------------------------------------
   Form:
   WriteEngineData( fileName, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   fileName    (1,:)  Filename
   d           (1,1)  Data structure with thrust and sFC data
                      .m        (1,n) Mach number
                      .h        (1,m) Altitude (m)
                      .thrust   (m,n) Thrust (N)
                      .sFC      (m,n) Specific fuel consumption  (kg/N-s)
   -------
   Outputs
   -------
   None

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

Children:

ACPro: ACProData/EngineData

Back to the ACPro Module page