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

Merged
merged 1 commit into from
Jan 30, 2025

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.

@hannorein
Copy link
Collaborator Author

I think this should be merged.

@matthewholman matthewholman merged commit 2623718 into matthewholman:main Jan 30, 2025
2 checks passed
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
2 participants