Path: ACPro/Airbreathing
% A simple jet engine model. Specific Fuel Consumption is constant in this model. Thrust varies with altitude and Mach number. Type JetEngine for a demo. -------------------------------------------------------------------------- Form: [t, i] = JetEngine( m, d, q ) -------------------------------------------------------------------------- ------ Inputs ------ m (n,1) Mach number d (1,1) Data structure for engine .tStatic (1,1) Static thrust .kM (1,1) Mach number coefficient, thrust .kI (1,1) Mach number coefficient, impulse .iSp0 (1,1) Specific Impulse at Mach = 0 q (1,1) Standard atmosphere ------- Outputs ------- t (1,1) Thrust i (1,1) Specific Impulse --------------------------------------------------------------------------
AerospaceUtils: AeroData/AtmData Common: Atmosphere/StdAtm Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the ACPro Module page