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

[test][navierstokes] Add parameters in input file to improve documentation of...

[test][navierstokes] Add parameters in input file to improve documentation of the numeric epsilon feature
parent f12c3ed2
No related branches found
No related tags found
1 merge request!1086Cleanup/test navierstokes
......@@ -18,3 +18,15 @@ MaxRelativeShift = 1e-8
[Vtk]
AddVelocity = true
WriteFaceData = false
[Assembly]
NumericDifference.BaseEpsilon = 1e-8
# This test does actually not require setting the primary variable magnitues.
# This rather serves as a demonstration of how to use the feature.
[CellCenter.Assembly]
NumericDifference.PriVarMagnitude = 1e5 # pressure is in the order of 1e5
[Face.Assembly]
NumericDifference.PriVarMagnitude = 1 # velocity is in the order of 1
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