Skip to content
Snippets Groups Projects
Commit 95ba5788 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[test][1pnc][nonequil] adjust zero threshold for y-velocity

parent ff308f69
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1195Cleanup/interfacial areas
......@@ -9,7 +9,8 @@ dune_add_test(NAME test_1p2c_nonequilibrium_box
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_1p2c_nonequilibrium_box-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_1p2c_nonequilibrium_box-00045.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2c_nonequilibrium_box params.input -Problem.Name test_1p2c_nonequilibrium_box")
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2c_nonequilibrium_box params.input -Problem.Name test_1p2c_nonequilibrium_box"
--zeroThreshold {"velocity_liq \(m/s\)_1":1e-15})
dune_add_test(NAME test_1p2c_nonequilibrium_tpfa
SOURCES main.cc
......@@ -18,4 +19,5 @@ dune_add_test(NAME test_1p2c_nonequilibrium_tpfa
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_1p2c_nonequilibrium_tpfa-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_1p2c_nonequilibrium_tpfa-00044.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2c_nonequilibrium_tpfa params.input -Problem.Name test_1p2c_nonequilibrium_tpfa")
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2c_nonequilibrium_tpfa params.input -Problem.Name test_1p2c_nonequilibrium_tpfa"
--zeroThreshold {"velocity_liq \(m/s\)_1":1e-15})
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