From 35a24d4d5378a2669182cace242566d5096c41ca Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 5 Jan 2023 19:46:12 +0100
Subject: [PATCH] [test][1p2cni] Use same zero threshold for entire velocity
 field

---
 .../1pnc/1p2c/nonisothermal/conduction/CMakeLists.txt         | 4 ++--
 .../1pnc/1p2c/nonisothermal/convection/CMakeLists.txt         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/porousmediumflow/1pnc/1p2c/nonisothermal/conduction/CMakeLists.txt b/test/porousmediumflow/1pnc/1p2c/nonisothermal/conduction/CMakeLists.txt
index 30fcb84cf4..faa7b1a44c 100644
--- a/test/porousmediumflow/1pnc/1p2c/nonisothermal/conduction/CMakeLists.txt
+++ b/test/porousmediumflow/1pnc/1p2c/nonisothermal/conduction/CMakeLists.txt
@@ -24,7 +24,7 @@ dumux_add_test(NAME test_1p2cni_conduction_tpfa
                         --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_conduction_tpfa-reference.vtu
                                 ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_tpfa-00005.vtu
                         --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_tpfa params.input -Problem.Name test_1p2cni_conduction_tpfa"
-                        --zeroThreshold {"velocity_liq \(m/s\)_0":1e-9})
+                        --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
 
 dumux_add_test(NAME test_1p2cni_conduction_mpfa
               LABELS porousmediumflow 1p2c  1p2cni
@@ -36,4 +36,4 @@ dumux_add_test(NAME test_1p2cni_conduction_mpfa
                         --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_conduction_tpfa-reference.vtu
                                 ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_mpfa-00005.vtu
                         --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_mpfa params.input -Problem.Name test_1p2cni_conduction_mpfa"
-                        --zeroThreshold {"velocity_liq \(m/s\)_0":1e-9})
+                        --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
diff --git a/test/porousmediumflow/1pnc/1p2c/nonisothermal/convection/CMakeLists.txt b/test/porousmediumflow/1pnc/1p2c/nonisothermal/convection/CMakeLists.txt
index d86012463a..f0567938d8 100644
--- a/test/porousmediumflow/1pnc/1p2c/nonisothermal/convection/CMakeLists.txt
+++ b/test/porousmediumflow/1pnc/1p2c/nonisothermal/convection/CMakeLists.txt
@@ -24,7 +24,7 @@ dumux_add_test(NAME test_1p2cni_convection_tpfa
                         --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_convection_tpfa-reference.vtu
                                 ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_tpfa-00009.vtu
                         --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_tpfa params.input -Problem.Name test_1p2cni_convection_tpfa"
-                        --zeroThreshold {"velocity_liq \(m/s\)_0":1e-9})
+                        --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
 
 dumux_add_test(NAME test_1p2cni_convection_mpfa
               LABELS porousmediumflow 1p2c  1p2cni
@@ -36,4 +36,4 @@ dumux_add_test(NAME test_1p2cni_convection_mpfa
                         --files ${CMAKE_SOURCE_DIR}/test/references/test_1p2cni_convection_tpfa-reference.vtu
                                 ${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_mpfa-00009.vtu
                         --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_mpfa params.input -Problem.Name test_1p2cni_convection_mpfa"
-                        --zeroThreshold {"velocity_liq \(m/s\)_0":1e-9})
+                        --zeroThreshold {"velocity_liq \(m/s\)":1e-9})
-- 
GitLab