Search found 113 matches

by Indrek
Mon Dec 10, 2007 3:49 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

When not counting collisions or particle-particle interactions/fields, a particle's path can be duplicated in 24 ways. Because of the inherent symmetries in the coil-generated fields. Or 48 ways with a little hack. And individual path will be chaotic indeed. My plan is to simulate a bunch of particl...
by Indrek
Mon Dec 10, 2007 3:43 am
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

I looked more into symmetries:

http://www.mare.ee/indrek/ephi/symmetry2/

- Indrek
by Indrek
Fri Dec 07, 2007 11:38 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

If I am not mistaken WB6 had 200 turns of copper in each coil. And they ran 1000 amperes through them. That makes 200,000 ampere-turns. Calculate here how strong of a field that makes for a single coil (around 1T for WB-6 I take): http://hyperphysics.phy-astr.gsu.edu/hbase/magnetic/curloo.html#c2 BT...
by Indrek
Thu Dec 06, 2007 11:58 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

I made another release, ephi-0.14, this one has tricubic interpolation and sector based data division. See "otree.cpp" for a test application.

http://www.mare.ee/indrek/ephi/#download

- Indrek
by Indrek
Wed Dec 05, 2007 12:08 am
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

Here's another piece of technology to use: tricubic interpolation. It comes with some implementation overhead but is doable. This website comes with info and code: http://www.lekien.com/~francois/papers/LeMa05/ Though be careful, the code there is less than efficient, so look only, write your own (I...
by Indrek
Mon Dec 03, 2007 7:11 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

That's right. You just multiply it with a vector to get a transformed vector. See this for more information: http://en.wikipedia.org/wiki/Transformation_matrix What I'm doing is, have a point in space, I run it through the cube_polywell_transform() - the function itself already transforms the point,...
by Indrek
Mon Dec 03, 2007 2:13 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

I worked out the transformation matrices and the code to do the mapping. You might find it useful:

http://www.mare.ee/indrek/ephi/symmetry ... rs.cpp.txt

- Indrek
by Indrek
Sun Dec 02, 2007 11:20 am
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

I tried another approach:

http://www.mare.ee/indrek/ephi/symmetry/intersect.png
http://www.mare.ee/indrek/ephi/symmetry/intersect.gif

Long live POV-Ray and ImageMagick, they're perfect for this kind of stuff.

- Indrek
by Indrek
Sat Dec 01, 2007 7:15 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

It seems I'm geometrically challenged as well. I had made an error in my original divisions. Instead one can reduce it to 1/48 as the triangular prism splits into three parts.

- Indrek
by Indrek
Sat Dec 01, 2007 4:59 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

I started building an octree for 3D field interpolations and on the way worked out the symmetries in the cube polywell:

http://www.mare.ee/indrek/ephi/symmetry/

More geometric mayhem and megabytes of animated gifs.

- Indrek
by Indrek
Wed Nov 28, 2007 10:26 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

My geometrically challenged friends, I made another, probably better image:

http://www.mare.ee/indrek/ephi/pef8/polycut.png

- Indrek
by Indrek
Wed Nov 28, 2007 4:17 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

Yes. This is a cut through the "corners" of the cube polywell.

I tried to visualize it here, removed one of the top coils to make it more understandable:

http://www.mare.ee/indrek/ephi/pef8/cut.png

The checkerboard is the plane with the 4 coil intersections.

- Indrek
by Indrek
Wed Nov 28, 2007 2:52 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

As I said this is an electro-STATIC simulation. It's not a dynamic system in evolution, we don't have any particles or plasma present. We set up the structural components of the system at preset potentials and we simulate the space charge as a crude sphere of uniform charge in the middle. From that ...
by Indrek
Wed Nov 28, 2007 7:39 am
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

Go for it.

- Indrek
by Indrek
Tue Nov 27, 2007 5:17 pm
Forum: Theory
Topic: Virtual Polywell
Replies: 468
Views: 202671

I redid my electrostatic analysis:

http://www.mare.ee/indrek/ephi/pef8/

- Indrek