jrenaud90 / TidalPy

Software suite to perform solid-body tidal dissipation calculations for rocky and icy worlds
Other
15 stars 3 forks source link

Question of starting codition order TS72 vs. KMN15 #43

Open jrenaud90 opened 7 months ago

jrenaud90 commented 7 months ago

Kamata et al. (2015) has the two starting solutions for RadialSolver k^2 +/- (see their Eq. B13) implying that solution 1 uses the + version and solution 2 uses the minus.

Takeuchi & Saito (1972) have similar starting solution definitions but order them as -/+ (see their Eq. 99).

TidalPy has the option to use both starting solutions. For Kamata we use +/- and for Takeuchi we use -/+. See the respective equations in "RadialSolver.starting".

jrenaud90 commented 7 months ago