Skip to content
Snippets Groups Projects
Commit 93bae5c6 authored by Simon Emmert's avatar Simon Emmert
Browse files

[2p1c] introduce changed wettability test with references

parent 5259d93e
No related branches found
No related tags found
1 merge request!1140Feature/2p1c wettability
......@@ -18,3 +18,25 @@ dune_add_test(NAME test_2p1cni_tpfa
--files ${CMAKE_SOURCE_DIR}/test/references/steaminjectioncc-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_ccsteaminjection-00009.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_2p1cni_tpfa test_ccsteaminjection.input")
dune_add_test(NAME test_2p1cni_box_gaswet
SOURCES test_2p1c_fv.cc
COMPILE_DEFINITIONS TYPETAG=TwoPOneCNIBoxTypeTag
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/steaminjectionbox_gaswet-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_steaminjectionbox_gaswet-00005.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_2p1cni_box test_boxsteaminjection.input
-Problem.Name test_steaminjectionbox_gaswet
-SpatialParams.GasWetting true")
dune_add_test(NAME test_2p1cni_tpfa_gaswet
SOURCES test_2p1c_fv.cc
COMPILE_DEFINITIONS TYPETAG=TwoPOneCNICCTpfaTypeTag
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/steaminjectioncc_gaswet-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_steaminjectioncc_gaswet-00005.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_2p1cni_tpfa test_ccsteaminjection.input
-Problem.Name test_steaminjectioncc_gaswet
-SpatialParams.GasWetting true")
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment