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
@kaushikponnapalli and I have been working through an issue that we noticed when examining on/off-design capabilities.
The default phase_info for height_energy currently has optimize_mass=Trueandfix_initial=True.
This means that the mass state in the Dymos mission is fixed to be whatever the initial value is, set by the initial guessing.
This is not forced to be the same as Aircraft.Design.GROSS_MASS, so those values can vary.
They should not be allowed to vary; this is a bug.
This only occurs when include_takeoff=False; if that is True, then the initial mass is set correctly.
Example
See description; run a basic Aviary example with height energy
Aviary Version
0.9.4-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered:
Description
@kaushikponnapalli and I have been working through an issue that we noticed when examining on/off-design capabilities.
The default
phase_info
forheight_energy
currently hasoptimize_mass=True
andfix_initial=True
.This means that the mass state in the Dymos mission is fixed to be whatever the initial value is, set by the initial guessing.
This is not forced to be the same as
Aircraft.Design.GROSS_MASS
, so those values can vary.They should not be allowed to vary; this is a bug.
This only occurs when
include_takeoff=False
; if that is True, then the initial mass is set correctly.Example
See description; run a basic Aviary example with height energy
Aviary Version
0.9.4-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered: