Fixing set up for verticalChannelLTS
This commit is contained in:
parent
08be9fcb5d
commit
248af9e43a
@ -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
|
||||
|
@ -59,6 +59,12 @@ solvers
|
||||
relTol 0.1;
|
||||
maxIter 20;
|
||||
}
|
||||
|
||||
Phi
|
||||
{
|
||||
$p;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
PIMPLE
|
||||
@ -76,5 +82,9 @@ PIMPLE
|
||||
maxDeltaT 1;
|
||||
}
|
||||
|
||||
potentialFlow
|
||||
{
|
||||
nNonOrthogonalCorrectors 3;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
Loading…
Reference in New Issue
Block a user