Skip to content

Commit

Permalink
Added case to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontgomeryNREL committed Oct 16, 2024
1 parent 44e6c4a commit 838ca88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Exec/RegTests/EB_ODEQty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ set(PELE_PHYSICS_ENABLE_SPRAY OFF)
set(PELE_PHYSICS_SPRAY_FUEL_NUM 0)
set(PELE_PHYSICS_ENABLE_SOOT OFF)
set(PELE_PHYSICS_ENABLE_RADIATION OFF)
set(PELELM_NUM_ODE 3)
include(BuildExeAndLib)
8 changes: 8 additions & 0 deletions Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,11 @@ if(NOT PELE_ENABLE_EB)
add_test_r(hit-les-${PELE_DIM}d HITDecay)
endif()
endif()

if (PELE_ENABLE_EB)
if(PELE_DIM EQUAL 2)
if(PELELM_NUM_ODE GREATER 0)
add_test_r(eb-odeqty-${PELE_DIM}d EB_ODEQty)
endif()
endif()
endif()

0 comments on commit 838ca88

Please sign in to comment.