Bugfix: pFinal and UFinal
This commit is contained in:
parent
478e29ab4d
commit
c1fcc5d612
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
|
@ -27,7 +27,7 @@ solvers
|
|||
relTol 0;
|
||||
}
|
||||
|
||||
U
|
||||
"U|UFinal"
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner ILU0;
|
||||
|
|
Reference in a new issue