PHYSICS 141/241

Winter 2020

Laboratory Session VIII




The Kuijken-Dubinski Galaxy Modeling Package

We will use the code of Konrad Kuijken and John Dubinski to generate disk-bulge-halo galaxies. The method is described in Lectures 14/15 .

The complete source package (mostly f77) is in the tar file galactics.tar.gz .

  • Getting the source and unpacking (no pgplot in tar file)

  • Create directory tree galaxy: gunzip -d -c galaxy.tar.gz | tar xvf -

  • read the README file

  • Using the Makefile:

  • make all

  • make galaxy


  •  First test of the BULGE

  • We will use the data file bulge.data to run the Aarseth code with it.

  • Visualization

  •  First test of the HALO

  • We will use the data file halo.data to run the Aarseth code with it.

  • Visualization

  •  First test of the DISK

  • We will use the data file disk.data to run the Aarseth code with it.

  • Visualization

  •  First test of the complete GALAXY

  • We will use the data file galaxy.data to run the Aarseth code with it.

  • Visualization