Skip to content

Commit

Permalink
[T/TH2pp] Disable heatpipe tests, issue 3486
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jul 2, 2024
1 parent ff74bf9 commit d28e071
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ProcessLib/ThermalTwoPhaseFlowWithPP/Tests.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Disabled until issue https://gitlab.opengeosys.org/ogs/ogs/-/issues/3486 is
# resolved.
set(ISSUE_3486_RESOLVED FALSE)
AddTest(
NAME 2D_Thermal_TwoPhase_heatpipe_small
PATH Parabolic/ThermalTwoPhaseFlowPP/HeatPipe
RUNTIME 10
EXECUTABLE ogs
EXECUTABLE_ARGS Twophase_HeatPipe_quad_curve_small.prj
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
REQUIREMENTS NOT OGS_USE_MPI AND ISSUE_3486_RESOLVED
DIFF_DATA
ref_t_10000.000000.vtu thermaltwophaseflow_small_ts_100_t_10000.000000.vtu capillary_pressure capillary_pressure 1e-8 1e-10
ref_t_10000.000000.vtu thermaltwophaseflow_small_ts_100_t_10000.000000.vtu gas_pressure gas_pressure 1e-8 1e-10
Expand All @@ -19,7 +22,7 @@ AddTest(
EXECUTABLE ogs
EXECUTABLE_ARGS Twophase_HeatPipe_quad_curve_large.prj
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
REQUIREMENTS NOT OGS_USE_MPI AND ISSUE_3486_RESOLVED
DIFF_DATA
ref_t_1400000.000000.vtu thermaltwophaseflow_large_ts_1400_t_1400000.000000.vtu capillary_pressure capillary_pressure 9e-5 5e-10
ref_t_1400000.000000.vtu thermaltwophaseflow_large_ts_1400_t_1400000.000000.vtu gas_pressure gas_pressure 5e-7 1e-10
Expand Down

0 comments on commit d28e071

Please sign in to comment.