Skip to content

Commit

Permalink
Added multiphase LES model test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbbBallout committed Dec 13, 2024
1 parent 7b85dd3 commit f3fb84a
Show file tree
Hide file tree
Showing 5 changed files with 3,386 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/CI_sequential 3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,25 @@ jobs:
./horses3d.mu EntropyConservingTest.control
if: '!cancelled()'

#
# 5) RisingBubbleVreman
# ----------------------------
# This test case is skipped with gfortran as the result is slightly different

- name: Build MultiphaseRisingBubbleVreman
working-directory: ./Solver/test/Multiphase/RisingBubbleVreman/SETUP
run: |
source /opt/intel/oneapi/setvars.sh || true
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_MKL=${{matrix.mkl}}
if: ('!cancelled()')

- name: Run MultiphaseRisingBubbleVreman
working-directory: ./Solver/test/Multiphase/RisingBubbleVreman
run: |
source /opt/intel/oneapi/setvars.sh || true
./horses3d.mu RisingBubble.control
if: ('!cancelled()')

########################################################################
####### INCOMPRESSIBLE ########
########################################################################
Expand Down
1 change: 1 addition & 0 deletions Solver/configure
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ TEST_CASES="./Euler/BoxAroundCircle \
./Multiphase/Convergence \
./Multiphase/EntropyConservingTest \
./Multiphase/RisingBubble \
./Multiphase/RisingBubbleVreman\
./Multiphase/Pipe \
./Particles/FreeFall \
./Particles/RadiationHeat \
Expand Down
Loading

0 comments on commit f3fb84a

Please sign in to comment.