Rename Mission.Design.XXX and Mission.Summary.XXX variables for clarity#1050
Rename Mission.Design.XXX and Mission.Summary.XXX variables for clarity#1050cmbenne3 wants to merge 52 commits intoOpenMDAO:mainfrom
Conversation
…in alphabetical order
… of target range to heightEnergyProblemConfigurator
… as it is not used anywhere
…erization for energy_state
…T_TAKEOFF_PER_ENG
… incorrect for bwb aircraft
…mote in that class
…* where there are no longer any mission variables to promote
…move mission * promotes where failing tests as a result of there being nothing in mission to promote
…al guessing. If the user wants to specify a guess they should use initialization_guessing mechanism
…_max and convert all references of mission.landing.touchdown_mass to mission.FINAL_MASS
| aviary_group.connect('traj.ascent.timeseries.time', 'h_fit.time_cp') | ||
| aviary_group.connect('traj.ascent.timeseries.altitude', 'h_fit.h_cp') | ||
|
|
||
| aviary_group.connect( |
There was a problem hiding this comment.
Removing this connection breaks mass continuity between the end of the last flight phase, and the start of the landing. I think you want to connect it to Mission.FINAL_MASS instead, based on the change in line 643.
There was a problem hiding this comment.
Oh, I see what is happening. There is already an output that produces FINAL_MASS, so when Touchdown mass goes away, the landing component just hooks up there.
| mission:design:gross_mass,175400,lbm | ||
| mission:design:mach,0.8,unitless | ||
| mission:design:range,3675,NM | ||
| mission:design:rate_of_climb_at_top_of_climb,300,ft/min |
There was a problem hiding this comment.
Yeah, we specify this in the phase_info now with required_available_climb_rate (at least in energy method).
There was a problem hiding this comment.
Does this mean that issue #1037 is not really necessary since we can do that by setting a phase_info parameter?
There was a problem hiding this comment.
Well, we may still need the capability in 2dof, so the issue could still serve that purpose.


Summary
Mission.Design.XXX
Mission.Summary.XXX
Related Issues
target_rangeinphase_infoandMission.Design.RANGE#238Aircraft.Design.TOUCHDOWN_MASS#991Backwards incompatibilities
None
New Dependencies
None