Added mass to the name of variables related to fuel masses#1171
Merged
Conversation
Contributor
|
Added list of backwards incompatibilities |
jkirk5
approved these changes
Jun 11, 2026
jkirk5
left a comment
Contributor
There was a problem hiding this comment.
Docs seem to still be missing a couple name changes causing the test failure. Not sure how they dodged the find/replace, which seemed to work everywhere else!!
…-fuel-mass-name-change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Variables related to fuel masses (such as Mission.FUEL) do not specify they are masses in their name. This PR corrects that.
Related Issues
Backwards incompatibilities
Aircraft.Engine.CONSTANT_FUEL_CONSUMPTION->Aircraft.Engine.CONSTANT_FUEL_MASS_CONSUMPTIONAircraft.Fuel.AUXILIARY_FUEL_CAPACITY->Aircraft.Fuel.AUXILIARY_FUEL_MASS_CAPACITYAircraft.Fuel.WING_FUEL_CAPACITY->Aircraft.Fuel.WING_FUEL_MASS_CAPACITYDynamic.Vehicle.Propulsion.FUEL_FLOW_RATE->Dynamic.Vehicle.Propulsion.FUEL_MASS_FLOW_RATEDynamic.Vehicle.Propulsion.FUEL_FLOW_RATE_NEGATIVE->Dynamic.Vehicle.Propulsion.FUEL_MASS_FLOW_RATE_NEGATIVEDynamic.Vehicle.Propulsion.FUEL_FLOW_RATE_NEGATIVE_TOTAL->Dynamic.Vehicle.Propulsion.FUEL_MASS_FLOW_RATE_NEGATIVE_TOTALMission.BLOCK_FUEL->Mission.BLOCK_FUEL_MASSMission.RESERVE_FUEL_ADDITIONAL->Mission.RESERVE_FUEL_MASS_ADDITIONALMission.TOTAL_FUEL->Mission.TOTAL_FUEL_MASSMission.TOTAL_RESERVE_FUEL->Mission.TOTAL_RESERVE_FUEL_MASSMission.Constraints.EXCESS_FUEL_CAPACITY->Mission.Constraints.EXCESS_FUEL_MASS_CAPACITYMission.Takeoff.FUEL->Mission.Takeoff.FUEL_MASSMission.Taxi.FUEL_TAXI_IN->Mission.Taxi.FUEL_MASS_TAXI_INMission.Taxi.FUEL_TAXI_OUT->Mission.Taxi.FUEL_MASS_TAXI_OUTNew Dependencies
None