gov.sns.tools.beam
Interface IConstants


public interface IConstants


Field Summary
static double BohrRadius
          Bohr radius of a hydrogen atom (meters)
static double ElectronEnergy
          Rest energy of an electron (electron volts)
static double ElectronMass
          Rest mass of an electron (Kilograms)
static double LightSpeed
          Speed of light in a vaccuum (meters/second)
static double Permeability
          Magnetic permeability of free space (Henries/meter)
static double Permittivity
          Electric permittivity of free space (Farad/meter)
static double ProtonEnergy
          Rest energy of a proton (electron volts)
static double ProtonMass
          Rest mass of a proton (Kilograms)
static double ProtonRadius
          "Classical" radius of a proton: radius where electrical energy equals rest energy
static double UnitCharge
          The unit electric charge (Farads)
 

Field Detail

LightSpeed

public static final double LightSpeed
Speed of light in a vaccuum (meters/second)

See Also:
Constant Field Values

UnitCharge

public static final double UnitCharge
The unit electric charge (Farads)

See Also:
Constant Field Values

Permittivity

public static final double Permittivity
Electric permittivity of free space (Farad/meter)

See Also:
Constant Field Values

Permeability

public static final double Permeability
Magnetic permeability of free space (Henries/meter)

See Also:
Constant Field Values

ElectronMass

public static final double ElectronMass
Rest mass of an electron (Kilograms)

See Also:
Constant Field Values

ProtonMass

public static final double ProtonMass
Rest mass of a proton (Kilograms)

See Also:
Constant Field Values

ElectronEnergy

public static final double ElectronEnergy
Rest energy of an electron (electron volts)

See Also:
Constant Field Values

ProtonEnergy

public static final double ProtonEnergy
Rest energy of a proton (electron volts)

See Also:
Constant Field Values

BohrRadius

public static final double BohrRadius
Bohr radius of a hydrogen atom (meters)

See Also:
Constant Field Values

ProtonRadius

public static final double ProtonRadius
"Classical" radius of a proton: radius where electrical energy equals rest energy

See Also:
Constant Field Values