File: readme

package info (click to toggle)
ngspice 34%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 56,764 kB
  • sloc: ansic: 505,343; cpp: 15,906; xml: 9,158; makefile: 3,676; sh: 2,315; perl: 2,287; yacc: 1,520; tcl: 1,033; lex: 318; pascal: 241; python: 143
file content (13 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
Directory: oned
---------------
This directory contains the files that are primarily responsible for
implementing the 1D device simulator.  It also contains files that help
interface the circuit simulator to the device simulator.  Most functions
that are common to all 1D device simulations start with the prefix ONE,
e.g. ONEbiasSolve.  The device-specific routines start with either
NUMD or NBJT, e.g. NUMDadmittance or NBJTproject.  The simulator contains
both a Poisson Solver for equilibrium and a three-equation solver for bias
solutions.  An attempt has been made to keep the function names parallel
in the two portions.  Poisson routines are identified with a 'Q' (for charge
only) after the ONE, and Full solver routines are identified with an
underscore '_'.