-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High fidelity drag modeling #317
Comments
See these two papers for good surveys: Mutschler, S. "A Survey of Current Operations-Ready Thermospheric Density Models for Drag Modeling in LEO Operations" October 2023. Note that ballistic coefficients (Cd*A/m) that have been estimated using a model and on-orbit satellite data may not transfer to other models. DTM 2020 reports 20-30% lower densities than DTM2013, for example, and NRLMSIS 2.0 reports a bit lower than NRLMSISE-00. If models are switched, ballistic coefficient estimates should be regenerated. Of the publicly available models, only NRLMSISE-00 has a license that is maximally permissive for all uses. DTM 2020 would be my top personal recommendation for non-commercial users.
|
There are basically 3 use cases for drag modeling:
The model inputs of solar flux (F10.7) and geomagnetic activity (Kp/Ap) have different availabilities. As a non-exhaustive list, historical data and real-time data is available from GFZ Potsdam. Short term forecasts are available from NOAA SWPC. Medium-long term forecasts are tricky, as the science isn't settled. Solar flux predictions are available, but geomagnetic indices are not (as far as I know). There are a few different solar cycle forecast sources listed and compared in Doing Battle with the Sun: Lessons From LEO and Operating a Satellite Constellation in the Elevated Atmospheric Drag Environment of Solar Cycle 25. I'm not sure how environmental data is being handled elsewhere, but some thought will have to go into it here. For historical data, that could be stored. Accurate nowcast and historical data from the cutoff to the present day would have to be pulled from an API endpoint dynamically. Future predictions can be stored, but have significant uncertainty associated with them, and should be user configurable if they want to put in stressing scenarios. |
For getting a feel of how the atmosphere varies over space and time, there's a really nice viewer here. Solar loading is really apparent. Take a look at mass at e.g. 500 km: https://swx-trec.com/msis/ |
High level description
There are currently some low fidelity drag models. In the past few years, these drag models have greatly improved. This ticket should support one of the high fidelity drag models.
Refer to perplexity , the CTIPe model, and the attached paper.
Comparison_of_Empirical_and_Theoretical_Models_of_.pdf
Requirements
What does the system need to do?
Test plans
How do we test that these requirements are fulfilled correctly? What are some edge cases we should be aware of when developing the test code?
Design
Document, discuss, and optionally upload design diagram into this section.
The text was updated successfully, but these errors were encountered: