Coupled solver, added bounds

This commit is contained in:
Hrvoje Jasak 2015-04-23 16:44:55 +01:00
parent 3f2807735d
commit 1467bea682
3 changed files with 18 additions and 0 deletions

View file

@ -77,6 +77,12 @@ SIMPLE
nNonOrthoCorrectors 0; nNonOrthoCorrectors 0;
} }
fieldBounds
{
U 500;
p -5e4 5e4;
}
relaxationFactors relaxationFactors
{ {
U 0.95; U 0.95;

View file

@ -93,6 +93,12 @@ relaxationFactors
epsilon 0.9; epsilon 0.9;
} }
fieldBounds
{
U 500;
p -5e4 5e4;
}
SIMPLE SIMPLE
{ {
nNonOrthoCorrectors 0; nNonOrthoCorrectors 0;

View file

@ -75,6 +75,12 @@ blockSolver
pRefValue 0; pRefValue 0;
} }
fieldBounds
{
U 500;
p -5e4 5e4;
}
relaxationFactors relaxationFactors
{ {
U 0.999; U 0.999;