A Julia module for the data analysis of Arepo hydrodynamical simulations.
Caution
This code is written for my personal use and is a work in progress, thus it may break at any moment. Use it at your own risk.
ℹ️ NOTE
There are more advanced tools to analyze/plot the data generated by Arepo and similar codes (you can see some below), but this module was written not only as a basic plotting tool, but as an exercise to learn Julia and software development in general.
- Works only with snapshots in HDF5 format (option
SnapFormat = 3
). - This is a collection of scripts inside a module, not a package. Global constants and data structures are defined in
src/constants.jl
.