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

Automated circular orbit tracing #12

Merged
merged 8 commits into from
Apr 22, 2022
Merged

Conversation

fjebaker
Copy link
Member

Added functionality from

for automated circular orbit tracing, including a handful of smoke tests.

Example code:

using Revise
using Gradus

m = JohannsenAD(M=1.0, a=1.0, α22=1.0)
r_range = 6.0:0.5:10.0

# find the angular velocity components= @time solve_equitorial_circular_orbit(m, r_range)

# or, to get the simsols= @time trace_equitorial_circular_orbit(m, r_range)

@fjebaker fjebaker added enhancement New feature or request analysis Issue or pull request related to an analysis technique or method labels Apr 22, 2022
@fjebaker fjebaker merged commit 591a998 into main Apr 22, 2022
@fjebaker fjebaker deleted the fergus/circular-orbits-tracing branch April 22, 2022 18:47
fjebaker added a commit that referenced this pull request Aug 22, 2023
* added Optim

* automated circular orbits

* function signatures for other special radii

* update exports

* set default tolerance to 1e-9

* julia formatting

* circular orbit smoke tests

* renamed test-set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis Issue or pull request related to an analysis technique or method enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant