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

Added option to change non-gravitational parameters #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hannorein
Copy link
Collaborator

Offer ways to change non-gravitational parameters for the simulation.

Python Usage:

sim = rebound.Simulation()
extras = assist.Extras(sim, ephem)
extras.alpha = 1.0
extras.nk = ...

Default behaviour and default values have not changed. This thus doesn't break any previous code.

No documentation added yet.

Closes #112.

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

Successfully merging this pull request may close these issues.

Make the parameters in the NG force law of Marsden+73 user-defined
1 participant