rhoPimplecFoam: setup tutorial consistent with rhoPimpleFoam

This commit is contained in:
Henry
2012-05-03 15:18:50 +01:00
parent 476b39d5a1
commit f36879826e
2 changed files with 4 additions and 6 deletions

View File

@ -43,7 +43,7 @@ boundaryField
inlet
{
type flowRateInletVelocity;
flowRate constant 0.65;
flowRate constant 0.1;
value uniform (0 0 0);
}
outlet

View File

@ -19,10 +19,8 @@ solvers
{
p
{
//solver PCG;
//preconditioner DIC;
solver PBiCG;
preconditioner DILU;
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.01;
}
@ -54,7 +52,7 @@ solvers
PIMPLE
{
momentumPredictor yes;
transonic yes;
transonic no;
nOuterCorrectors 50;
nCorrectors 1;
nNonOrthogonalCorrectors 0;