All Packages Class Hierarchy This Package Previous Next Index
Class crw.solidstate.Const
java.lang.Object
|
+----crw.solidstate.Const
- public class Const
- extends Object
Class of physical constants. It's a utility class
for use by other classes.
- Version:
- 1.0, 1997/5/8
- Author:
- C. R. Wie
-
e0
- The dielectric permitivity of vacuum in F/cm.
-
e02
- Dielectric permitivity of vacuum in q/Vcm
-
h
- The Planck constant in eV.sec.
-
h2
- The Planck constant in J.sec.
-
hbar
- The Planck constant divided by 2pi in eV.sec.
-
hbar2
- The Planck constant divided by 2pi in J.sec.
-
k
- The Boltzmann constant in eV/K.
-
k2
- The Boltzmann constant in J/K.
-
me
- The electron mass in kg.
-
q
- The electron charge in Coul.
-
q2
- A unit charge of value 1.0.
-
Const()
-
q2
public final static double q2
- A unit charge of value 1.0.
q
public final static double q
- The electron charge in Coul.
e0
public final static double e0
- The dielectric permitivity of vacuum in F/cm.
e02
public final static double e02
- Dielectric permitivity of vacuum in q/Vcm
me
public final static double me
- The electron mass in kg.
k
public final static double k
- The Boltzmann constant in eV/K.
k2
public final static double k2
- The Boltzmann constant in J/K.
h
public final static double h
- The Planck constant in eV.sec.
h2
public final static double h2
- The Planck constant in J.sec.
hbar
public final static double hbar
- The Planck constant divided by 2pi in eV.sec.
hbar2
public final static double hbar2
- The Planck constant divided by 2pi in J.sec.
Const
public Const()
All Packages Class Hierarchy This Package Previous Next Index