Skip to content

Commit

Permalink
Fix typo and add incomp case.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Oct 7, 2024
1 parent 3bb3f66 commit 48f9f49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
9 changes: 6 additions & 3 deletions Docs/sphinx_doc/RegressionTests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,14 @@ while the following tests are run nightly:
| TaylorGreenAdvecting | 64 64 64 | Periodic | Periodic | SlipWall | None | |
| | | | | SlipWall | | |
+-------------------------------+-------------+----------+----------+------------+-------+------------------+
| TaylorGreenAdvDiffDoubleDen | 64 64 64 | Inflow | Periodic | MOST | None | Density = 2 |
| TaylorGreenAdvDiffDoubleDen | 64 64 64 | Periodic | Periodic | SlipWall | None | Density = 2 |
| | | | | SlipWall | | |
+-------------------------------+-------------+----------+----------+------------+-------+------------------+
| TurbulentInflow | 64 16 32 | Inflow | Periodic | MOST | None | LES |
| | | Outflow | | SlipWall | | |
+-------------------------------+-------------+----------+----------+------------+-------+------------------+
| TurbulentInflow | 64 16 32 | Periodic | Periodic | SlipWall | None | LES |
| | | | | SlipWall | | |
| TurbulentInflow_anelastic | 64 16 32 | Inflow | Periodic | MOST | None | LES |
| | | Outflow | | SlipWall | | |
+-------------------------------+-------------+----------+----------+------------+-------+------------------+
| WPS_Test | 200 200 176 | wrfbdy | wrfbdy | NoSlipWall | None | init from |
| | | wrfbdy | wrfbdy | SlipWall | | wrfinput |
Expand Down
9 changes: 5 additions & 4 deletions Exec/RegTests/TurbulentInflow/incompressible_source_inputs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ fabarray.mfiter_tile_size = 1024 1024 1024

# PROBLEM SIZE & GEOMETRY
#Larger problem
geometry.prob_extent = 80 2.5 10
amr.n_cell = 512 16 64
#geometry.prob_extent = 80 2.5 10
#amr.n_cell = 512 16 64

# Quick debug problem
#geometry.prob_extent = 20 5 10
#amr.n_cell = 64 16 32
geometry.prob_extent = 20 5 10
amr.n_cell = 64 16 32

geometry.is_periodic = 0 1 0

Expand All @@ -38,6 +38,7 @@ xlo.theta = 300.0
# TIME STEP CONTROL
erf.cfl = 0.5
erf.dynamicViscosity = 0.001
erf.fix_random_seed = 1

# DIAGNOSTICS & VERBOSITY
erf.sum_interval = 0 # timesteps between computing mass
Expand Down

0 comments on commit 48f9f49

Please sign in to comment.