40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
# List of galaxy parameters file
|
|
# Putting identical galaxies one beside the other allows DICE
|
|
# to re-use the previous computation,
|
|
# and thus reduces the global execution time
|
|
# x[kpc] y[kpc] z[kpc] vx[km/s] vy[km/s] vz[km/s] spin[deg] incl[deg]
|
|
Galaxy params/agora_sigma10.params 0. 0. 0. 0. 0. 0. 0. 0.
|
|
# Number of OpenMP threads
|
|
Nthreads 16
|
|
# Compute the mean inter-particle distance
|
|
# Useful to define the softening length in SPH codes
|
|
MeanPartDist 0
|
|
# Maximum number of component for a galaxy model
|
|
MaxCompNumber 64
|
|
# Output quantities in the rz plane
|
|
OutputRz 0
|
|
# Name of the final IC file
|
|
# The file extension wil be added by DICE
|
|
Filename out/agora_sigma10
|
|
# File format of the IC file [Gadget1,Gadget2]
|
|
ICformat Gadget2
|
|
# Cosmological parameters for Virial quantities
|
|
# Default values are taken from Planck cosmology
|
|
# Redshift
|
|
Redshift 1.0
|
|
# Hubble constant
|
|
H0 71.0
|
|
# Dark energy density parameter
|
|
OmegaL 0.70
|
|
# Matter density parameter
|
|
OmegaM 0.30
|
|
# Spatial curvature density paramter
|
|
OmegaK 0.00
|
|
# Normalize the sum of mass fractions to one
|
|
NormMassFact 0
|
|
# Size of the GSL integration space
|
|
GslWorkspaceSize 10000
|
|
# Integration scheme: 1=GSL QAG (slow) / 2=GSL QAGIU (very slow) / 3= GSL QNG (fast)
|
|
GslIntegrationScheme 3
|
|
|