Jefimenko's Equations and Particle-in-Cell simulation

Discuss how polywell fusion works; share theoretical questions and answers.

Moderators: tonybarry, MSimon

alexjrgreen
Posts: 815
Joined: Thu Nov 13, 2008 4:03 pm
Location: UK

Jefimenko's Equations and Particle-in-Cell simulation

Post by alexjrgreen »

Has anyone tried Particle-in-Cell simulation using Jefimenko's Equations?
Ars artis est celare artem.

rcain
Posts: 992
Joined: Mon Apr 14, 2008 2:43 pm
Contact:

Post by rcain »

.. but doesnt
...under the assumption that there is no electromagnetic field other than the one produced by those charges and currents...
make it slightly unsuitable for tackling a Polywell?

alexjrgreen
Posts: 815
Joined: Thu Nov 13, 2008 4:03 pm
Location: UK

Post by alexjrgreen »

rcain wrote:.. but doesnt
...under the assumption that there is no electromagnetic field other than the one produced by those charges and currents...
make it slightly unsuitable for tackling a Polywell?
Let's see: there are six static currents for the coils, a static distribution of charge for the magrid and dynamic point charges for the electrons and ions.

What more do you need?
Ars artis est celare artem.

rcain
Posts: 992
Joined: Mon Apr 14, 2008 2:43 pm
Contact:

Post by rcain »

... precisely that, static currents, or at least static B fields from the magrid. (a complement to Biot Savart model).

Just reading the wiki page, it suggested that it doesnt handle them easily - though, to be fair, it later says it can be extened in the case of dielectric/magnetic medium (plasma?).

i'm no expert, and i'm sure you are more qualified than me to say, but that suggests maybe its difficult to use it to model steady-state/arbitrary starting conditions in a Polywell, unless you trace the system all the way from power-up.

i certainly like the sound of his theoretical premis of 'no necessary causal link' between electric and magnetic fields.

so, back to your question i suppose, has anyone tried any code?

(Jefimenco certainly seems to have been touting his ideas for a long time. his website here - http://www.as.wvu.edu/phys/OJ/jefimenk.html)

alexjrgreen
Posts: 815
Joined: Thu Nov 13, 2008 4:03 pm
Location: UK

Post by alexjrgreen »

We need to know the charge density scalar rho (essentially the difference between the number of ions and the number of electrons) at any point and the current density vector J (the velocity of every ion and every electron multiplied by its unit charge represents a current) at any point.

We also need to know the rate of change of charge density at any point and the rate of change of current density at any point.

As well as this we need to be able to calculate each particle's retarded position - where it would have been if a beam of light from it arrives at a particular point now. For small devices and time slices of the order of 10ns (during which light travels 3m) we could use the previous position of a particle and interpolate.

From these we can calculate the E field and the B field, derive the forces on the particles and apply them.

We don't need to consider dielectric or magnetic media since we're running in a vacuum.
Ars artis est celare artem.

rcain
Posts: 992
Joined: Mon Apr 14, 2008 2:43 pm
Contact:

Post by rcain »

... so are you proposing we produce an iterative, interpolative Jefimenko model of a Polywell, using epxperimentally sampled charge density and current density at particular positions, then fold that data back into the model?

wouldnt it also be necessary to model the the surface shape/topology of the magrids as a 'fixed assembly' of point charges? (dont know how that constraint might work through the math).

(ps. found some background here - http://www.physics.princeton.edu/~mcdon ... imenko.pdf - havent read it all yet)

alexjrgreen
Posts: 815
Joined: Thu Nov 13, 2008 4:03 pm
Location: UK

Post by alexjrgreen »

rcain wrote:... so are you proposing we produce an iterative, interpolative Jefimenko model of a Polywell, using epxperimentally sampled charge density and current density at particular positions, then fold that data back into the model?

wouldnt it also be necessary to model the the surface shape/topology of the magrids as a 'fixed assembly' of point charges? (dont know how that constraint might work through the math).

(ps. found some background here - http://www.physics.princeton.edu/~mcdon ... imenko.pdf - havent read it all yet)
The static currents and charges just get added in. They're not varying and their retarded position is the same as their current one.

I would start with all the particles in the centre and see what happened.

The catch is that you need to model at least (10^20 + 10^15) electrons and 10^20 ions, so some aggregation mechanism is needed to make the simulation tractable.
Ars artis est celare artem.

rcain
Posts: 992
Joined: Mon Apr 14, 2008 2:43 pm
Contact:

Post by rcain »

.. enormous sounding numbers, still.

agregation functions (blending perhaps), might make it more practical. but with the right sort of code/data architecture, it could be versatile.

i'm still a little concerned by the constraining assumption (wiki) quoted for the technique that
...that is no electromagnetic field coming from the infinite past
.. though willing to be guided by your greater knowlege and understanding.

as to starting things off in the centre - this seems to be a) not really what we are doing in practice, b) also contrary to the 'possible' proviso above.

how about injecting them, one by one, just like we do. it would also make it easier to verify/validate the model against othert models we already have.

if i take you reasoning correctly, i do see how the code might be pretty efficient to construct and run using this formulation.

alexjrgreen
Posts: 815
Joined: Thu Nov 13, 2008 4:03 pm
Location: UK

Post by alexjrgreen »

rcain wrote:.. enormous sounding numbers, still.

agregation functions (blending perhaps), might make it more practical. but with the right sort of code/data architecture, it could be versatile.
There are techniques for using "super-particles" - 10^10 electrons, say. As long as you can describe their spatial and velocity distributions you can calculate their contribution to J and rho and to the E and B fields.

Or you could simply define a 1nm grid and model the particles in each grid cell to achieve a comparable effect. Several people here have experience of using different sized cells depending on the local complexity of the behaviour.
rcain wrote:i'm still a little concerned by the constraining assumption (wiki) quoted for the technique that
...that is no electromagnetic field coming from the infinite past
.. though willing to be guided by your greater knowlege and understanding.
Given the size of the field we're applying through the coils, we don't really need to worry about this.
rcain wrote:as to starting things off in the centre - this seems to be a) not really what we are doing in practice, b) also contrary to the 'possible' proviso above.

how about injecting them, one by one, just like we do. it would also make it easier to verify/validate the model against othert models we already have.
Sounds good, as long as we can use "super-particles". Even if we inject one every microsecond, just 10^12 individual particles would take 12 days...
rcain wrote:if i take you reasoning correctly, i do see how the code might be pretty efficient to construct and run using this formulation.
I'll wait to see how efficient it would be, but it seems a straightforward approach.
Ars artis est celare artem.

rcain
Posts: 992
Joined: Mon Apr 14, 2008 2:43 pm
Contact:

Post by rcain »

'super-particles' sounds interesting approach. (else grid computing perhaps - what were you thinking of running it on?). i take it this is a well provel technique/tool. if i understand it corerctly, we would be replacing 'real' populations with representative statistical objects/(assays).

can we be sure that the model will still be accessible to study, eg. electron/ion loss, thermalisation effects, fourier analysis?


DeltaV
Posts: 2245
Joined: Mon Oct 12, 2009 5:05 am

Post by DeltaV »

Somewhat OT, but I just want to mention, in passing, Cellular Automata simulations. I'd prefer more "traditional" governing equations (if we knew what they were) for Polywell, but maybe the CA approach has something to offer for plasma dynamics...

http://www.wolframscience.com/nksonline/page-378

93143
Posts: 1142
Joined: Fri Oct 19, 2007 7:51 pm

Post by 93143 »

We know what the governing equations are for Polywell, and they're easy to implement.

http://en.wikipedia.org/wiki/Maxwell%27s_equations

http://en.wikipedia.org/wiki/Boltzmann_equation

Unfortunately modern supercomputers are not yet capable of obtaining a resolved solution...

alexjrgreen
Posts: 815
Joined: Thu Nov 13, 2008 4:03 pm
Location: UK

Post by alexjrgreen »

Hence the interest in Jefimenko's equations. Would you consider an implementation based on them likely to be more or less efficient?
Ars artis est celare artem.

Betruger
Posts: 2336
Joined: Tue May 06, 2008 11:54 am

Post by Betruger »

93143 wrote:We know what the governing equations are for Polywell, and they're easy to implement.

http://en.wikipedia.org/wiki/Maxwell%27s_equations

http://en.wikipedia.org/wiki/Boltzmann_equation

Unfortunately modern supercomputers are not yet capable of obtaining a resolved solution...
Would quantum computing in the near future be up to it?

Post Reply