pub const GRAV_CONST: f64 = 6.6743015e-11;
pub const SUN_MASS: f64 = 1.9891e30; pub const SUN_RADIUS_EQUATOR: f64 = 9.6e7; pub const SUN_GRAV_PARAM: f64 = SUN_MASS * GRAV_CONST;
pub const SUN_LUMINOSITY: f64 = 3.828e26;
pub const SUN_MEAN_SOLAR_FLUX: f64 = 1366.91;
pub const EARTH_MASS: f64 = 5.972e24; pub const EARTH_RADIUS_EQUATOR: f64 = 6.378137e6; pub const EARTH_GRAV_PARAM: f64 = EARTH_MASS * GRAV_CONST; pub const EARTH_ECC: f64 = 0.08182;
pub const EARTH_ROT_RATE: f64 = 7.2921150e-5; pub const EARTH_ORBIT_SEMI_MAJOR: f64 = 149.60e6;
pub const EARTH_ORBIT_ECC: f64 = 0.0167086;
pub const SPEED_OF_LIGHT: f64 = 2.99792458e8;
pub const ELECTRIC_CONST: f64 = 8.8541878123; pub const PLANCKS_CONST: f64 = 6.62607015e-34; pub const BOLTZMAN_CONST: f64 = 1.380649e-23;
pub const MASS_PROTON: f64 = 1.67262e-27; pub const MASS_NEUTRON: f64 = 1.67492749e-27; pub const ELECTRON_VOLT: f64 = 1.602e-19;
pub const MOLE: f64 = 6.02e23; pub const GAS_CONST: f64 = 8.317e3;