Skip to content

mikegrudic/MakeCloud

Repository files navigation

MakeCloud

Requires the following packages: numpy scipy h5py docopt

If you want to use glassy initial conditions, you will need this file, and you should point the script to it via the --glass_path option.

By default, we generate turbulent velocity fields on the fly but then store that data somewhere so we don't have to do all those FFTs again next. You'll have to specify the path where the files get stored via the --turb_path option.

#Usage

Run python MakeCloud.py -h for instructions

e.g. if I wanted a 10^6 solar mass cloud of radius 100pc, resolved in 10^6 gas cells, I would do

python MakeCloud.py --M=1e6 --R=100 --N=1000000

About

MakeCloud: Make turbulent GMC initial conditions for GIZMO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages