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
The takeoff|h parameter does set the takeoff and landing altitudes for the BasicMission and MissionWithReserve (though the ground roll in the BasicMission uses its own fltcond|h value). However, the takeoff phase altitudes in the FullMissionAnalysis and FullMissionWithReserve are actually set via each takeoff phases fltcond|h. The takeoff's rotation phase does have an h_initial variable which sets its initial altitude, but then only the obstacle height is connected to the climb phase's initial altitude (not h_initial + obstacle height as you may expect).
We typically leave the takeoff altitude at 0 ft. In this case, everything works as expected, so this does not mean that past cases are wrong. However, future users may adjust this value and they would not get the expected result if they are using the BasicMission with the ground roll phase or either full mission with takeoff phases.
The text was updated successfully, but these errors were encountered:
Description
The
takeoff|h
parameter does set the takeoff and landing altitudes for theBasicMission
andMissionWithReserve
(though the ground roll in theBasicMission
uses its ownfltcond|h
value). However, the takeoff phase altitudes in theFullMissionAnalysis
andFullMissionWithReserve
are actually set via each takeoff phasesfltcond|h
. The takeoff's rotation phase does have anh_initial
variable which sets its initial altitude, but then only the obstacle height is connected to the climb phase's initial altitude (noth_initial
+ obstacle height as you may expect).We typically leave the takeoff altitude at 0 ft. In this case, everything works as expected, so this does not mean that past cases are wrong. However, future users may adjust this value and they would not get the expected result if they are using the
BasicMission
with the ground roll phase or either full mission with takeoff phases.The text was updated successfully, but these errors were encountered: