JSci.physics
Interface PhysicalConstants

All Superinterfaces:
NumericalConstants
All Known Subinterfaces:
AstronomicalConstants

public interface PhysicalConstants
extends NumericalConstants

A collection of fundamental physical constants. All values expressed in SI units. (Source: CODATA Bulletin No. 63 Nov 1986)


Field Summary
static double AVOGADRO
          Avogadro's constant.
static double BOHR_MAGNETON
          Bohr magneton (defined).
static double BOLTZMANN
          Boltzmann's constant (defined).
static double CHARGE
          Elementary charge.
static double ELECTRON_MASS
          Electron rest mass.
static double ELECTRON_MOMENT
          Magnetic moment of electron.
static double FARADAY
          Faraday constant.
static double FINE_STRUCTURE
          Fine structure constant (defined).
static double FLUX_QUANTUM
          Magnetic flux quantum (defined).
static double GRAVITATION
          Gravitational constant.
static double H_BAR
          Planck's constant divided by 2*Pi (defined).
static double MOLAR_GAS
          Molar gas constant.
static double NEUTRON_MASS
          Neutron rest mass.
static double PERMEABILITY
          Permeability constant (exact).
static double PERMITTIVITY
          Permittivity constant (defined).
static double PLANCK
          Planck's constant.
static double PROTON_MASS
          Proton rest mass.
static double PROTON_MOMENT
          Magnetic moment of proton.
static double RYDBERG
          Rydberg constant (defined).
static double SPEED_OF_LIGHT
          Speed of light in vacuo (exact).
static double STEFAN_BOLTZMANN
          Stefan-Boltzmann constant.
 
Fields inherited from interface JSci.maths.NumericalConstants
GAMMA, GOLDEN_RATIO, LOG10, SQRT2, SQRT2PI, TWO_PI
 

Field Detail

PLANCK

static final double PLANCK
Planck's constant.

See Also:
Constant Field Values

H_BAR

static final double H_BAR
Planck's constant divided by 2*Pi (defined).

See Also:
Constant Field Values

SPEED_OF_LIGHT

static final double SPEED_OF_LIGHT
Speed of light in vacuo (exact).

See Also:
Constant Field Values

PERMEABILITY

static final double PERMEABILITY
Permeability constant (exact).

See Also:
Constant Field Values

PERMITTIVITY

static final double PERMITTIVITY
Permittivity constant (defined).

See Also:
Constant Field Values

GRAVITATION

static final double GRAVITATION
Gravitational constant.

See Also:
Constant Field Values

CHARGE

static final double CHARGE
Elementary charge.

See Also:
Constant Field Values

ELECTRON_MASS

static final double ELECTRON_MASS
Electron rest mass.

See Also:
Constant Field Values

PROTON_MASS

static final double PROTON_MASS
Proton rest mass.

See Also:
Constant Field Values

NEUTRON_MASS

static final double NEUTRON_MASS
Neutron rest mass.

See Also:
Constant Field Values

AVOGADRO

static final double AVOGADRO
Avogadro's constant.

See Also:
Constant Field Values

MOLAR_GAS

static final double MOLAR_GAS
Molar gas constant.

See Also:
Constant Field Values

BOLTZMANN

static final double BOLTZMANN
Boltzmann's constant (defined).

See Also:
Constant Field Values

STEFAN_BOLTZMANN

static final double STEFAN_BOLTZMANN
Stefan-Boltzmann constant.

See Also:
Constant Field Values

RYDBERG

static final double RYDBERG
Rydberg constant (defined).

See Also:
Constant Field Values

FINE_STRUCTURE

static final double FINE_STRUCTURE
Fine structure constant (defined).

See Also:
Constant Field Values

FARADAY

static final double FARADAY
Faraday constant.

See Also:
Constant Field Values

FLUX_QUANTUM

static final double FLUX_QUANTUM
Magnetic flux quantum (defined).

See Also:
Constant Field Values

BOHR_MAGNETON

static final double BOHR_MAGNETON
Bohr magneton (defined).

See Also:
Constant Field Values

ELECTRON_MOMENT

static final double ELECTRON_MOMENT
Magnetic moment of electron.

See Also:
Constant Field Values

PROTON_MOMENT

static final double PROTON_MOMENT
Magnetic moment of proton.

See Also:
Constant Field Values