Skip to content

Commit

Permalink
Add non-EB cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 18, 2023
1 parent 5608af4 commit 2d71fd1
Show file tree
Hide file tree
Showing 87 changed files with 30 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
du -hs ${HOME}/.cache/ccache
- name: FlameSheet debug test
working-directory: ./Exec/RegTests/FlameSheet
run: ./PeleLMeX3d.gnu.DEBUG.ex flamesheet-drm19-2d.inp amr.max_step=1 amr.plot_int=-1 amr.check_int=-1
run: ./PeleLMeX2d.gnu.DEBUG.ex flamesheet-drm19-2d.inp amr.max_step=1 amr.plot_int=-1 amr.check_int=-1
- name: FlameSheet debug report
working-directory: ./Exec/RegTests/FlameSheet
run: |
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(PELELMEX_PRECISION "DOUBLE" CACHE STRING "Floating point precision SINGLE or
option(PELELMEX_ENABLE_EB "Enable Embedded Boundary" OFF)
option(PELELMEX_ENABLE_EFIELD "Enable Electric field module" OFF)
option(PELELMEX_ENABLE_SOOT "Enable Soot module" OFF)
option(PELELMEX_ENABLE_PARTICLE "Enable particles" OFF)
option(PELELMEX_ENABLE_PARTICLES "Enable particles" OFF)

# HPC options
option(PELELMEX_ENABLE_MPI "Enable MPI" OFF)
Expand Down
3 changes: 3 additions & 0 deletions Exec/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#add_subdirectory(Efield)
#add_subdirectory(Production)
add_subdirectory(RegTests)
#add_subdirectory(UnitTests)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions Exec/RegTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
#add_subdirectory(EB_EnclosedVortex)
#add_subdirectory(EB_FlowPastCylinder)
#add_subdirectory(EB_PipeFlow)
#add_subdirectory(EnclosedFlame)
#add_subdirectory(EnclosedInjection)
add_subdirectory(EnclosedFlame)
add_subdirectory(EnclosedInjection)
add_subdirectory(FlameSheet)
#add_subdirectory(HITDecay)
#add_subdirectory(HotBubble)
#add_subdirectory(PeriodicCases)
add_subdirectory(HITDecay)
add_subdirectory(HotBubble)
add_subdirectory(PeriodicCases)
#add_subdirectory(SprayTest)
#add_subdirectory(TaylorGreen)
#add_subdirectory(TripleFlame)
#add_subdirectory(TurbInflow)
add_subdirectory(TaylorGreen)
add_subdirectory(TripleFlame)
add_subdirectory(TurbInflow)
#add_subdirectory(Unit)
1 change: 0 additions & 1 deletion Exec/RegTests/EB_BackwardStepFlame/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EB_EnclosedFlame/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EB_EnclosedVortex/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Constant)
Expand Down
5 changes: 2 additions & 3 deletions Exec/RegTests/EB_FlowPastCylinder/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Constant)
include(BuildExeAndLib)
11 changes: 2 additions & 9 deletions Exec/RegTests/EB_FlowPastCylinder/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@ THREAD_SANITIZER = FALSE

# PeleLMeX
USE_EFIELD = FALSE

# PelePhysics
Chemistry_Model = drm19
Eos_Model = Fuego
Transport_Model = Simple

# PeleLMeX
CEXE_headers += EBUserDefined.H
CEXE_headers += EBUserDefined.H

# PelePhysics
Chemistry_Model = air
Eos_Model = Fuego
Eos_Model = Fuego
Transport_Model = Constant

PELELMEX_HOME ?= ../../..
Expand Down
3 changes: 1 addition & 2 deletions Exec/RegTests/EB_PipeFlow/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Simple)
include(BuildExeAndLib)
1 change: 0 additions & 1 deletion Exec/RegTests/EnclosedFlame/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
Expand Down
1 change: 0 additions & 1 deletion Exec/RegTests/EnclosedInjection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
Expand Down
3 changes: 1 addition & 2 deletions Exec/RegTests/HITDecay/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Simple)
include(BuildExeAndLib)
5 changes: 2 additions & 3 deletions Exec/RegTests/HotBubble/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Constant)
include(BuildExeAndLib)
5 changes: 2 additions & 3 deletions Exec/RegTests/PeriodicCases/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Constant)
include(BuildExeAndLib)
4 changes: 2 additions & 2 deletions Exec/RegTests/SprayTest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_ENABLE_PARTICLES ON)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_CHEMISTRY_MODEL decane_3sp)
set(PELELMEX_TRANSPORT_MODEL Simple)
include(BuildExeAndLib)
5 changes: 2 additions & 3 deletions Exec/RegTests/TaylorGreen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Constant)
include(BuildExeAndLib)
1 change: 0 additions & 1 deletion Exec/RegTests/TripleFlame/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
Expand Down
3 changes: 1 addition & 2 deletions Exec/RegTests/TurbInflow/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Simple)
include(BuildExeAndLib)
5 changes: 2 additions & 3 deletions Exec/RegTests/Unit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(PELELMEX_ENABLE_PARTICLES OFF)
set(PELELMEX_EOS_MODEL Fuego)
set(PELELMEX_CHEMISTRY_MODEL drm19)
set(PELELMEX_TRANSPORT_MODEL Simple)
set(PELELMEX_CHEMISTRY_MODEL air)
set(PELELMEX_TRANSPORT_MODEL Constant)
include(BuildExeAndLib)

0 comments on commit 2d71fd1

Please sign in to comment.