T2: Generating field lines:
voids and superclusters in cosmological simulations

Before the tutorials:

As discussed in last tutorial, the assembly of the largest structures in cosmology, like galaxy clusters, is a fight of gravitational collapse with the expansion of the universe. Therefore, superclusters are the regions in the universe that will continue to collapse into individual objects, while the distance between them will grow with the expansion of the universe.

During the tutorials:

We provide a snapshot of a cosmological simulation, so just copy it over to your directory:

With the help of the following sketch

try to create a grid for which you compute the mean velocity of all particles within that grid cell. You can use this to create and visualize the field lines.

Just follow the simple steps:

Programming goals for T2:

Goal of this tutorial is that you learn better how to deal with the simulation output,
how to select special regions in the simulation output and
how to compute more complex results in post processing.

Solutions