Revision 54cf21a1380719172c0b049f860dafc30e37cd56 authored by Dmitry Yu. Naumov on 02 March 2021, 22:50:12 UTC, committed by Dmitry Yu. Naumov on 02 March 2021, 22:50:12 UTC
Exclude _deps directory from warnings check.

See merge request ogs/ogs!3478
2 parent s a5442d7 + e225681
Raw File
Tests.cmake
AddTest(
    NAME 2D_Thermal_TwoPhase_heatpipe
    PATH Parabolic/ThermalTwoPhaseFlowPP/HeatPipe
    RUNTIME 10
    EXECUTABLE ogs
    EXECUTABLE_ARGS Twophase_HeatPipe_quad_curve_small.prj
    TESTER vtkdiff
    REQUIREMENTS NOT OGS_USE_MPI
    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
    ref_t_10000.000000.vtu thermaltwophaseflow_small_ts_100_t_10000.000000.vtu saturation saturation 1e-8 1e-10
    ref_t_10000.000000.vtu thermaltwophaseflow_small_ts_100_t_10000.000000.vtu temperature temperature 1e-8 1e-10
)
AddTest(
    NAME 2D_Thermal_TwoPhase_heatpipe
    PATH Parabolic/ThermalTwoPhaseFlowPP/HeatPipe
    RUNTIME 170
    EXECUTABLE ogs
    EXECUTABLE_ARGS Twophase_HeatPipe_quad_curve_large.prj
    TESTER vtkdiff
    REQUIREMENTS NOT OGS_USE_MPI
    DIFF_DATA
    ref_t_1100000.000000.vtu thermaltwophaseflow_large_ts_1100_t_1100000.000000.vtu capillary_pressure capillary_pressure 9e-5 2e-10
    ref_t_1100000.000000.vtu thermaltwophaseflow_large_ts_1100_t_1100000.000000.vtu gas_pressure gas_pressure 1e-8 1e-10
    ref_t_1100000.000000.vtu thermaltwophaseflow_large_ts_1100_t_1100000.000000.vtu saturation saturation 1e-8 1e-10
    ref_t_1100000.000000.vtu thermaltwophaseflow_large_ts_1100_t_1100000.000000.vtu temperature temperature 1e-8 1e-10
)
back to top