- Joined
- Feb 6, 2008
- Messages
- 38,965
- Reaction score
- 3,937
- Points
- 203
- Location
- Wolfsburg
- Preferred Pronouns
- Sire
I am just looking for some really simple model to describe interplanetary trajectories, and of course, the simplest and coarsest model there is the patched conics approximation.
The problem is for the task that I plan to use, I would also need some simplified way to describe Lagrangian points and halo orbits around it, which are impossible to describe because of the chaotic nature of them. I can live with some huge errors there, because the model is supposed to be just a first-order approximation, but I just can't find a good way to include them into the model.
So far, my idea is to have different propagation models: Kepler orbits and weak stability boundary, and switch between the two models in the propagation.
For example:
Earth elliptic -> WSB (Lunar L1)
Earth hyperbolic -> WSB -> Solar elliptic orbit -> WSB -> Jupiter hyperbolic -> WSB -> Solar hyperbolic orbit -> WSB -> Saturn hyperbolic -> WSB -> Titan hyperbolic
But this just feels a bit complicated, also describing targets and transfers in the WSB, like a L1 point or transfer between L1 and L2 is still not solved that way.
I don't want to use an iterative N-body solver for the task, since this makes it harder to put the navigation into its context of the mission (Telling where you are under the assumptions of the flight plan)
The problem is for the task that I plan to use, I would also need some simplified way to describe Lagrangian points and halo orbits around it, which are impossible to describe because of the chaotic nature of them. I can live with some huge errors there, because the model is supposed to be just a first-order approximation, but I just can't find a good way to include them into the model.
So far, my idea is to have different propagation models: Kepler orbits and weak stability boundary, and switch between the two models in the propagation.
For example:
Earth elliptic -> WSB (Lunar L1)
Earth hyperbolic -> WSB -> Solar elliptic orbit -> WSB -> Jupiter hyperbolic -> WSB -> Solar hyperbolic orbit -> WSB -> Saturn hyperbolic -> WSB -> Titan hyperbolic
But this just feels a bit complicated, also describing targets and transfers in the WSB, like a L1 point or transfer between L1 and L2 is still not solved that way.
I don't want to use an iterative N-body solver for the task, since this makes it harder to put the navigation into its context of the mission (Telling where you are under the assumptions of the flight plan)