mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updates to AMI 2-D mixer tutorial
This commit is contained in:
@ -791,6 +791,7 @@ boundary
|
|||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
neighbourPatch AMI2;
|
neighbourPatch AMI2;
|
||||||
transform noOrdering;
|
transform noOrdering;
|
||||||
|
/* optional
|
||||||
surface
|
surface
|
||||||
{
|
{
|
||||||
type searchableCylinder; // none
|
type searchableCylinder; // none
|
||||||
@ -798,6 +799,7 @@ boundary
|
|||||||
point2 (0 0 1);
|
point2 (0 0 1);
|
||||||
radius 0.5;
|
radius 0.5;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
faces
|
faces
|
||||||
(
|
(
|
||||||
quad2D(ri1, ri0)
|
quad2D(ri1, ri0)
|
||||||
@ -816,6 +818,7 @@ boundary
|
|||||||
type cyclicAMI;
|
type cyclicAMI;
|
||||||
neighbourPatch AMI1;
|
neighbourPatch AMI1;
|
||||||
transform noOrdering;
|
transform noOrdering;
|
||||||
|
/* optional
|
||||||
surface
|
surface
|
||||||
{
|
{
|
||||||
type searchableCylinder; // none
|
type searchableCylinder; // none
|
||||||
@ -823,6 +826,7 @@ boundary
|
|||||||
point2 (0 0 1);
|
point2 (0 0 1);
|
||||||
radius 0.5;
|
radius 0.5;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
faces
|
faces
|
||||||
(
|
(
|
||||||
quad2D(ris1, ris0)
|
quad2D(ris1, ris0)
|
||||||
|
|||||||
@ -47,6 +47,6 @@ runTimeModifiable true;
|
|||||||
|
|
||||||
adjustTimeStep yes;
|
adjustTimeStep yes;
|
||||||
|
|
||||||
maxCo 0.3;
|
maxCo 2;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -67,8 +67,8 @@ solvers
|
|||||||
PIMPLE
|
PIMPLE
|
||||||
{
|
{
|
||||||
correctPhi yes;
|
correctPhi yes;
|
||||||
nOuterCorrectors 1;
|
nOuterCorrectors 3;
|
||||||
nCorrectors 2;
|
nCorrectors 1;
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
|
|
||||||
pRefCell 0;
|
pRefCell 0;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user