Gravity v3 - FLOPS Gravity, Earth Radius values updated#1232
Merged
Conversation
…elps in 10+ tests where we load aviary values but never preprocess_options() and saves us from having to update all those tests with additional code. Updated lift.py and tests passing
…o completely removed (wasnt used anywhere).
…f RADIUS_EARTH because it will brick one of the python utility functions for engine modelling if the units are changed
Kenneth-T-Moore
approved these changes
Jul 15, 2026
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
Follow-on to PR #1227 and #1219
Replaces all references to: GRAV_METRIC_FLOPS, and RADIUS_EARTH_METRIC.
Turns these into options inputs for GRAV_EARTH and RADIUS_EARTH.
GRAV_ENGLISH_FLOPS was unused and was simply removed.
Related Issues
Partial fix for #1192 , but more work needs to be done to complete replace GASP GRAV constants.
Backwards incompatibilities
None
AI Usage
None.