I've been having an argument with myself, and since I'm not really winning I figured I'd let more people in on it. The problem is simple: compute the orbit of a single electron in the polywell. In dimensionless parameters it is just
Du_x + b_z*u_y - b_y*u_z = - C_p* e_x
-b_z*u_x + Du_y + b_x*u_z = - C_p* e_y
b_y*u_x - b_x*u_y - Du_z = - C_p* e_z
Where D == d/d(nu) = dimensionless time derivative, b_j is dimensionless magnetic field, e_j is dimensionless electric field and u_j are the dimensionless velocities of the electron (see
http://www.eskimo.com/~eresrch/Fusion/fusion.pdf for details).
The argument is whether to solve this numerically or analytically. They both have advantages. Analytically it's a huge mess, but possible to do since none of the fields I'm looking at are time dependent (even if they were slowly time dependent it'd be possible analytically). I haven't had a whole lot of time to grind through the analytical solution, but it'd be a blast to just _do_ it. But I'm not so sure I'll get any answers any time soon.
The reason this is important is find out if non interacting electrons will stay in the polywell. If the system is not stable for even single electrons, it is hopeless for lots of them.
Interactions and full fluid equations are much messier and it'd be pretty hopeless to do analytically. But I guess that gives me a good reason to do an analytical model - it gives a way to check the computer model for a pure numerical solution.
Hmmm... I guess arguing out loud helps!
