MIT-LAE / TASOPT.jl

Medium fidelity aircraft-propulsion system design and optimization.
https://mit-lae.github.io/TASOPT.jl/
MIT License
26 stars 12 forks source link

Improved floor layout for double-deck aircraft #27

Open askprash opened 5 months ago

askprash commented 5 months ago

Current implementation of the double deck aircraft splits the load equally between both decks - this influences the number of rows that are needed to accommodate the max number of passengers as well as the floor sizing (since load is just split in half between the floors currently) as well.

We could improve this by appropriately reducing the number of seats (and therefore load) based on the location of the floors relative to the fuselage centerline.