|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.physics.Gravitation
Constants and conversion methods relating to gravitational constants (GM) of worlds.
For primary reference see:
E. Myles Standish. "Report of the IAU WGAS Sub-group on Numerical Standards".
In Highlights of Astronomy, I. Appenzeller, ed. Dordrecht: Kluwer Academic Publishers, 1995.
Available here in postscript.
Excerpts at: Astrodynamic Constants
Note: The universal gravitational constant (G) is a quantity derived from measurements whose value is updated as newer (and presumably more accurate) measurements are made. A more recent (and slightly different value) can be found at the NIST.
Mass| Field Summary | |
static double |
GAUSSIAN_GRAVITATIONAL_CONSTANT
The Gaussian gravitational constant (k), in units of (au^3 d^-2 Msun)½. |
static double |
gEarth
The standard acceleration of gravity of the Earth, in units of (m s^-2) |
static double |
GMEarth
The gravitational constant (GM) of the Earth, in units of (km^3 s^-2) |
static double |
GMsun
The gravitational constant (GM) of the Sun, in units of (km^3 s^-2) |
static double |
Msun
The (derived) mass of the Sun (Msun = GMsun/G), in units of (kg) |
static double |
UNIVERSAL_GRAVITATIONAL_CONSTANT
The universal gravitational constant (G), in units of (km^3 kg^-1 s^-2). |
| Constructor Summary | |
Gravitation()
|
|
| Method Summary | |
static double |
getConstant(double solarMassRatio)
Return the gravitational constant (GM) for a world given the ratio of it's mass to the Sun's in units of (km^3 s^-2) |
static double |
getConstant(Mass mass)
Return the gravitational constant (GM) for a world given it's mass in units of (km^3 s^-2) |
static double |
getSolarMassRatio(Mass mass)
Return the ratio of the world's mass to that of the Sun |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final double GAUSSIAN_GRAVITATIONAL_CONSTANT
For description see: http://scienceworld.wolfram.com/physics/GaussianGravitationalConstant.html
or http://en.wikipedia.org/wiki/Gaussian_gravitational_constant
public static final double UNIVERSAL_GRAVITATIONAL_CONSTANT
For description see: http://scienceworld.wolfram.com/physics/GravitationalConstant.html
or http://en.wikipedia.org/wiki/Gravitational_constant
public static final double GMsun
public static final double Msun
public static final double GMEarth
public static final double gEarth
| Constructor Detail |
public Gravitation()
| Method Detail |
public static double getConstant(double solarMassRatio)
solarMassRatio - the solar mass ratio of the world
public static double getConstant(Mass mass)
mass - the mass of the world
public static double getSolarMassRatio(Mass mass)
mass - the mass of the world
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||