All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.solidstate.Dielectric

java.lang.Object
   |
   +----crw.solidstate.Dielectric

public 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

Variable Index

 o affinity
The electron affinity in eV.
 o Eg
The bandgap energy in eV.
 o K
The dielectric constant.

Constructor Index

 o Dielectric()

Method Index

 o getAffinity()
Returns the electron affinity.
 o getEg()
Returns the bandgap energy.
 o getK()
Returns the dielectric constant.

Variables

 o Eg
  protected double Eg
The bandgap energy in eV.

 o affinity
  protected double affinity
The electron affinity in eV.

 o K
  protected double K
The dielectric constant.

Constructors

 o Dielectric
  public Dielectric()

Methods

 o getEg
  public double getEg()
Returns the bandgap energy.

Returns:
bandgap energy in eV.
 o getAffinity
  public double getAffinity()
Returns the electron affinity.

Returns:
electron affinity in eV.
 o getK
  public double getK()
Returns the dielectric constant.

Returns:
the dielectric constant.

All Packages  Class Hierarchy  This Package  Previous  Next  Index