Path: ACPro/ACDesign
% AIRCRAFTSIZING size an aircraft.
Uses a set of rules of thumb.
Type AircraftSizing for a demo.
--------------------------------------------------------------------------
Form:
d = AircraftSizing( r, m, h )
--------------------------------------------------------------------------
------
Inputs
------
d (.) Data structure
.r (1,1) Range (km)
.m (1,1) Peak Mach number
.h (1,1) Altitude (m)
.fuel (1,:) Type of fuel (H2, Jet)
.mP (1,1) Mass payload (kg)
-------
Outputs
-------
-------
d (.) Data structure augmented
l {} Latex table
--------------------------------------------------------------------------
Reference: Eric M. Braun,Frank K. Lua, Donald R. Wilson,
José A. Camberos, "Airbreathing rotating detonation wave
engine cycle analysis", Aerospace Science and
Technology 27 (2013) 201?208.
--------------------------------------------------------------------------
Common: General/DisplayLatexTable
Back to the ACPro Module page