Package org.jscience.physics.amount
Class Constants
java.lang.Object
org.jscience.physics.amount.Constants
This class provides most accurate physical constants measurement; the more accurate the constants, the higher the precision of the calculations making use of these constants.
Constant names use the full range of Unicode characters and are mixed uppercase/lowercase to resemble symbolic names as much as possible
Reference: CODATA Internationally recommended values of the Fundamental Physical Constants (2002)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Amount<?>
Holds the permeability of vacuum or magnetic constant.static final Amount<?>
Holds the Bohr magneton (ℏ·e/2me)static final Amount<?>
Holds the nuclear magneton (ℏ·e/2mp)Holds the Bohr radius (α/(4π·Rinf))Holds the unified atomic mass unit (0.001 kg/mol)/NHolds the speed of light in vacuum (exact).static final Amount<?>
Holdsc
².static final Amount<ElectricCharge>
Holds the elementary charge (positron charge).static final Amount<?>
Holds the Hartree energy (2Rinf·h·c)static final Amount<?>
Holds the Faraday constant (N·e)static final Amount<Dimensionless>
Holds 4·π
.static final Amount<Acceleration>
Holds the standard acceleration due to gravity (approximately equal to the acceleration due to gravity on the Earth's surface).static final Amount<?>
Holds the Newtonian constant of gravitation.static final Amount<ElectricConductance>
Holds the conductance quantum (2e²/h)static final Amount<Dimensionless>
Holdsπ
/2.static final Amount<?>
Holds the Boltzmann constant.Holds the Planck length (ℏ/(mP·c))Holds the deuteron rest mass.Holds the electron rest mass.Holds the neutron rest mass.Holds the proton rest mass.Holds the Planck mass (ℏ·c/G)1/2Holds the muon rest mass.static final Amount<?>
Holds the Avogadro constant.static final Amount<?>
Holds the molar gas constant (N·k)static final Amount<?>
Holds the Rydberg constant (α²·me·c/2h).Holds the Planck time (lP/c)static final Amount<Dimensionless>
Holds 2·π
.static final Amount<ElectricResistance>
Holds the characteristic impedance of vacuum (µ0·c).static final Amount<MagneticFlux>
Holds the magnetic flux quantum (h/2e)static final Amount<Dimensionless>
Holds the fine structure constant (e²/(2·ε0·c·h))static final Amount<?>
Holds the permittivity of vacuum or electric constant (1/(µ0·c²))static final Amount<Dimensionless>
Holds the ratio of the circumference of a circle to its diameter.static final Amount<Dimensionless>
Holdsπ
².static final Amount<?>
Holds the Stefan-Boltzmann constant ((π²/60)·k4/(ℏ³·c²))static final Amount<?>
Holds the Planck constant.static final Amount<?>
Holds the Planck constant over 2π. -
Method Summary
-
Field Details
-
g
Holds the standard acceleration due to gravity (approximately equal to the acceleration due to gravity on the Earth's surface).- See Also:
-
me
Holds the electron rest mass. -
mp
Holds the proton rest mass. -
mn
Holds the neutron rest mass. -
md
Holds the deuteron rest mass. -
mμ
Holds the muon rest mass. -
π
Holds the ratio of the circumference of a circle to its diameter. -
half_π
Holdsπ
/2. -
two_π
Holds 2·π
. -
four_π
Holds 4·π
. -
π_square
Holdsπ
². -
c
Holds the speed of light in vacuum (exact). -
c_square
Holdsc
². -
k
Holds the Boltzmann constant.- See Also:
-
ℎ
Holds the Planck constant.- See Also:
-
ℏ
Holds the Planck constant over 2π. -
e
Holds the elementary charge (positron charge).- See Also:
-
µ0
Holds the permeability of vacuum or magnetic constant. -
ε0
Holds the permittivity of vacuum or electric constant (1/(µ0·c²))- See Also:
-
Z0
Holds the characteristic impedance of vacuum (µ0·c). -
α
Holds the fine structure constant (e²/(2·ε0·c·h))- See Also:
-
G
Holds the Newtonian constant of gravitation.- See Also:
-
N
Holds the Avogadro constant.- See Also:
-
R
Holds the molar gas constant (N·k)- See Also:
-
F
Holds the Faraday constant (N·e)- See Also:
-
σ
Holds the Stefan-Boltzmann constant ((π²/60)·k4/(ℏ³·c²)) -
amu
Holds the unified atomic mass unit (0.001 kg/mol)/N -
Rinf
Holds the Rydberg constant (α²·me·c/2h).- See Also:
-
a0
Holds the Bohr radius (α/(4π·Rinf)) -
Eh
Holds the Hartree energy (2Rinf·h·c) -
Φ0
Holds the magnetic flux quantum (h/2e) -
G0
Holds the conductance quantum (2e²/h) -
µB
Holds the Bohr magneton (ℏ·e/2me) -
µN
Holds the nuclear magneton (ℏ·e/2mp) -
mP
Holds the Planck mass (ℏ·c/G)1/2 -
lP
Holds the Planck length (ℏ/(mP·c)) -
tP
Holds the Planck time (lP/c)
-