Merge from vendor branch TNF:
authordmcmahill <dmcmahill>
Fri, 2 Mar 2007 01:59:48 +0000 (01:59 +0000)
committerdmcmahill <dmcmahill>
Fri, 2 Mar 2007 01:59:48 +0000 (01:59 +0000)
commitfcacf8554de13382f2f2072d02635228d48af6ed
treefbc1f83d59e8aa7bd628de81e4af6a90a9a8aed8
parent3d9fd5834cdc5de1fbabaddb6ad4dc352a588aee
parent3435103031bc89a1a73c60cc1c26183e53ae6df4
Merge from vendor branch TNF:
import nelma-3.0

Nelma is a (command line) tool for numerically calculating various
electrical properties of printed circuit boards or similar objects
composed of conductors and dielectrics (however code is optimized for
circuit board-like geometry).

It is currently capable of calculating capacitances between objects -
nets on a PCB. It returns a spice-compatible description of an
equivalent circuit of stray capacitances that can be for example used
for more accurate circuit simulation. Alternatively it can also
produce field data that can be plotted for example with Gnuplot.

Support for calculating resistances existed for a while but was later
removed because it didn't receive much testing.

Nelma is available under the GNU General Public License version 2.