next up previous contents
Next: Future Work Up: Visualtization Project: Geodesic Integrator Previous: Initial Parameters and Space-times   Contents

Numerical Experiments

In the previous section we showed how the software handles a single particle in 3 dimensions constrained to move in 2-dimensional slice of space (we picture the event horizon as a red sphere in the center2

This was more for calibration purposes than anything else. Now we will move on to the problem of a cloud of particles moving in a fully 3+1 dimensional space-time.

In order to do this we use a perl script to first generate initial data. The initial data can be as random as necessary or conform to some configuration like a disk or sphere. The routine runs the fortran routine with the LSODA solver and only one time step is taken. This is repeated for all other particles, after which we move onto the next time step. Doing it this way makes it so we do not have to manipulate the data structure too much back in the perl script.

With a cloud composed of thousands of particles and time step of order $10^3$ the number of calls which will have to be made to the integrator is of order $10^6$. This makes real time visualization of the dust movement difficult. For a system of 10000 particles and running for 1200 time steps on a 3.2Ghz machine took roughly 6 hours to complete. For such a system real time visualization will not be possible with this implementation.

Our animations can be seen in the website in the form of mpeg movies. In what follows we show a few screenshots of some of those animations, where we created initial data using a perl script (initgen.pl. These script uses three parameters: the radial velocity $\dot{r}$ and angular velocities $\dot{\theta}$ and $\dot{\phi}$ . From our experience from the first homework we know that circular orbits in a Schwarzschild space-time are unstable, and this provides lots of dynamics for the animations.

Figure 4: 3D plots of a single particle in the Schwarzschild space-time, plotted for testing the code.
Image 3d_1 Image 3d_2 Image 3d_3 Image 3d_4
Figure 5: More 3D single particle plots
Image 3d_4 Image 3d_5

Image 3d_6 Image 3d_7

Image 3d_8 Image 3d_9

Figure 6: A cloud of dust evolving
Image cloud1 Image cloud2 Image cloud3 Image cloud4
Figure 7: A more populated cloud.
Image 2k900_0 Image 2k900_1 Image 2k900_2 Image 2k900_3 Image 2k900_4 Image 2k900_5

Figure 8: A galaxy like formation, around 5000 particles
Image schw1 Image schw2 Image schw3 Image schw4 Image schw5 Image schw6

Figure 9: A globular cluster like structure, 10,000 particles
Image rand0_1 Image rand0_2 Image rand0_3 Image rand0_4 Image rand0_5 Image rand0_6 Image rand0_7 Image rand0_8 Image rand0_9

Figure 10: A spiral like structure, 5000 particles.
Image test_1 Image test_2 Image test_3 Image test_4 Image test_5 Image test_6


next up previous contents
Next: Future Work Up: Visualtization Project: Geodesic Integrator Previous: Initial Parameters and Space-times   Contents
Benjamin Gutierrez 2005-07-24