Skip to content
Snippets Groups Projects
params_steady.input 558 B
Newer Older
[TimeLoop]
DtInitial = 0.01 # [s]
TEnd = 1.0 # [s]

Melanie Lipp's avatar
Melanie Lipp committed
UpperRight = 6.28 6.28
Cells = 50 50

[Problem]
Name = test_sincos_steady # name passed to the output routines
EnableGravity = false
PrintL2Error = true
EnableInertiaTerms = true

[Component]
LiquidDensity = 1.0
LiquidKinematicViscosity = 0.001

[Newton]
MaxSteps = 10
MaxRelativeShift = 1e-5
SatisfyResidualAndShiftCriterion = true
EnableAbsoluteResidualCriterion = true
MaxAbsoluteResidual = 1e-10

[Vtk]
WriteFaceData = false
AddProcessRank = false

[Flux]
UpwindWeight = 0.5