Skip to content

Commit

Permalink
Need for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
hgopalan committed Jan 25, 2025
1 parent 3e9ef95 commit 161d350
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions test/test_files/nrel_precursor/nrel_precursor.inp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generating the precursor file
# Geometry
geometry.prob_lo = -10005 -20005 0
geometry.prob_hi = 10005 20005 4000
geometry.prob_lo = -5005 -5005 0
geometry.prob_hi = 5005 5005 4000
geometry.is_periodic = 1 1 0
# Grid
amr.n_cell = 80 156 64
amr.n_cell = 40 40 64
amr.max_level = 0
amr.blocking_factor = 4
time.stop_time = -1
Expand Down
6 changes: 3 additions & 3 deletions test/test_files/nrel_terrain/nrel_terrain.inp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generating the terrain file
# Geometry
geometry.prob_lo = -10005 -20005 0
geometry.prob_hi = 10005 20005 4000
geometry.prob_lo = -5005 -5005 0
geometry.prob_hi = 5005 5005 4000
geometry.is_periodic = 0 0 0
# Grid
amr.n_cell = 80 156 64
amr.n_cell = 40 40 64
amr.max_level = 0
amr.blocking_factor = 4
time.stop_time = -1
Expand Down
14 changes: 7 additions & 7 deletions test/test_files/nrel_terrain_amr/nrel_terrain_amr.inp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generating the terrain file
# Geometry
geometry.prob_lo = -10005 -20005 0
geometry.prob_hi = 10005 20005 4000
geometry.prob_lo = -5005 -5005 0
geometry.prob_hi = 5005 5005 4000
geometry.is_periodic = 0 0 0
# Grid
amr.n_cell = 80 156 64
amr.n_cell = 40 40 64
amr.max_level = 1
amr.blocking_factor = 4
time.stop_time = -1
Expand Down Expand Up @@ -97,7 +97,7 @@ tagging.labels = g1
tagging.g1.type = GeometryRefinement
tagging.g1.shapes = b1
tagging.g1.b1.type = box
tagging.g1.b1.origin = -5000 -5000 0
tagging.g1.b1.xaxis = 5000.0 0.0 0.0
tagging.g1.b1.yaxis = 0.0 5000.0 0.0
tagging.g1.b1.zaxis = 0.0 0.0 500.0
tagging.g1.b1.origin = -2000 -2000 0
tagging.g1.b1.xaxis = 2000.0 0.0 0.0
tagging.g1.b1.yaxis = 0.0 2000.0 0.0
tagging.g1.b1.zaxis = 0.0 0.0 500.0

0 comments on commit 161d350

Please sign in to comment.