Program Listing for File AstronomicalConstants.h¶
↰ Return to documentation for file (/home/kpenev/projects/git/poet/poet_src/Core/AstronomicalConstants.h)
#ifndef __ASTRONOMICAL_CONSTANTS_H
#define __ASTRONOMICAL_CONSTANTS_H
namespace Core {
namespace AstroConst {
const double
AU=149597870700.0,
solar_mass=1.9884754153381438e+30,
solar_radius=6.957e8,
solar_age=4.57,
Gyr=1e9*24.0*3600.0*365.25,
day=24.0*3600.0,
G=6.67408e-11,
jupiter_mass=1.8981871658715508e+27,
jupiter_radius=7.1492e7;
} //End of AstroConst namespace.
} //End of Core namespace
#endif