Skip to content

Commit

Permalink
size 50..200 option
Browse files Browse the repository at this point in the history
teuben committed Aug 23, 2023
1 parent 4b550ba commit 4778298
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions orszag_tang.athinput
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@ basename = OrszagTang # problem ID: basename of output filenames

<mesh>
nghost = 3 # Number of ghost cells
nx1 = 200 # Number of zones in X1-direction
nx1 = 200 # Number of zones in X1-direction #> SCALE 50:200:50
x1min = -0.5 # minimum value of X1
x1max = 0.5 # maximum value of X1
ix1_bc = periodic # inner-X1 boundary flag
ox1_bc = periodic # outer-X1 boundary flag

nx2 = 200 # Number of zones in X2-direction
nx2 = 200 # Number of zones in X2-direction #> SCALE 50:200:50
x2min = -0.5 # minimum value of X2
x2max = 0.5 # maximum value of X2
ix2_bc = periodic # inner-X2 boundary flag
@@ -28,8 +28,8 @@ ix3_bc = periodic # inner-X3 boundary flag
ox3_bc = periodic # outer-X3 boundary flag

<meshblock>
nx1 = 200 # Number of cells in each MeshBlock, X1-dir
nx2 = 200 # Number of cells in each MeshBlock, X2-dir
nx1 = 50 # Number of cells in each MeshBlock, X1-dir
nx2 = 50 # Number of cells in each MeshBlock, X2-dir
nx3 = 1 # Number of cells in each MeshBlock, X3-dir

<time>

0 comments on commit 4778298

Please sign in to comment.