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

Variable Index

 o e0
The dielectric permitivity of vacuum in F/cm.
 o e02
Dielectric permitivity of vacuum in q/Vcm
 o h
The Planck constant in eV.sec.
 o h2
The Planck constant in J.sec.
 o hbar
The Planck constant divided by 2pi in eV.sec.
 o hbar2
The Planck constant divided by 2pi in J.sec.
 o k
The Boltzmann constant in eV/K.
 o k2
The Boltzmann constant in J/K.
 o me
The electron mass in kg.
 o q
The electron charge in Coul.
 o q2
A unit charge of value 1.0.

Variables

 o q2
 public static final double q2
A unit charge of value 1.0.

 o q
 public static final double q
The electron charge in Coul.

 o e0
 public static final double e0
The dielectric permitivity of vacuum in F/cm.

 o e02
 public static final double e02
Dielectric permitivity of vacuum in q/Vcm

 o me
 public static final double me
The electron mass in kg.

 o k
 public static final double k
The Boltzmann constant in eV/K.

 o k2
 public static final double k2
The Boltzmann constant in J/K.

 o h
 public static final double h
The Planck constant in eV.sec.

 o h2
 public static final double h2
The Planck constant in J.sec.

 o hbar
 public static final double hbar
The Planck constant divided by 2pi in eV.sec.

 o hbar2
 public static final double hbar2
The Planck constant divided by 2pi in J.sec.


All Packages  Class Hierarchy  This Package  Previous  Next  Index