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

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.

Constructor Index

 o Const()

Variables

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

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

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

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

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

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

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

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

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

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

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

Constructors

 o Const
  public Const()

All Packages  Class Hierarchy  This Package  Previous  Next  Index