Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
RealEvolutionQuantity.h
Go to the documentation of this file.
1 
9 #ifndef __REAL_EVOLUTION_QUANTITY_H
10 #define __REAL_EVOLUTION_QUANTITY_H
11 
12 namespace Evolve {
13 
16  SEMIMAJOR,
18  CONV_INCLINATION,
19  RAD_INCLINATION,
20  CONV_PERIAPSIS,
21  RAD_PERIAPSIS,
22  CONV_ANGMOM,
23  RAD_ANGMOM,
24  AGE,
25  NUM_REAL_QUANTITIES
26  };
27 
28 }//End Evolve namespace.
29 
30 #endif
SEMIMAJOR
The derivative w.r.t. the semimajor axis in AU.
Orientations of zones of bodies in a binary system.
RealEvolutionQuantity
Define identifiers for the quantities whose evolution we check.
ECCENTRICITY
The derivative w.r.t. the eccentricity.
AGE
The derivative w.r.t. age, excluding the dependence through the body's radius and the moments of iner...