|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQLibrary.PhysicalConstants
public class PhysicalConstants
Precise values of some common physical constants in SI units. These are based on the table at http://physics.nist.gov/cuu/Constants/Table/allascii.txt which is replicated at the bottom of the Java source file.
Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
| Field Summary | |
|---|---|
static double |
AvagadroNumber
AvagadroNumber - Avagadro's number (As in "I have ...") |
static double |
BohrRadius
BohrRadius - The Bohr radius in meters. |
static double |
BoltzmannConstant
BoltzmannConstant - kB, Boltzmann's constant in J/K |
static double |
ClassicalElectronRadius
ClassicalElectronRadius - The classical electron radius in meters |
static double |
ElectronCharge
ElectronCharge - The charge of a single electron in C |
static double |
ElectronMass
ElectronMass - The electron mass in kg |
static double |
ElectronRestMass
ElectronRestMass - The energy equivalent mass of an electron in Joules |
static double |
FineStructure
FineStructure - The atomic fine structure constant (dimensionless) |
static double |
GravitationConstant
GravitationConstant - G in kg m^2 |
static double |
IcePoint
IcePoint - The temperature at which water freezes at StandardAtmosphere |
static double |
NeutronMass
NeutronMass - The neutron mass in kg |
static double |
PermeabilityOfFreeSpace
PermeabilityOfFreeSpace - Permeability of free space in N/(A^2) |
static double |
PermittivityOfFreeSpace
PermittivityOfFreeSpace - Permittivity of free space in F/m |
static double |
PlanckConstant
PlanckConstant - Planck's constant in J s |
static double |
PlanckLength
PlanckLength - The Plank length in m |
static double |
PlanckMass
PlanckMass - The Plank mass in kg |
static double |
PlanckReduced
PlanckReduced - hBar, Plank's constant over 2pi in J s |
static double |
PlanckTemperature
PlanckTemperature - The Planck temperature (dimensionless) |
static double |
PlanckTime
PlanckTime - The Planck time in seconds |
static double |
ProtonMass
ProtonMass - The proton mass in kg |
static double |
RydbergEnergy
RydbergEnergy - The Rydberg constant in energy units (Joules) |
static double |
SpeedOfLight
SpeedOfLight - C, the speed of light in m/s |
static double |
StandardAtmosphere
StandardAtmosphere - The standard atmospheric pressure |
static double |
UnifiedAtomicMass
UnifiedAtomicMass - 1 AMU in kg |
| Constructor Summary | |
|---|---|
PhysicalConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double AvagadroNumber
public static final double SpeedOfLight
public static final double ElectronCharge
public static final double PlanckConstant
public static final double PlanckReduced
public static final double ElectronMass
public static final double ElectronRestMass
public static final double ProtonMass
public static final double NeutronMass
public static final double UnifiedAtomicMass
public static final double PermittivityOfFreeSpace
public static final double PermeabilityOfFreeSpace
public static final double BoltzmannConstant
public static final double GravitationConstant
public static final double PlanckLength
public static final double PlanckMass
public static final double PlanckTemperature
public static final double PlanckTime
public static final double RydbergEnergy
public static final double BohrRadius
public static final double FineStructure
public static final double ClassicalElectronRadius
public static final double IcePoint
public static final double StandardAtmosphere
| Constructor Detail |
|---|
public PhysicalConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||