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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kepler and Encke orbit propagation method #79

Merged
merged 15 commits into from
Apr 12, 2022

Conversation

200km
Copy link
Member

@200km 200km commented Apr 7, 2022

Overview

Add Kepler and Encke orbit propagation method

Issue

Details

Kepler orbit propagation for pure two-body problem is newly implemented. I believe it is easier to use and faster than other methods.
Encke's orbit propagation method is also newly implemented. It is more accurate than the normal RK4 method and it can be apply for relative orbit propagation.
I also fixed some issues in the Orbit class like #23.

Validation results

It will be write in the s2e-document soon.

Scope of influence

Huge. Users need to update their ini file to suit with the #23.

Supplement

NA

Note

NA

@200km 200km added the priority::medium priority medium label Apr 7, 2022
@200km 200km self-assigned this Apr 7, 2022
data/SampleSat/ini/SampleSat.ini Show resolved Hide resolved
src/Library/Orbit/KeplerOrbit.cpp Show resolved Hide resolved
src/Library/Orbit/KeplerOrbit.cpp Outdated Show resolved Hide resolved
src/Library/Orbit/KeplerOrbit.cpp Outdated Show resolved Hide resolved
src/Library/Orbit/OrbitalElements.cpp Outdated Show resolved Hide resolved
Copy link
Member

@suzuki-toshihir0 suzuki-toshihir0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

アルゴリズムも参考文献と併せて追いましたが,問題なさそうに思います.

@200km 200km merged commit cc3eef2 into develop Apr 12, 2022
@200km 200km deleted the feature/add-encke-method branch April 12, 2022 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority::medium priority medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants