Skip to content
Snippets Groups Projects
Commit 7a018dc3 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[example][liddrivencavity] Update solution

* Use more suitable numeric diff epsilon, leading to slightly better Newton convergence
* This will also make the test pass for the new staggered implementation
parent 84e5bec9
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ dumux_add_test(NAME example_ff_liddrivencavity_re1000
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_ff_navierstokes_closedsystem_ldc_re1000-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/example_ff_liddrivencavity_re1000-00009.vtu
${CMAKE_CURRENT_BINARY_DIR}/example_ff_liddrivencavity_re1000-00008.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/example_ff_liddrivencavity params_re1000.input
-Grid.Cells \"64 64\" -TimeLoop.TEnd 50")
......
......@@ -20,7 +20,7 @@ MaxSteps = 10
MaxRelativeShift = 1e-8
[Assembly]
NumericDifference.BaseEpsilon = 1e-8
NumericDifference.BaseEpsilon = 1e-4
[Vtk]
WriteFaceData = false
......
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