Bugfix: pFinal and UFinal

This commit is contained in:
Hrvoje Jasak 2016-05-27 12:06:27 +01:00
parent 478e29ab4d
commit c1fcc5d612

View file

@ -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;