FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://fwl-proteus.readthedocs.io
Apache License 2.0
12 stars 1 forks source link

Calculate and store orbital period #257

Closed nichollsh closed 2 weeks ago

nichollsh commented 2 weeks ago

The model now calculates orbital period from semimajor axis, star mass, and planet mass. This is then stored in the helpfile, although it doesn't currently evolve with time. Closes #252.

This will be useful when implementing tidal heating calculations, as the heat dissipated by tides depends on the frequency of the perturbation and the response of the planet. The period depends on the planet mass because we are accounting for orbital eccentricity, which could potentially evolve over time due to tides.

Recovers 'true' values well:

nichollsh commented 2 weeks ago

Thanks, Laurent!