All Packages Class Hierarchy This Package Previous Next Index
Interface crw.semi.Const
- public interface Const
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.
q2
public static final double q2
- A unit charge of value 1.0.
q
public static final double q
- The electron charge in Coul.
e0
public static final double e0
- The dielectric permitivity of vacuum in F/cm.
e02
public static final double e02
- Dielectric permitivity of vacuum in q/Vcm
me
public static final double me
- The electron mass in kg.
k
public static final double k
- The Boltzmann constant in eV/K.
k2
public static final double k2
- The Boltzmann constant in J/K.
h
public static final double h
- The Planck constant in eV.sec.
h2
public static final double h2
- The Planck constant in J.sec.
hbar
public static final double hbar
- The Planck constant divided by 2pi in eV.sec.
hbar2
public static final double hbar2
- The Planck constant divided by 2pi in J.sec.
All Packages Class Hierarchy This Package Previous Next Index