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

Circular orbits #6

Open
matthiasfabry opened this issue Mar 9, 2019 · 1 comment
Open

Circular orbits #6

matthiasfabry opened this issue Mar 9, 2019 · 1 comment

Comments

@matthiasfabry
Copy link

When starting a run with initial eccentricity 0 (ie a circular orbit) the code quickly spits out:
Zero eccentricity? Use the circular code, punky.

I can trace this message to come from src file:
IEKG.cc line 29

Indeed the reason that is given there is sound, but there are plenty of circular tools built in right? Is there a switch to make the code use these circular tools?

@alvincjk
Copy link
Owner

As stated in the readme, this is a known issue. There is indeed some legacy code containing circular tools, but I have not gotten round to interfacing them with the code that is being maintained.

In the meantime, I would suggest using an epsilon value (say 10^-3) as a workaround. If something more precise is required, the kludges are not quite suitable for the job to begin with. Although there is currently no publicly available alternative, some other projects in the Black Hole Perturbation Toolkit might eventually include functionality for waveform generation (e.g. https://github.com/BlackHolePerturbationToolkit/GremlinEq).

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

2 participants