From f36879826e86d2675a57fea1828ddf38bb766fc0 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 3 May 2012 15:18:50 +0100 Subject: [PATCH] rhoPimplecFoam: setup tutorial consistent with rhoPimpleFoam --- tutorials/compressible/rhoPimplecFoam/angledDuct/0/U | 2 +- .../rhoPimplecFoam/angledDuct/system/fvSolution | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U index 277f93a33b..84b8f75f3c 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/0/U @@ -43,7 +43,7 @@ boundaryField inlet { type flowRateInletVelocity; - flowRate constant 0.65; + flowRate constant 0.1; value uniform (0 0 0); } outlet diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution b/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution index 593aacfcfe..4a126ed8e4 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution @@ -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;