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 8814dac
Show file tree
Hide file tree
Showing 4 changed files with 3,385 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
Loading

0 comments on commit 8814dac

Please sign in to comment.