ADD: J2 gravitational effect, atmospheric density - #49
Open
declanwhchan wants to merge 6 commits into
Open
Conversation
declanwhchan
marked this pull request as ready for review
June 30, 2026 18:45
This was
linked to
issues
Jul 2, 2026
wlodaralex
requested changes
Jul 9, 2026
Collaborator
Author
|
I'm switched to using this model now instead: https://www.grc.nasa.gov/www/k-12/VirtualAero/BottleRocket/airplane/atmosmet.html. But it only measures atmospheric density in the lower altitudes i.e. stratosphere and troposphere. So I set a cutoff to neglected atmospheric effects when altitude > 50000m |
Collaborator
|
If it just reports 0 when >50km that's useless to us. We're interested primarily in 100-600 km, where density is on the order of 10^-6 to 10^-14 kg/m3. I know that might seem pointless to model but it's a constant energy dissipation so over long periods we need to account for it. Check out NRLMSIS or USSA76. Both should have packages already made in Python so you don't have to hand-code the whole model. |
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.
ADD: J2 gravitational effect, atmospheric density