From 141da141c54487f09d32a414509106e569cf7f62 Mon Sep 17 00:00:00 2001 From: Haibing Shao <haibing.shao@ufz.de> Date: Mon, 25 Mar 2024 15:11:39 +0100 Subject: [PATCH] Add Test BeierSanbox for Newton use xml in the test config --- ProcessLib/HeatTransportBHE/Tests.cmake | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ProcessLib/HeatTransportBHE/Tests.cmake b/ProcessLib/HeatTransportBHE/Tests.cmake index a2c60ddefd0..7334aa699df 100644 --- a/ProcessLib/HeatTransportBHE/Tests.cmake +++ b/ProcessLib/HeatTransportBHE/Tests.cmake @@ -12,6 +12,20 @@ AddTest( beier_sandbox_ts_10_t_600.000000.vtu beier_sandbox_ts_10_t_600.000000.vtu temperature_soil temperature_soil 0 1e-13 ) +AddTest( + NAME HeatTransportBHE_1U_3D_beier_sandbox_Newton + PATH Parabolic/T/3D_Beier_sandbox + EXECUTABLE ogs + EXECUTABLE_ARGS beier_sandbox_newton.xml + WRAPPER time + TESTER vtkdiff + REQUIREMENTS NOT OGS_USE_MPI + RUNTIME 20 + DIFF_DATA + beier_sandbox_ts_10_t_600.000000.vtu beier_sandbox_newton_ts_10_t_600.000000.vtu temperature_BHE1 temperature_BHE1 0 5e-15 + beier_sandbox_ts_10_t_600.000000.vtu beier_sandbox_newton_ts_10_t_600.000000.vtu temperature_soil temperature_soil 0 1e-13 +) + AddTest( NAME HeatTransportBHE_1U_beier_sandbox_fixed_power_constant_flow PATH Parabolic/T/3D_Beier_sandbox -- GitLab