Skip to content

Commit

Permalink
re-org the gui tags
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 22, 2023
1 parent 87c008b commit ad7b1ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions linear_wave_hydro.athinput
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ basename = LinWave # problem ID: basename of output filenames

<mesh>
nghost = 2 # Number of ghost cells
nx1 = 64 # Number of zones in X1-direction #> SCALE 16:512:16
x1min = 0.0 # minimum value of X1 #> SCALE -10:0:1
x1max = 3.0 # maximum value of X1 #> SCALE 1:10:1
nx1 = 64 # Number of zones in X1-direction #> RADIO 64,128,256,512,1024,2048
x1min = 0.0 # minimum value of X1
x1max = 1.0 # maximum value of X1
ix1_bc = periodic # inner-X1 boundary flag
ox1_bc = periodic # outer-X1 boundary flag

nx2 = 1 # Number of zones in X2-direction #> RADIO 1,16,32,64,128,256
nx2 = 1 # Number of zones in X2-direction
x2min = 0.0 # minimum value of X2
x2max = 1.5 # maximum value of X2
ix2_bc = periodic # inner-X2 boundary flag
ox2_bc = periodic # outer-X2 boundary flag

nx3 = 1 # Number of zones in X3-direction #> RADIO 1,16,32,64,128,256
nx3 = 1 # Number of zones in X3-direction
x3min = 0.0 # minimum value of X3
x3max = 1.5 # maximum value of X3
ix3_bc = periodic # inner-X3 boundary flag
ox3_bc = periodic # outer-X3 boundary flag

<meshblock>
nx1 = 64 # Number of cells in each MeshBlock, X1-dir
nx2 = 32 # Number of cells in each MeshBlock, X2-dir #> RADIO 1,16,32,64,128,256
nx3 = 32 # Number of cells in each MeshBlock, X3-dir #> RADIO 1,16,32,64,128,256
nx2 = 1 # Number of cells in each MeshBlock, X2-dir
nx3 = 1 # Number of cells in each MeshBlock, X3-dir

<time>
evolution = dynamic # dynamic/kinematic/static
Expand Down

0 comments on commit ad7b1ef

Please sign in to comment.