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

Re: Magi initial design



Original poster: Paul Nicholson <paul-at-abelian.demon.co.uk> 

Bart wrote:

 > The charge distribution along the coil is computed, however,
 > the profile is fixed.
 > ...

 > G.PROFILE_LOADED. Use a voltage profile typical of a loaded coil.
 > G.PROFILE_BARE. Use a voltage profile typical of an unloaded coil.
 > G.PROFILE_DC. Use a uniform voltage along the coil.
 > G.PROFILE_LINEAR. Use a linearly rising voltage along the coil.

Not quite.  The above predefined voltage distributions are used
to obtain a quick estimate of Ces in the compute_Ces() function
of geotc.  But when you call the compute_F() function, it will
determine the actual voltage and current distributions, taking into
account all the component objects you've specified.  The G.PROFILE
that you specified when installing the secondary is ignored when
this function is called.

Geotc uses eqs 6.3 and 6.4 from

  http://www.abelian.demon.co.uk/tssp/pn2511.html

to determine Fres and the voltage and current distributions,
given the capacitance matrix (as described in another post), and
an inductance matrix.  This enables all the work to be done
without using any complex numbers.
--
Paul Nicholson
--