pytmosph3r.planetary_system.orbit.base
Module Contents
- class Orbit[source]
Bases:
abc.ABC
,pytmosph3r.log.Logger
Helper class that provides a standard way to create an ABC using inheritance.
- property is_tidal_locked: bool
- abstract r(true_anomaly: float = 0) float [source]
Returns the distance between the star and the planet in m.
- Parameters:
() (true_anomaly) – True anomaly in radian.