swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 639162cd4f4f040fc9303b8968c2019f1d950ae8 authored by KeitaYoshioka on 24 November 2021, 16:35:30 UTC
[PL/PhF] Bug fix. Use global index in BC.
Tip revision: 639162c
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