Path: ACPro/Airbreathing
-------------------------------------------------------------------------- Generate engine data from a table. Since version 5. -------------------------------------------------------------------------- Form: [thrust, sFC] = EngineDataFromTable( m, h, d ) -------------------------------------------------------------------------- ------ Inputs ------ m (1,:) Mach Number h (1,:) Altitude (m) 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 ------- t (m,n) Thrust (N) sFC (m,n) Thrust specific fuel consumption (kg/N-s) --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the ACPro Module page