Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
AstronomicalConstants.h
Go to the documentation of this file.
1 
8 #ifndef __ASTRONOMICAL_CONSTANTS_H
9 #define __ASTRONOMICAL_CONSTANTS_H
10 
11 namespace Core {
12 
17  namespace AstroConst {
18 
19  const double
20  AU=149597870700.0,
21  solar_mass=1.9884754153381438e+30,
22  solar_radius=6.957e8,
23  solar_age=4.57,
24  Gyr=1e9*24.0*3600.0*365.25,
25  day=24.0*3600.0,
26  G=6.67408e-11,
27  jupiter_mass=1.8981871658715508e+27,
28  jupiter_radius=7.1492e7;
29 
30  } //End of AstroConst namespace.
31 
32 } //End of Core namespace
33 
34 #endif
const double AU
Astronomical unit [m].
const double jupiter_mass
Mass of Jupiter [kg].
const double jupiter_radius
Radius of Jupiter [m].
const double solar_radius
Radius of the sun [m].
const double Gyr
Gyr [s].
const double day
day [s]
const double solar_age
Age of the sun in [Gyr].
const double solar_mass
Mass of the sun [kg].
const double G
Gravitational constant in SI.