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

Rewriting magnetic braking physics into its own file #75

Draft
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

astroJeff
Copy link
Contributor

No description provided.

@astroJeff astroJeff requested a review from sgossage May 18, 2023 22:07
@astroJeff astroJeff self-assigned this May 18, 2023
@astroJeff astroJeff requested a review from kkovlakas May 18, 2023 22:08
Copy link
Contributor

@sgossage sgossage left a 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.

Copy link
Contributor

@sgossage sgossage left a 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

@ssbvr ssbvr marked this pull request as draft July 20, 2023 14:06
* np.clip((1.5 - M_sec) / (1.5 - 1.3), 0, 1)
)
dOmega_mb_pri = (
-3.8e30 * (const.rsol**2 / const.secyer)
Copy link
Contributor

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)
Copy link
Contributor

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

@mkruckow
Copy link
Collaborator

Update (March 28): @astroJeff , it looks like stalling, hence please get back to work on it or consider to close the PR.

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

Successfully merging this pull request may close these issues.

3 participants