Revision 5b17b2bcb5d69d5e7597f2b2ca8802e222c3fb1a authored by wenqing on 01 November 2021, 17:23:02 UTC, committed by wenqing on 01 November 2021, 17:23:02 UTC
[GMSH2OGS] Added a test to test the conversion of linear elements

See merge request ogs/ogs!3860
2 parent s a6ce3e1 + 238939d
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