Molecular Dynamics

Saturday, February 14th, 2009

I created a little video with the md simulation, I’m working on for my diploma thesis. It simulates condensing Argon atoms using 8 cpus and around 130 cpu hours. Parallelization was done with Space-Filling curves. I used around 500 thousand particles … try that with your standard O(n2) algorithms. Condensing Argon Of course I used [...]

Lid-driven cavity

Wednesday, February 6th, 2008

A small video showing my self-programmed cfd code simulating a lid-driven cavity flow. I used a 200×200 grid to simulate a fluid with Reynolds number of 500. The whole simulation took about 15 minutes to run on a P4. The visualization was done with Paraview, which produced the streamlines from the velocity field. I try [...]