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 inlet
{ {
type flowRateInletVelocity; type flowRateInletVelocity;
flowRate constant 0.65; flowRate constant 0.1;
value uniform (0 0 0); value uniform (0 0 0);
} }
outlet outlet

View File

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