-
Notifications
You must be signed in to change notification settings - Fork 227
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
migration to a target value #818
Comments
Maybe something like this? https://github.com/dtamayo/reboundx/blob/main/ipython_examples/ExponentialMigration.ipynb |
This seems more like a physics question. In the original Lee and Peale papers, the migration doesn't stop when the planets reach commensurability. It's the resonance itself which locks the period ratio to be a constant. And once you look at the 0.1% level like in your plot, then all kind of other things become important. For example, I'm not sure if heliocentric or Jacobi coordinates are the right choice here. Looking at resonant angles might in general be a better diagnostic for the resonance than a period ratio. |
Hi, like Hanno said this is really tricky. We had to worry about this for our 2017 Trappist paper too. Our approach was to just run migration simulations and then use the scale invariance of gravity to rescale everything to the inner period observed and keep all the period ratios / resonance relations. You can find code here if that sounds like it would be helpful |
Hi Hanno et al. I hope you have been well. Is there an easy way to implement migration to some target value? I'm trying to implement something of the form da/dt = -(a - a_target)/tau_a.
Thanks!
Nick
The text was updated successfully, but these errors were encountered: