Coupled solver, added bounds
This commit is contained in:
parent
3f2807735d
commit
1467bea682
3 changed files with 18 additions and 0 deletions
|
@ -77,6 +77,12 @@ SIMPLE
|
|||
nNonOrthoCorrectors 0;
|
||||
}
|
||||
|
||||
fieldBounds
|
||||
{
|
||||
U 500;
|
||||
p -5e4 5e4;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
{
|
||||
U 0.95;
|
||||
|
|
|
@ -93,6 +93,12 @@ relaxationFactors
|
|||
epsilon 0.9;
|
||||
}
|
||||
|
||||
fieldBounds
|
||||
{
|
||||
U 500;
|
||||
p -5e4 5e4;
|
||||
}
|
||||
|
||||
SIMPLE
|
||||
{
|
||||
nNonOrthoCorrectors 0;
|
||||
|
|
|
@ -75,6 +75,12 @@ blockSolver
|
|||
pRefValue 0;
|
||||
}
|
||||
|
||||
fieldBounds
|
||||
{
|
||||
U 500;
|
||||
p -5e4 5e4;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
{
|
||||
U 0.999;
|
||||
|
|
Reference in a new issue