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
|
solvers
|
||||||
{
|
{
|
||||||
p
|
"p|pFinal"
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
preconditioner DIC;
|
preconditioner DIC;
|
||||||
|
@ -27,7 +27,7 @@ solvers
|
||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
U
|
"U|UFinal"
|
||||||
{
|
{
|
||||||
solver BiCGStab;
|
solver BiCGStab;
|
||||||
preconditioner ILU0;
|
preconditioner ILU0;
|
||||||
|
|
Reference in a new issue