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

Takeoff and cutback thrust not calculated correctly #28

Closed askprash closed 4 months ago

askprash commented 5 months ago

Looks like the takeoff thrust is never stored in the pare array and the cutback point is not even calculated.

so:

askprash commented 4 months ago

Also noticed that climb thrusts are being stored incorrectly - pare[ieFe] is being set to Ftotal. This has been accidentally left behind when the NPSS turboelectric stuff was scrubbed.

askprash commented 4 months ago

Also noticed that climb thrusts are being stored incorrectly - pare[ieFe] is being set to Ftotal. This has been accidentally left behind when the NPSS turboelectric stuff was scrubbed.

This has been fixed by #37 . The remaining thing is cutback thrust. I think this is part of implementing a takeoff noise calculation within TASOPT (Drela already had this - I just never ported it)