Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM

This commit is contained in:
Henry
2014-01-30 13:01:04 +00:00
parent c080ca7e86
commit ee4e19ef85
59 changed files with 95 additions and 86 deletions

View File

@ -30,6 +30,7 @@ solvers
tolerance 1e-8;
relTol 0;
maxIter 10;
minIter 1;
};
"pcorr.*"
@ -65,12 +66,12 @@ solvers
smoother symGaussSeidel;
tolerance 1e-6;
relTol 0.1;
minIter 1;
}
"(U|k|epsilon)Final"
{
$U;
tolerance 1e-6;
relTol 0;
}
}
@ -78,8 +79,8 @@ solvers
PIMPLE
{
correctPhi yes;
nOuterCorrectors 1;
nCorrectors 3;
nOuterCorrectors 3;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
}