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. Since version 2014.1 -------------------------------------------------------------------------- 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 --------------------------------------------------------------------------
Common: Atmosphere/StdAtm Common: Graphics/Plot2D
Back to the ACPro Module page