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

[freeflow][test] Fix hydrostatic_pressure test

* Input file was wrong
parent 4b975357
No related branches found
No related tags found
Loading
[TimeManager] [TimeLoop]
DtInitial = 1 # [s] DtInitial = 1 # [s]
TEnd = 2 # [s] TEnd = 2 # [s]
...@@ -9,12 +9,15 @@ Cells = 64 64 ...@@ -9,12 +9,15 @@ Cells = 64 64
[Problem] [Problem]
Name = test_hydrostaticpressure # name passed to the output routines Name = test_hydrostaticpressure # name passed to the output routines
LidVelocity = 0 LidVelocity = 0
LiquidDensity = 1000
EnableGravity = true EnableGravity = true
[Component]
LiquidDensity = 1000
[ Newton ] [ Newton ]
MaxSteps = 10 MaxSteps = 10
MaxRelativeShift = 1e-5 MaxRelativeShift = 1e-5
[Vtk] [Vtk]
AddVelocity = true
WriteFaceData = false 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