Skip to content

Commit a22abb5

Browse files
committed
clarified the m=0 comment in Dynamical tides
1 parent dc7bb3d commit a22abb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaseStar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@ DBL_DBL_DBL_DBL BaseStar::CalculateImKnmDynamical(const double p_Omega, const do
33313331
if (utils::Compare(coreRadiusAU/radiusAU, TIDES_MINIMUM_FRACTIONAL_EXTENT) < 0) {
33323332
double Epsilon = alpha_11 * envMass / m_Mass * oneMinusGamma_2 * alpha_2_3Minus_1 * alpha_2_3Minus_1 / beta_2 / oneMinusAlpha_3 / oneMinusAlpha_2;
33333333

3334-
// (l=2, n=1, m=0), Gravity Wave dissipation from envelope boundary is always 0.0 since m=0.0
3334+
// (l=2, n=1, m=0), Gravity Wave dissipation from envelope boundary is always 0.0 since m * (l(l+1))^{-4/3} = 0
33353335

33363336
// (l=2, n=1, m=2), Gravity Wave dissipation from envelope boundary
33373337
double w12_4_3 = w12 * std::cbrt(w12);

0 commit comments

Comments
 (0)