Device Tutorial: Difference between revisions

From Flooxs
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
It will be most helpful to review these in order, as concepts are introduced in increasing complexity, and each example builds off the previous example.
It will be most helpful to review these in order, as concepts are introduced in increasing complexity, and each example builds off the previous example.
For full decks see * [[Device Examples]] - full floods decks


==General Overview of Device Simulation ==
This section includes a general discussion of the governing differential equations commonly used in semiconductor device simulation (e.g. the Poisson and continuity equations) and how they are depicted in the FLOOXS Alagator script, as well as common methods for declaring boundary and initial conditions.
*[[Device Simulation Overview]]
*[[High Level Example: p/n Diode]]


== 1D - Introducing the grid and the basic device equations and boundary conditions ==
== 1D - Introducing the grid and the basic device equations and boundary conditions ==
Line 6: Line 12:
* [[PN diode example (1D)]] - learn how to make doping profile (Doping=f(x,y,z))
* [[PN diode example (1D)]] - learn how to make doping profile (Doping=f(x,y,z))
* [[PMOS capacitor example (1D)]] - learn the metal contact boundary condition
* [[PMOS capacitor example (1D)]] - learn the metal contact boundary condition
* [[PN diode small-signal analysis (1D)]] - obtain conductance and current frequency-sweeps


== 2D - Introducing advanced models for BJT's, 2DEG issues for MOS, and the Gas ==
== 2D - Introducing advanced models for BJT's, 2DEG issues for MOS, and the Gas ==

Latest revision as of 13:04, 15 April 2019

It will be most helpful to review these in order, as concepts are introduced in increasing complexity, and each example builds off the previous example. For full decks see * Device Examples - full floods decks


General Overview of Device Simulation

This section includes a general discussion of the governing differential equations commonly used in semiconductor device simulation (e.g. the Poisson and continuity equations) and how they are depicted in the FLOOXS Alagator script, as well as common methods for declaring boundary and initial conditions.

1D - Introducing the grid and the basic device equations and boundary conditions

2D - Introducing advanced models for BJT's, 2DEG issues for MOS, and the Gas

3D - TecPlot, your computer's limitations, and the Quasi-Fermi Method