/ramses

Primary LanguageFortran

This is the ramses GitHub repository.

Ramses is an open source code to model astrophysical systems, featuring self-gravitating, magnetised, compressible, radiative fluid flows. It is based on the Adaptive Mesh Refinement (AMR) technique on a fully-threaded graded octree. ramses is written in Fortran 90 and is making intensive use of the Message Passing Interface (MPI) library.

You can go to the user's guide using the WIKI here.

Check regularly the automatic test page.

Download the code by cloning the git repository using

$ git clone https://github.com/ramses-organisation/ramses

You will get the latest stable version. To get the development branch, do the following

$ git clone --branch dev https://github.com/ramses-organisation/ramses

Please register also to the mailing list.

To generate idealised initial conditions of galaxies, check out the DICE code.

To generate cosmological initial conditions, check out the MUSIC code.

To visualize RAMSES data, we encourage you to use the OSYRIS or the PYNBODY codes.