-
Notifications
You must be signed in to change notification settings - Fork 20
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
Rewriting magnetic braking physics into its own file #75
base: development
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The M15 and G18 prescriptions need a negative sign in their torques (which I've made comments on), otherwise I think this looks good.
Co-authored-by: sgossage <[email protected]>
Co-authored-by: sgossage <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, thanks Jeff
* np.clip((1.5 - M_sec) / (1.5 - 1.3), 0, 1) | ||
) | ||
dOmega_mb_pri = ( | ||
-3.8e30 * (const.rsol**2 / const.secyer) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, here's a typo: this should be -3.8e-30 (as in Rappaport, Verbunt, and Joss) not -3.8e30
# Thus, dOmega/dt comes out to [yr^-2] | ||
|
||
dOmega_mb_sec = ( | ||
-3.8e30 * (const.rsol**2 / const.secyer) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, here's a typo: this should be -3.8e-30 (as in Rappaport, Verbunt, and Joss) not -3.8e30
Update (March 28): @astroJeff , it looks like stalling, hence please get back to work on it or consider to close the PR. |
No description provided.