5
$\begingroup$

Other than STK, are there any commercially software packages available to model changes in orbital parameters due to increases/decreases in satellite drag. I am trying to figure out if aerodynamic drag can be used in LEO for orbital maneuvering.

$\endgroup$
3
  • $\begingroup$ Are you interested in commercial soft only? Doesn't open source count? $\endgroup$ Commented Nov 14, 2020 at 10:33
  • $\begingroup$ If you manage to use aerodynamic drag for orbital maneuvering in a very low orbit, you have to pay for it by very rapid orbit decay in some weeks or months. A higher orbit with a longer lifetime has much less drag, may be too few drag for maneuvering. $\endgroup$
    – Uwe
    Commented Nov 14, 2020 at 15:15
  • $\begingroup$ just fyi for the aerodynamic forces on a spacecraft in LEO, the component along the direction of travel is called "drag" and the components perpendicular to it are called "lift". There is a lot more here about lift and spaceflight: space.stackexchange.com/search?q=user%3A12102+aerodynamic+lift $\endgroup$
    – uhoh
    Commented Nov 20, 2020 at 0:30

3 Answers 3

4
$\begingroup$

One of the problem with drag models is that most are not very precise. The few which are precise are usually written in FORTRAN, and lots of tools just interface with the FORTRAN code instead of rewriting and re-validating the algorithm.

The typical high fidelity drag models are the Jacchia Roberts models and the more recent NRLMSISE00 model. The former is only available in FORTRAN to my knowledge. There is however a validated NRLMSISE00 model in Julia: https://github.com/sisl/SatelliteDynamics.jl . Documentation is available here: https://sisl.github.io/SatelliteDynamics.jl/latest/modules/earth_environment/nrlmsise00/#NRLMSISE00-1 .

$\endgroup$
3
$\begingroup$

I add this here just for completeness: The General Mission Analysis Tool (GMAT) also can model the spacecrat drag. GMAT doesn't belong to commercial software, but it is available.
GMAT has two atmospheric models in its stock distributive: Jacchia Roberts, which can be used for altitudes more than 100 km only, and MSISE90 (for any altitudes).

Copernicus probably also do the similar things, but it seems available for NASA contractors only.

$\endgroup$
1
  • 1
    $\begingroup$ Let's also note that GMAT is used in spacecraft operations, so it is considered validated software. As for Copernicus, I do not believe it supports drag models: its primary purpose is the design to Earth-Moon trajectories if I recall correctly. $\endgroup$
    – ChrisR
    Commented Nov 20, 2020 at 18:20
1
$\begingroup$

The main commercial competitor to STK is FreeFlyer. They're actually having a users conference right now, which you could join at https://ai-solutions.com/ffuc2020/

Another free tool to consider is Orekit, from https://www.orekit.org/

Drag modeling is seriously hampered by the lack of attitude information. "High-fidelity" only applies to modeling the atmospheric density. The shape of the satellite is ignored in every implementation I know. The object is universally treated as a sphere (the "cannonball model"). The farther from spherical a drag-feeling body is, the less well any atmospheric model, no matter how good, will be able to do. I have used detailed satellite models (how big are the solar panels, what direction do they point, what color are different parts of the surface painted, etc.) to compute solar radiation pressure, but I haven't seen anything like that for drag. If there is a way to do it, I'd like to use it!

$\endgroup$

Not the answer you're looking for? Browse other questions tagged or ask your own question.