Tutorial settings update: immersed boundary
This commit is contained in:
parent
a214f5e6fe
commit
fb951b5726
2 changed files with 12 additions and 7 deletions
|
@ -21,14 +21,13 @@ ddtSchemes
|
|||
|
||||
gradSchemes
|
||||
{
|
||||
default Gauss linear;
|
||||
grad(p) Gauss linear;
|
||||
default cellLimited Gauss linear 1;
|
||||
}
|
||||
|
||||
divSchemes
|
||||
{
|
||||
default none;
|
||||
div(rho*phi,U) Gauss vanLeer;
|
||||
div(rho*phi,U) Gauss linearUpwind grad(U);
|
||||
|
||||
div(phi,alpha) Gauss vanLeer01;
|
||||
div(phirb,alpha) Gauss interfaceCompression;
|
||||
|
|
|
@ -80,7 +80,7 @@ PISO
|
|||
PIMPLE
|
||||
{
|
||||
nOuterCorrectors 2;
|
||||
nCorrectors 6;
|
||||
nCorrectors 4;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
pdRefPoint (-0.9 1.4 0.05);
|
||||
|
@ -89,14 +89,20 @@ PIMPLE
|
|||
pRefPoint (-0.9 1.4 0.05);
|
||||
pRefValue 0;
|
||||
|
||||
limitMagU 35;
|
||||
limitMagU 20;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
{
|
||||
equations
|
||||
{
|
||||
U 0.9;
|
||||
}
|
||||
fields
|
||||
{
|
||||
pd 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
Reference in a new issue