1
0
Fork 0
mirror of https://github.com/glatterf42/music-panphasia.git synced 2024-09-16 12:43:45 +02:00
No description
Find a file
2022-08-11 13:39:30 +02:00
panphasia First commit of original files. 2022-04-29 14:37:23 +02:00
plugins Added output format that might just work for Gadget-4 2022-08-11 13:39:30 +02:00
tools First commit of original files. 2022-04-29 14:37:23 +02:00
.gitignore remove temporary files from repository 2022-05-01 10:14:57 +02:00
config_file.hh First commit of original files. 2022-04-29 14:37:23 +02:00
constraints.cc First commit of original files. 2022-04-29 14:37:23 +02:00
constraints.hh First commit of original files. 2022-04-29 14:37:23 +02:00
convolution_kernel.cc First commit of original files. 2022-04-29 14:37:23 +02:00
convolution_kernel.hh First commit of original files. 2022-04-29 14:37:23 +02:00
cosmology.cc First commit of original files. 2022-04-29 14:37:23 +02:00
cosmology.hh First commit of original files. 2022-04-29 14:37:23 +02:00
defaults.cc First commit of original files. 2022-04-29 14:37:23 +02:00
defaults.hh First commit of original files. 2022-04-29 14:37:23 +02:00
densities.cc Singlepresicion compiling again, swift output added. 2022-04-29 14:43:12 +02:00
densities.hh First commit of original files. 2022-04-29 14:37:23 +02:00
fd_schemes.hh First commit of original files. 2022-04-29 14:37:23 +02:00
fft_operators.hh First commit of original files. 2022-04-29 14:37:23 +02:00
general.hh First commit of original files. 2022-04-29 14:37:23 +02:00
LICENSE First commit of original files. 2022-04-29 14:37:23 +02:00
log.cc First commit of original files. 2022-04-29 14:37:23 +02:00
log.hh First commit of original files. 2022-04-29 14:37:23 +02:00
main.cc adapted Swift output to include masses, smoothing lengths, and internal energies as gas particle properties 2022-07-04 17:02:46 +02:00
Makefile adapted Swift output to include masses, smoothing lengths, and internal energies as gas particle properties 2022-07-04 17:02:46 +02:00
mesh.hh First commit of original files. 2022-04-29 14:37:23 +02:00
mg_interp.hh First commit of original files. 2022-04-29 14:37:23 +02:00
mg_operators.hh First commit of original files. 2022-04-29 14:37:23 +02:00
mg_solver.hh First commit of original files. 2022-04-29 14:37:23 +02:00
Numerics.cc First commit of original files. 2022-04-29 14:37:23 +02:00
Numerics.hh First commit of original files. 2022-04-29 14:37:23 +02:00
output.cc First commit of original files. 2022-04-29 14:37:23 +02:00
output.hh adapted Swift output to include masses, smoothing lengths, and internal energies as gas particle properties 2022-07-04 17:02:46 +02:00
pan_state.mod Singlepresicion compiling again, swift output added. 2022-04-29 14:43:12 +02:00
poisson.cc First commit of original files. 2022-04-29 14:37:23 +02:00
poisson.hh First commit of original files. 2022-04-29 14:37:23 +02:00
random.cc First commit of original files. 2022-04-29 14:37:23 +02:00
random.hh First commit of original files. 2022-04-29 14:37:23 +02:00
README.md First commit of original files. 2022-04-29 14:37:23 +02:00
region_generator.cc First commit of original files. 2022-04-29 14:37:23 +02:00
region_generator.hh First commit of original files. 2022-04-29 14:37:23 +02:00
schemes.hh First commit of original files. 2022-04-29 14:37:23 +02:00
solver.hh First commit of original files. 2022-04-29 14:37:23 +02:00
test.cc First commit of original files. 2022-04-29 14:37:23 +02:00
test_reader.cc First commit of original files. 2022-04-29 14:37:23 +02:00
tests.hh First commit of original files. 2022-04-29 14:37:23 +02:00
transfer_function.cc First commit of original files. 2022-04-29 14:37:23 +02:00
transfer_function.hh First commit of original files. 2022-04-29 14:37:23 +02:00
TransferFunction.hh First commit of original files. 2022-04-29 14:37:23 +02:00

MUSIC - multi-scale cosmological initial conditions

MUSIC is a computer program to generate nested grid initial conditions for high-resolution "zoom" cosmological simulations. A detailed description of the algorithms can be found in Hahn & Abel (2011). You can download the user's guide here. Please consider joining the user mailing list.

Current MUSIC key features are:

  • Supports output for RAMSES, ENZO, Arepo, Gadget-2/3, ART, Pkdgrav/Gasoline and NyX via plugins. New codes can be added.

  • Support for first (1LPT) and second order (2LPT) Lagrangian perturbation theory, local Lagrangian approximation (LLA) for baryons with grid codes.

  • Pluggable transfer functions, currently CAMB, Eisenstein&Hu, BBKS, Warm Dark Matter variants. Distinct baryon+CDM fields.

  • Minimum bounding ellipsoid and convex hull shaped high-res regions supported with most codes, supports refinement mask generation for RAMSES.

  • Parallelized with OpenMP

  • Requires FFTW (v2 or v3), GSL (and HDF5 for output for some codes)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. By downloading and using MUSIC, you agree to the LICENSE, distributed with the source code in a text file of the same name.