ENH: Updates to AMI 2-D mixer tutorial

This commit is contained in:
andy
2011-11-07 12:20:40 +00:00
parent ba1f32c92c
commit 86666c3f5f
4 changed files with 1094 additions and 1090 deletions

View File

@ -791,6 +791,7 @@ boundary
type cyclicAMI;
neighbourPatch AMI2;
transform noOrdering;
/* optional
surface
{
type searchableCylinder; // none
@ -798,6 +799,7 @@ boundary
point2 (0 0 1);
radius 0.5;
}
*/
faces
(
quad2D(ri1, ri0)
@ -816,6 +818,7 @@ boundary
type cyclicAMI;
neighbourPatch AMI1;
transform noOrdering;
/* optional
surface
{
type searchableCylinder; // none
@ -823,6 +826,7 @@ boundary
point2 (0 0 1);
radius 0.5;
}
*/
faces
(
quad2D(ris1, ris0)

View File

@ -47,6 +47,6 @@ runTimeModifiable true;
adjustTimeStep yes;
maxCo 0.3;
maxCo 2;
// ************************************************************************* //

View File

@ -67,8 +67,8 @@ solvers
PIMPLE
{
correctPhi yes;
nOuterCorrectors 1;
nCorrectors 2;
nOuterCorrectors 3;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
pRefCell 0;