Path: ACPro/Airbreathing
-------------------------------------------------------------------------- Models a turboramjet. Uses Ramjet and JetEngine. An earlier version used a table lookup. It matches the ramjet thrust and turbofan thrust at machTransition. Type TurboRamjet for a demo. -------------------------------------------------------------------------- Form: [t, iSp] = TurboRamjet( m, d, p ) -------------------------------------------------------------------------- ------ Inputs ------ m (1,1) Mach number d (.) Data structure .machTransition (1,1) Transition to ramjet M .ramjet (1,1) Ramjet data structure .turbofan (1,1) Turbofan data structure .aInlet (1,1) Inlet area p (.) Standard atmosphere struct ------- Outputs ------- t (1,1) Thrust (N) iSp (1,1) Specific Impulse (sec) --------------------------------------------------------------------------
ACPro: Airbreathing/JetEngine ACPro: Airbreathing/RamjetKerrebrock Common: Atmosphere/StdAtm Common: Graphics/Plot2D
Back to the ACPro Module page