Skip to content

Converted Aircraft.Fuselage.AISLE_WIDTH from an option to a variable - #1263

Open
xjjiang wants to merge 3 commits into
OpenMDAO:mainfrom
xjjiang:Var_AISLE_WIDTH
Open

Converted Aircraft.Fuselage.AISLE_WIDTH from an option to a variable#1263
xjjiang wants to merge 3 commits into
OpenMDAO:mainfrom
xjjiang:Var_AISLE_WIDTH

Conversation

@xjjiang

@xjjiang xjjiang commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

On GASP side, Aircraft.Fuselage.AISLE_WIDTH is converted from an option to a variable. It is the same for all passenger classes.

On FLOPS side for transporter, aisle width is hard coded. The break down is as follows:

    aisle_width_first_class = 20.0  # inch
    aisle_width_business_class = 19.0  # inch
    aisle_width_economy_class = 18.0  # inch (15.0 inch if number of economy passenger < 60)

This is part of Issue #598

Related Issues

  • Resolves #

Backwards incompatibilities

None

AI Usage

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant