You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the mass state is added in flight_phase_builder.py with a ref of 1e4 and a defect _ref of 1e6.
I think these are actually switched from what they should be. The 1e6 on the defect ref means the optimizer doesn't see the mass defects as important as other defects. We have had some success in Jes's detailed take-off case with using a smaller value (1e3), so that when the optimizer couldn't satisfy all the constraints, it didn't leave you with large mass discontinuities.
These values are hardcoded, and it would be beneficial for them to be added to the phase_info parameters so that a user can control them directly.
Example
Contact Ken and Jes for specific cases, though item 2 above can be done without one.
Aviary Version
0.9.4-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered:
Description
Currently, the mass state is added in flight_phase_builder.py with a ref of 1e4 and a defect _ref of 1e6.
Example
Contact Ken and Jes for specific cases, though item 2 above can be done without one.
Aviary Version
0.9.4-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered: