Skip to content
Snippets Groups Projects
Commit f3687982 authored by Henry's avatar Henry
Browse files

rhoPimplecFoam: setup tutorial consistent with rhoPimpleFoam

parent 476b39d5
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ boundaryField
inlet
{
type flowRateInletVelocity;
flowRate constant 0.65;
flowRate constant 0.1;
value uniform (0 0 0);
}
outlet
......
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment