archimedes-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hi. I got a question about running 2D MOSFET code on GNU archimedes.


From: 권석현
Subject: Hi. I got a question about running 2D MOSFET code on GNU archimedes.
Date: Tue, 12 Jan 2021 17:13:32 +0900

copy code from [https://www.gnu.org/software/archimedes/examples/2DSiMOSFET.html]

# Silicon MOSFET test-1

# www.southnovel.eu

MATERIAL SILICON
TRANSPORT MC ELECTRONS

FINALTIME 6.0e-12
TIMESTEP 0.0015e-12

XLENGTH 0.6e-6
YLENGTH 0.4e-6

XSPATIALSTEP 80
YSPATIALSTEP 40

# Definition of the doping concentration
# ======================================
DONORDENSITY 0. 0. 0.6e-6 0.4e-6 1.e23
DONORDENSITY 0. 0.15e-6 0.1e-6 0.4e-6 3.e23
DONORDENSITY 0.5e-6 0.15e-6 0.6e-6 0.4e-6 3.e23
ACCEPTORDENSITY 0. 0. 0.6e-6 0.4e-6 1.e20

# Definition of the various contacts
# ==================================
CONTACT DOWN 0.0 0.6e-6 INSULATOR 0.0
CONTACT LEFT 0.0 0.4e-6 INSULATOR 0.0
CONTACT RIGHT 0.0 0.4e-6 INSULATOR 0.0
CONTACT UP 0.1e-6 0.2e-6 INSULATOR 0.0
CONTACT UP 0.4e-6 0.5e-6 INSULATOR 0.0
CONTACT UP 0.0 0.1e-6 OHMIC 0.0 3.e23
CONTACT UP 0.5e-6 0.6e-6 OHMIC 1.0 3.e23

OXYDE UP 0.2e-6 0.4e-6 0.06e-6 0.8

NOQUANTUMEFFECTS
MAXIMINI

LATTICETEMPERATURE 300.

STATISTICALWEIGHT 250
MEDIA 500

OUTPUTFORMAT GNUPLOT

# end of MOSFET test-1

and upload it on GNU archimedes on NanoHub(you know using GUI app [https://nanohub.org/tools/archimedes/session?sess=1761849])

but i got a question about that what is "OXYDE UP"? because manual dont' have syntax about it so i confused with it. is it SiO2?

i wanna know grammar about "OXIDE UP". and sorry for emailing to bug address but there's no question section on ur homepage. ;(



reply via email to

[Prev in Thread] Current Thread [Next in Thread]