Fixing set up for verticalChannelLTS

This commit is contained in:
sergio 2016-06-27 11:33:32 -07:00
parent 08be9fcb5d
commit 248af9e43a
2 changed files with 12 additions and 0 deletions

View File

@ -33,12 +33,14 @@ boundaryField
{
type flowRateInletVelocity;
massFlowRate constant 0.00379;
rhoInlet 1.22;
value uniform (0 14.68 0);
}
inletSides
{
type flowRateInletVelocity;
massFlowRate constant 0.00832;
rhoInlet 1.22;
value uniform (0 17.79 0);
}
outlet

View File

@ -59,6 +59,12 @@ solvers
relTol 0.1;
maxIter 20;
}
Phi
{
$p;
}
}
PIMPLE
@ -76,5 +82,9 @@ PIMPLE
maxDeltaT 1;
}
potentialFlow
{
nNonOrthogonalCorrectors 3;
}
// ************************************************************************* //