bars_calc - Self and mutual inductance of a pair of parallel rectangular bars
SYNOPSIS
bars_calc a b l1 d c l2 E P l3 freq PARAMETERS
INPUT PARAMETERS
- a
: Width of bar 1 (meters)
- b
: Thickness of bar 1 (meters)
- l1
: Length of bar 1 (meters)
- d
: Width of bar 2 (meters)
- c
: Thickness of bar 2 (meters)
- l2
: Length of bar 2 (meters)
- E
: Position of bar 2 in the width direction (meters)
- P
: Position of bar 2 in the thickness direction (meters)
- l3
: Position of bar 2 in the length direction (meters)
- freq
: analysis frequency (Hertz)
OUTPUT VALUES
- L1
: Bar 1 self inductance (Henries)
- L2
: Bar 2 self inductance (Henries)
- M
: Mutual inductance (Henries)
- k
: Coupling coefficient
DESCRIPTION
Function to analyze the self and mutual inductances of two parallel
rectanglar bars.
EXAMPLE
*
* Bars calculation. Two conductors, 1 um thick, 10 um wide, 1um gap, 1mmm long
*
bars_calc 10e-6 1e-6 1e-3 10e-6 1e-6 1e-3 12e-6 0 0 1e9
*
*
SEE ALSO
air_coil_calc
air_coil_syn
coax_calc
bars_calc
coax_syn
coplanar_calc
coplanar_syn
coupled_microstrip_calc
coupled_microstrip_syn
coupled_stripline_calc
coupled_stripline_syn
ic_microstrip_calc
ic_microstrip_syn
microstrip_calc
microstrip_syn
stripline_calc
stripline_syn
AUTHOR
Dan McMahill
BUGS
None known
Please report any bugs on the
Wcalc Sourceforge Project Page
Return to the Stdio-Wcalc page.