All Packages Class Hierarchy This Package Previous Next Index
Class crw.solid.Dielectric
java.lang.Object
|
+----crw.solid.Dielectric
- public abstract class Dielectric
- extends Object
Abstract superclass for all dielectric materials. Its subclass
represents a specific dielectric material and sets all material
property values. This class is the sister of the class,
crw.constant.material.Dielectric, but permits dynamic calculation
of some properties. For example, T-dependent properties may be
calculated during runtime from proper methods.
- Version:
- 1.0, 1997/5/9
- Author:
- C. R. Wie
-
affinity
- The electron affinity in eV.
-
Eg
- The bandgap energy in eV.
-
K
- The dielectric constant.
-
Dielectric()
-
-
getAffinity()
- Returns the electron affinity.
-
getEg()
- Returns the bandgap energy.
-
getK()
- Returns the dielectric constant.
Eg
protected double Eg
- The bandgap energy in eV.
affinity
protected double affinity
- The electron affinity in eV.
K
protected double K
- The dielectric constant.
Dielectric
public Dielectric()
getEg
public double getEg()
- Returns the bandgap energy.
- Returns:
- bandgap energy in eV.
getAffinity
public double getAffinity()
- Returns the electron affinity.
- Returns:
- electron affinity in eV.
getK
public double getK()
- Returns the dielectric constant.
- Returns:
- the dielectric constant.
All Packages Class Hierarchy This Package Previous Next Index