TSSP: List Archives

From: Paul
Date: Sat, 16 Feb 2002 13:02:48 +0000
Subject: Re: [TSSP] Inductance of a flat spiral coil

This is a multi-part message in MIME format.
--------------01F6EB7AE349EC2A42FE5E15
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

--
Paul Nicholson,
--
--------------01F6EB7AE349EC2A42FE5E15
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

X-Mozilla-Status2: 00000000
Message-ID: <3C6E5776.4ECC2810@abelian.demon.co.uk>
Date: Sat, 16 Feb 2002 12:58:30 +0000
From: Paul 
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2-2smp i686)
X-Accept-Language: en
MIME-Version: 1.0
To: John Tomacic 
Subject: Re: Flat secondary measurements
References: 
Content-Type: multipart/mixed;
 boundary="------------0BD595EE9CFBD110B038414A"

This is a multi-part message in MIME format.
--------------0BD595EE9CFBD110B038414A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

John,

I copied those sums to the tssp list, so that the heavies on
there can tell us if it's wrong.

We assumed a 1.0 spacing ratio so far, ie a perfectly wound coil
with absolutely no gaps between the wires.  I thought I'd see if
the optimum shape factors varied when you use practical spacing
ratios.  I've altered the two input files to take account of the
spacing ratios.  

--
Paul Nicholson,
--
--------------0BD595EE9CFBD110B038414A
Content-Type: text/plain; charset=us-ascii;
 name="sharp-sr.in"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sharp-sr.in"

; Sample input file for acmi.
;
; Finding the solenoid form factor which gives highest L for a given
; piece of wire.
;
; See 
; http://ourworld.compuserve.com/homepages/alansharp/mathpage.htm
; 
; This input file demonstrates Alan Sharp's conclusion that the max L for a 
; given piece of wire occurs when H/D is around 0.45

;
; First the fixed quantities 
;
wirelen = 1400 * 12/39.37  ; A fixed 1400 feet (in metres)
wirediam = 0.001           ; A fixed 1 mm diameter wire

;
;  And we'll vary the form factor and spacing ratio...
;

sr = [from 0.5 to 0.9 step 0.1]      ; spacing ratio
formfac = [from 0.1 to 1 step 0.05]  ; Our desired range of form factors

;
;  And now the dependant quantities...
;
  
turns = sqrt( wirelen * formfac * sr/(wirediam * 3.14159))
height = turns * wirediam/sr

;
;  Finally, the coil description.
;
 
coil {
   radius  height/formfac/2
   height1 0
   height2 height

   conductor wirediam/2
   turns turns
}


--------------0BD595EE9CFBD110B038414A
Content-Type: text/plain; charset=us-ascii;
 name="flatcoil-sr.in"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="flatcoil-sr.in"

; Sample input file for acmi.
;
; Finding the flat coil dimensions which gives highest L for a given
; piece of wire.
;

;
; First the fixed quantities (same as sharp.in)
;
wirelen = 1400 * 12/39.37  ; A fixed 1400 feet (in metres)
wirediam = 0.001           ; A fixed 1 mm diameter wire

;
;  Defining a 'spiral factor' to be (outer_radius-inner_radius)/outer_radius...
;  we vary this and the spacing ratio
;

sr = [from 0.5 to 0.9 step 0.1]          ; spacing ratio
spirfac = [from 0.05 to 0.95 step 0.05]  ; Our desired range of spiral factors

;
;  And now the dependant quantities...
;
  
turns = sqrt( sr * wirelen/3.14159/wirediam/(2/spirfac - 1))

;
;  Finally, the coil description.
;
 
coil {
   radius1  turns * wirediam/(sr * spirfac) * (1-spirfac)    ;  Inner radius
   radius2  turns * wirediam/(sr * spirfac)                  ;  Outer radius
   height 0

   conductor wirediam/2
   turns turns
}


--------------0BD595EE9CFBD110B038414A--


--------------01F6EB7AE349EC2A42FE5E15--


Maintainer Paul Nicholson, paul@abelian.demon.co.uk.