Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement all methods from Escobal 1965 #26

Open
1 of 5 tasks
jorgepiloto opened this issue Jul 22, 2021 · 1 comment
Open
1 of 5 tasks

Implement all methods from Escobal 1965 #26

jorgepiloto opened this issue Jul 22, 2021 · 1 comment
Labels
new solver Request new solver implementation

Comments

@jorgepiloto
Copy link
Owner

jorgepiloto commented Jul 22, 2021

馃捇 Solver request

A total of five methods are presented in the book by Escobal (see references section) for solving the two-body BVP. Among these methods it is possible to find:

  • gauss1809, based on the method the genius published in his "Theoria Motus Corporum Coelestium in Sectionibus Conicis Solem Ambientium". It makes use of an smart change of variable related to the orbit parameter 'p'.
  • lascody1958, using true anomaly as the free-parameter.
  • herrick1959, using orbit's parameter as the iteration variable.
  • escobal1964, using orbit's eccentricity as the free-parameter.
  • douglas1965, using the universal formulation for the computation of the solution.

Therefore, let us

馃摑 References

@article{escobal1970methods,
  title={Methods of orbit determination.},
  author={Escobal, Pedro},
  journal={Methods of orbit determination},
  year={1970}
}
@jorgepiloto jorgepiloto added the new solver Request new solver implementation label Jul 22, 2021
@jorgepiloto
Copy link
Owner Author

After a deep reading, I just found that the solvers in Escobal only cover elliptical orbits. The one working under the universal formulation does guarantee the convergence for transfer angles above 90 degrees...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new solver Request new solver implementation
Projects
None yet
Development

No branches or pull requests

1 participant