Skip to content
Snippets Groups Projects
Commit 428f103a authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[staggeredGrid][NavierStokesNC] Update ref solutions

parent d9d0d1d9
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!390Feature/staggered components
......@@ -4,7 +4,7 @@ add_dumux_test(test_densitydrivenflow test_densitydrivenflow test_densitydrivenf
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/stokes2c-densitydriven-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_densitydrivenflow-00013.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_densitydrivenflow-00012.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_densitydrivenflow")
add_dumux_test(test_purediffusion test_channel test_channel.cc
......@@ -18,7 +18,7 @@ add_dumux_test(test_advection test_channel test_channel.cc
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/stokes2c-advection.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_advection-00011.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_advection-00014.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_channel test_advection.input")
......
[TimeManager]
DtInitial = 1e-1 # [s]
TEnd = 5 # [s]
TEnd = 15 # [s]
[Grid]
UpperRight = 5 1
......
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