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

Halted pendulum wdmerger ICs #2313

Open
maxpkatz opened this issue Nov 22, 2022 · 1 comment
Open

Halted pendulum wdmerger ICs #2313

maxpkatz opened this issue Nov 22, 2022 · 1 comment
Assignees

Comments

@maxpkatz
Copy link
Member

We should try the halted pendulum relaxation technique described here for wdmerger initial conditions:

https://arxiv.org/abs/2211.10746v1

@maxpkatz maxpkatz self-assigned this Nov 22, 2022
@maxpkatz
Copy link
Member Author

The paper describes a method for SPH, but I think the idea applies to wdmerger based on my experience. The challenge with applying a damping force during the binary relaxation phase is that there are two sources of perturbations on the grid. Small-scale perturbations are primarily oscillations of the individual stars about HSE. Large-scale perturbations are oscillations of the stars themselves about their equilibrium orbital distance. It is hard to apply a uniform damping force to the grid that handles both effects well. A relaxation force that is large enough to dampen small-scale perturbations about HSE means that the stars will move very slowly to their equilibrium point in a quasi-static motion, but that could take a very long time. A relaxation force that is small enough to, in principle, get the stars to their equilibrium distance may be simply overwhelmed by the small-scale perturbations, particularly if the stars are not very close to equilibrium at the start.

The insight of the paper is that we don't have to do the damping as a uniform, constant in time force. Instead, we can think about the two stars' oscillations around their equilibrium orbital locations as a pendulum. If the secondary's true equilibrium point is x = a, then the secondary will be oscillating between x = a - L and x = a + L, where L << a is a characteristic oscillation distance. And like a pendulum, we expect the kinetic energy to reach a minimum furthest away from a, and to reach a maximum as it passes through the central point. So what we can do is monitor the kinetic energy of the stars and then apply a damping force when it hits its maximum. Since the mass of each star is approximately constant in this phase, we just need to look at the velocity of each star (which we already measure), and if we see that the star's velocity has reached its maximum, we can simply cut the velocity of that star to zero. With several "pendulum dampings" like this, we may be able to efficiently get the star to near the proper relaxation point much faster than if we had waited a long time for the quasi-static motion under the current relaxation force.

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

No branches or pull requests

1 participant