All Packages Class Hierarchy This Package Previous Next Index
Class crw.semi.Ge
java.lang.Object
|
+----crw.semi.Semiconductor
|
+----crw.semi.Ge
- public class Ge
- extends Semiconductor
The class to find all Ge properties from.
- Version:
- 1.0, 1997/5/6
- Author:
- C. R. Wie
-
Ge()
-
-
setAffinity()
- Sets the electron affinity.
-
setEg()
- Sets the Ge bandgap energy.
-
setK()
- Sets the Ge dielectric constant.
-
setNc()
- Sets the effective density of states of conduction band for Ge.
-
setNv()
- Sets the effective density of states of valence band.
Ge
public Ge()
setEg
protected void setEg()
- Sets the Ge bandgap energy. Not to be called externally.
For example, changing temperature calls this method automatically.
- Overrides:
- setEg in class Semiconductor
setK
protected void setK()
- Sets the Ge dielectric constant.
Not to be called externally.
- Overrides:
- setK in class Semiconductor
setNc
protected void setNc()
- Sets the effective density of states of conduction band for Ge.
Not to be called externally.
- Overrides:
- setNc in class Semiconductor
setNv
protected void setNv()
- Sets the effective density of states of valence band.
Not to be called externally.
- Overrides:
- setNv in class Semiconductor
setAffinity
protected void setAffinity()
- Sets the electron affinity. It implements the superclass's
abstract method. Not to be called externally.
Affinity for Ge is NOT correct yet.
- Overrides:
- setAffinity in class Semiconductor
All Packages Class Hierarchy This Package Previous Next Index