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

Mestel ILR failure in OrbitalElements v2.0 #16

Open
michael-petersen opened this issue May 15, 2024 · 0 comments
Open

Mestel ILR failure in OrbitalElements v2.0 #16

michael-petersen opened this issue May 15, 2024 · 0 comments

Comments

@michael-petersen
Copy link
Member

This produces an error:

using OrbitalElements
n1,n2 = -1,2
model = MestelPotential()
resonance = Resonance(n1,n2,model)
(as does this)
using OrbitalElements
n1,n2 = -2,3
model = MestelPotential()
resonance = Resonance(n1,n2,model)

This seems to be related to needing to find a maximum along the \beta_{circ} curve to set resonances.

Neither case fails if model = TaperedMestel().

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

No branches or pull requests

1 participant