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

Fix thrust bug #37

Closed askprash closed 4 months ago

askprash commented 4 months ago

Partly addresses #28 and also fixes a bug in mission.jl where the total thrust (i.e., Fe*neng) was being stored into the pare arrays.

Additionally also outputs OPR in pare[ieOPR, :].

Cutback thrust is not yet calculated - might be worth having a simplified method to calculate noise (like was done in the FORTRAN version, while the pyNA is being setup)