constants
¶
This module contains constants that are used in the tudatpy library or commonly used in astrodynamic calculations.
References¶
Constants¶
- SEA_LEVEL_GRAVITATIONAL_ACCELERATION = 9.80665¶
- Type:
Standard gravitational acceleration at sea-level.
- JULIAN_YEAR = 31557600.0¶
- Type:
Julian year in seconds. Result of JULIAN_YEAR_IN_DAYS * JULIAN_DAY.
- SIDEREAL_YEAR_IN_DAYS = 365.25636¶
- Type:
Sidereal year in Julian days in quasar reference frame [1].
- SIDEREAL_YEAR = 31558149.504¶
- Type:
Sidereal year in quasar reference frame. Result of SIDEREAL_YEAR_IN_DAYS * JULIAN_DAY.
- GRAVITATIONAL_CONSTANT = 6.67259e-11¶
- Type:
Gravitational constant in \(\mathrm{m}^3/\mathrm{s}^2\) [2].
- SPECIFIC_GAS_CONSTANT_AIR = 287.0¶
- Type:
The specific gas constant of air in \(\mathrm{J}/(\mathrm{kg} \, \mathrm{K})\) [4].
- MOLAR_GAS_CONSTANT = 8.3144598¶
- Type:
The molar gas constant in \(\mathrm{J}/(\mathrm{mol} \, \mathrm{K})\) [5]. Also known as universal gas constant.
- PLANCK_CONSTANT = 6.62606957e-34¶
- Type:
Planck’s constant in \(\mathrm{m}^{2} \, \mathrm{kg}/\mathrm{s}\) [5].
- BOLTZMANN_CONSTANT = 1.3806488e-23¶
- Type:
The Boltzmann constant (gas constant per particle) in \(\mathrm{m}^{2} \, \mathrm{kg} / ( \mathrm{s}^{2} \, \mathrm{K} )\), [5].
- STEFAN_BOLTZMANN_CONSTANT = 5.6703726225913323e-08¶
- Type:
Stefan-Boltzmann constant, used for calculating black body radiation intensity in \(\mathrm{J} / (\mathrm{s} \, \mathrm{m}^{2} \, \mathrm{K}^{4} )\) [6].
- INVERSE_SQUARE_SPEED_OF_LIGHT = 1.1126500560536185e-17¶
- Type:
Precomputed inverse-square of speed of light.
- INVERSE_CUBIC_SPEED_OF_LIGHT = 3.711401092196984e-26¶
- Type:
Precomputed inverse 3rd power of speed of light.
- INVERSE_QUARTIC_SPEED_OF_LIGHT = 1.2379901472361205e-34¶
- Type:
Precomputed inverse 4th power of speed of light.
- INVERSE_QUINTIC_SPEED_OF_LIGHT = 4.129490633270435e-43¶
- Type:
Precomputed inverse 5th power of speed of light.
- LG_TIME_RATE_TERM = 6.969290134e-10¶
- Type:
Relative time rate difference between TCG and TT time scales.
- JULIAN_DAY_ON_J2000 = 2451545.0¶
- Type:
Julian day at J2000, i.e. 01-01-2000, at 12:00 (in TT).
- JULIAN_DAY_AT_0_MJD = 2400000.5¶
- Type:
Julian day at Modified Julian Date 0, i.e. Nov 17, 1858, 00:00.
- E = 2.718281828459045¶
- Type:
The constant E is base of the natural logarithm, and is also known as Napier’s constant.
- GOLDEN_RATIO = 1.618033988749895¶
- Type:
The golden ratio, also known as the divine proportion, golden mean, or golden section, is a number often encountered when taking the ratios of distances in simple geometric figures such as the pentagon, pentagram, decagon and dodecahedron.
- PI = 3.141592653589793¶
- Type:
The constant PI, denoted \(\pi\), is a real number defined as the ratio of a circle’s circumference \(C\) to its diameter, \(d = 2r\).