Skip to content
Snippets Groups Projects
Commit 06eb8149 authored by Vishal Jambhekar's avatar Vishal Jambhekar
Browse files

Reference solution for 2pncmin test is changed (Now solution for the last...

Reference solution for 2pncmin test is changed (Now solution for the last timestep and is used for comparison). 
The similation endtime is also reduced.

- REVIEWED BY J.HOMMEL

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15216 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 88d0d2d8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ add_input_file_links()
add_dumux_test(test_box2pncmin test_box2pncmin test_box2pncmin.cc
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/injectionbox2pncmin-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/injectionbox-00016.vtu
--files ${CMAKE_SOURCE_DIR}/test/references/saltflushbox2pncmin-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/saltflushbox-00044.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_box2pncmin")
\ No newline at end of file
......@@ -6,7 +6,7 @@
[TimeManager]
TEnd = 1e7 # duration of the simulation [s]
TEnd = 1e6 # duration of the simulation [s]
DtInitial = 10 # initial time step size [s]
MaxTimeStepSize = 50000 # maximum time step size
......@@ -23,12 +23,12 @@ TemperatureLow = 273.15 # [Pa]low end for tabularization of fluid pr
TemperatureHigh = 400.00 # [Pa]high end for tabularization of fluid properties
[Problem]
OutputName = injectionbox # [-] name for output files
OutputName = saltflushbox # [-] name for output files
ReservoirPressure = 11E6 # [Pa] Initial reservoir pressure
reservoirSaturation = 0.4 # [-] Initial saturation
solidity = 0.0 # [-] Initial solid salt precipitate
Temperature = 418.15 # [K] reservoir temperature
InnerPressure = 12E6 # [Pa]
InnerPressure = 13E6 # [Pa]
InnerLiqSaturation = 0.95 # [-] liquid saturation at inner boundary
InnerSalinity = 0.0001 # [-] salinity of inner liquid
OuterPressure = 11E6 # [Pa] reservoir boundary pressure
......
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