Skip to content

Commit

Permalink
Merge pull request #325 from evazlimen/dev-paramfiles
Browse files Browse the repository at this point in the history
updated Dev parameter files
  • Loading branch information
evaneschneider authored Sep 7, 2023
2 parents 7233ad9 + 49a8cee commit 92eb1ad
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 12 deletions.
4 changes: 4 additions & 0 deletions examples/1D/123.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/Creasey_shock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ zlen=3.08567758e18
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
8 changes: 6 additions & 2 deletions examples/1D/Shu_Osher.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ gamma=1.4
# name of initial conditions
init=Shu_Osher
# domain properties
xmin=0.0
xmin=-1.0
ymin=0.0
zmin=0.0
xlen=1.0
xlen=2.0
ylen=1.0
zlen=1.0
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
6 changes: 5 additions & 1 deletion examples/1D/noh_1D.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tout=1.0
# time interval for output
outstep=1.0
# name of initial conditions
init=Riemann_1D
init=Riemann
# domain properties
xmin=0.0
ymin=0.0
Expand All @@ -25,6 +25,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/sound_wave.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=1
xu_bcnd=1
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/square_wave.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=1
xu_bcnd=1
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/stationary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/strong_shock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/test_3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/trac_pen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=1
xu_bcnd=1
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
4 changes: 4 additions & 0 deletions examples/1D/two_shocks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ zlen=1.0
# type of boundary conditions
xl_bcnd=3
xu_bcnd=3
yl_bcnd=0
yu_bcnd=0
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
2 changes: 2 additions & 0 deletions examples/2D/Noh_2D.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ xl_bcnd=2
xu_bcnd=4
yl_bcnd=2
yu_bcnd=4
zl_bcnd=0
zu_bcnd=0
custom_bcnd=noh
# path to output directory
outdir=./
Expand Down
2 changes: 2 additions & 0 deletions examples/2D/sod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ xl_bcnd=3
xu_bcnd=3
yl_bcnd=3
yu_bcnd=3
zl_bcnd=0
zu_bcnd=0
# path to output directory
outdir=./

Expand Down
3 changes: 2 additions & 1 deletion examples/2D/sound_wave.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ xl_bcnd=1
xu_bcnd=1
yl_bcnd=1
yu_bcnd=1
zl_bcnd=0
zu_bcnd=0
# path to output directory
#outdir=outputs/
outdir=./

#################################################
Expand Down
4 changes: 2 additions & 2 deletions examples/3D/Ryu_and_Jones_1a.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# Parameter File for 3D Ryu & Jones MHD shock tube 4d.
# Parameter File for 3D Ryu & Jones MHD shock tube 1a.
# Citation: Ryu & Jones 1995 "Numerical Magnetohydrodynamics in Astrophysics:
# Algorithms and Tests for One-Dimensional Flow"
#
# Note: There are many shock tubes in this paper. This settings file is
# specifically for shock tube 4d
# specifically for shock tube 1a
#

################################################
Expand Down
4 changes: 1 addition & 3 deletions examples/3D/Spherical_Collapse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ yu_bcnd=1
zl_bcnd=1
zu_bcnd=1
# path to output directory
outdir=/data/groups/comp-astro/bruno/cosmo_sims/sphere_collapse/output_files/
#outdir=/raid/bruno/data/cosmo_sims/cholla_pm/sphere_collapse/
#outdir=/gpfs/alpine/scratch/bvilasen/ast149/sphere_collapse/output_files/
outdir=./
3 changes: 1 addition & 2 deletions examples/3D/Spherical_Overpressure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ yu_bcnd=1
zl_bcnd=1
zu_bcnd=1
# path to output directory
#outdir=/gpfs/alpine/scratch/bvilasen/ast149/sphere_explosion/output_files/
outdir=/raid/bruno/data/cosmo_sims/cholla_pm/sphere_explosion/
outdir=./
2 changes: 1 addition & 1 deletion examples/3D/Uniform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ yu_bcnd=1
zl_bcnd=1
zu_bcnd=1
# path to output directory
outdir=/raid/bruno/data/cosmo_sims/cholla_pm/uniform/
outdir=./

0 comments on commit 92eb1ad

Please sign in to comment.