numerical solution for any semiconductor device

Status
Not open for further replies.

khos

Banned
Joined
Dec 9, 2010
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
0
How can I make a simulator for PN junctions, so we will need to solve some differential equations numerically to simulate the device by using (FENICS/DOLFIN) and used for solving such equations in C++ or python ????????????
 

There is the diode equation. It may or may not suit your purpose.



More can be found at:

https://en.wikipedia.org/wiki/Diode_modelling#Shockley_diode_model

--------------------------------------------

If you want a simple V-to-I formula...

I wanted to find a mathematical equation to model a diode for purposes of simulation.

I performed many tests on diodes with my meter, and then plotted the data, and tried to fit an equation to the graph.

I came up with:

A = ( V x 1.25 ) ^ 20

This is only for a typical silicon diode. It will require a different equation to model an LED or a germanium or a schottky or a power diode.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…