Skip to content

Commit

Permalink
Reg test updates: remove old transition model test, update VOFZalDisk (
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn authored Sep 23, 2024
1 parent ca146e1 commit 51646cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 256 deletions.
4 changes: 2 additions & 2 deletions reg_tests/CTestList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ if(NOT ENABLE_CUDA AND NOT ENABLE_ROCM)
add_test_r(vortexOpen 4)
add_test_r(VOFDroplet 4)
add_test_r(VOFInertialDroplet 4)
add_test_r(VOFZalDisk 4)

if (ENABLE_FFTW)
add_test_r(ablHill3d_pp 4)
Expand All @@ -207,6 +206,7 @@ if(NOT ENABLE_CUDA AND NOT ENABLE_ROCM)
add_test_r(ablNeutralNGPHypreSegregated 2)
add_test_r(airfoilRANSEdgeNGPHypre.rst 2)
add_test_r(fsiTurbineSurrogate 4)
add_test_r(VOFZalDisk 4)

if (ENABLE_TRILINOS_SOLVERS)
add_test_r(aslNeutralEdgeSST 4)
Expand Down Expand Up @@ -282,7 +282,6 @@ else()
#=============================================================================
# Regression tests
#=============================================================================
#add_test_r(BLTFlatPlateT3A 4)

if (ENABLE_TRILINOS_SOLVERS)
add_test_r(ActLineSimpleNGP 2)
Expand All @@ -302,6 +301,7 @@ else()
add_test_r(ablNeutralNGPHypre 2)
add_test_r(ablNeutralNGPHypreSegregated 2)
add_test_r(multiElemCylinder 2)
add_test_r(VOFZalDisk 2)
endif()

if (ENABLE_TIOGA AND ENABLE_TRILINOS_SOLVERS)
Expand Down

This file was deleted.

244 changes: 0 additions & 244 deletions reg_tests/test_files/BLTFlatPlateT3A/BLTFlatPlateT3A.yaml

This file was deleted.

12 changes: 7 additions & 5 deletions reg_tests/test_files/VOFZalDisk/VOFZalDisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Simulations:
linear_solvers:

- name: solve_scalar
type: tpetra
method: gmres
preconditioner: sgs
type: hypre
method: hypre_gmres
preconditioner: boomerAMG
tolerance: 1e-12
max_iterations: 50
kspace: 50
max_iterations: 200
kspace: 75
output_level: 0
bamg_relax_type: 18
bamg_max_levels: 1

realms:

Expand Down

0 comments on commit 51646cf

Please sign in to comment.