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 cabin layout and double decker models #67

Closed ngomezve closed 2 weeks ago

ngomezve commented 2 months ago

This PR introduces better design options if the fuselage layout has to be redesigned; for example, following a change in fuselage radius. The following changes are included:

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 47.67442% with 90 lines in your changes missing coverage. Please review.

Project coverage is 77.80%. Comparing base (78ba4b2) to head (4ba69ef). Report is 154 commits behind head on main.

Files Patch % Lines
src/structures/size_cabin.jl 44.64% 62 Missing :warning:
src/structures/update_fuse.jl 24.32% 28 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 76.41% 77.80% +1.38% ========================================== Files 69 71 +2 Lines 13169 13534 +365 ========================================== + Hits 10063 10530 +467 + Misses 3106 3004 -102 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ngomezve commented 2 weeks ago

This PR is now largely outdated due to the fuselage data structure revamping. I made a new PR #78 to revive the H2 models and introduce the features in this PR.