Skip to content

Commit

Permalink
add param file
Browse files Browse the repository at this point in the history
  • Loading branch information
helenarichie committed Apr 5, 2024
1 parent 3e4f680 commit 12e3407
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
54 changes: 54 additions & 0 deletions m82_dust.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#
# Parameter File for a 3D disk
#

######################################
# number of grid cells in the x dimension
nx=512
# number of grid cells in the y dimension
ny=512
# number of grid cells in the z dimension
nz=1024
# final output time
tout=300
# time interval for output
outstep=50
n_hydro=20
# value of gamma
gamma=1.6666667
# name of initial conditions
init=Disk_3D
#init=Read_Grid
#nfile=200
# domain properties
xmin=-5
ymin=-5
zmin=-10
xlen=10
ylen=10
zlen=20
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=3
yu_bcnd=3
zl_bcnd=3
zu_bcnd=3
# static grav parameter
custom_grav=2
# supernova cluster properties
supernova_rcl=0.03
supernova_e=1
# rotated projection properties
nxr=432
nzr=540
delta=0.0
theta=20.0
phi=20.0
Lx=20.0
Lz=25.0
flag_delta=2
ddelta_dt=-0.001
# path to output directory
#indir=./hdf5/raw/
outdir=./hdf5/raw/
54 changes: 54 additions & 0 deletions m82_dust_512.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#
# Parameter File for a 3D disk
#

######################################
# number of grid cells in the x dimension
nx=512
# number of grid cells in the y dimension
ny=512
# number of grid cells in the z dimension
nz=1024
# final output time
tout=300
# time interval for output
outstep=50
n_hydro=20
# value of gamma
gamma=1.6666667
# name of initial conditions
init=Disk_3D
#init=Read_Grid
#nfile=200
# domain properties
xmin=-5
ymin=-5
zmin=-10
xlen=10
ylen=10
zlen=20
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=3
yu_bcnd=3
zl_bcnd=3
zu_bcnd=3
# static grav parameter
custom_grav=2
# supernova cluster properties
supernova_rcl=0.03
supernova_e=1
# rotated projection properties
nxr=432
nzr=540
delta=0.0
theta=20.0
phi=20.0
Lx=20.0
Lz=25.0
flag_delta=2
ddelta_dt=-0.001
# path to output directory
#indir=./hdf5/raw/
outdir=./hdf5/raw/

0 comments on commit 12e3407

Please sign in to comment.