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

[3pwateroil][test] Add reference solution

parent 35b05225
No related branches found
No related tags found
5 merge requests!600[WIP][components][plotproperties] Add a source file to plot properties of some components,!501Freeflow/turbulenceproperties,!492Resolve "Inconsistent `index()` method of the different `SubControlVolume` classes",!362Cleanup/2pnc 2pncmin models,!261Cleanup/fs 338 3pwateroil
add_input_file_links()
add_dumux_test(test_box3pwateroil test_box3pwateroil test_box3pwateroil.cc "${CMAKE_CURRENT_BINARY_DIR}/test_box3pwateroil" "-TimeManager.TEnd" "43200" "-TimeManager.MaxTimeStepSize" "21600")
add_dumux_test(test_box3pwateroil test_box3pwateroil test_box3pwateroil.cc
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/3pwateroilbox-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/sagd-00011.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_box3pwateroil")
#install sources
install(FILES
......
[TimeManager]
DtInitial = 1800 # [s]
TEnd = 18000 # [s] a year
MaxTimeStepSize = 1800 # [s]
TEnd = 60000 # [s]
[Grid]
UpperRight = 60 40
Cells = 120 80
Cells = 60 40
[Problem]
Name = sagd # name passed to the output routines
......
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