ENH: Updated AMI tutorial case

This commit is contained in:
andy
2011-09-07 14:41:13 +01:00
parent 5f57bab77e
commit 6b12073a6b
6 changed files with 23 additions and 11 deletions

View File

@ -45,11 +45,13 @@ boundaryField
AMI1
{
type cyclicAMI;
value $internalField;
}
AMI2
{
type cyclicAMI;
value $internalField;
}
}

View File

@ -46,11 +46,13 @@ boundaryField
AMI1
{
type cyclicAMI;
value $internalField;
}
AMI2
{
type cyclicAMI;
value $internalField;
}
}

View File

@ -46,11 +46,13 @@ boundaryField
AMI1
{
type cyclicAMI;
value $internalField;
}
AMI2
{
type cyclicAMI;
value $internalField;
}
}

View File

@ -46,11 +46,13 @@ boundaryField
AMI1
{
type cyclicAMI;
value $internalField;
}
AMI2
{
type cyclicAMI;
value $internalField;
}
}

View File

@ -43,11 +43,13 @@ boundaryField
AMI1
{
type cyclicAMI;
value $internalField;
}
AMI2
{
type cyclicAMI;
value $internalField;
}
}

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: dev.olesenm |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -36,12 +36,13 @@ FoamFile
startFace 6240;
matchTolerance 0.0001;
neighbourPatch AMI2;
transform translational;
separationVector (0 0 0);
surface
transform noOrdering;
surface
{
type triSurfaceMesh;
name projectionSurface.stl;
type searchableCylinder; // none
point1 (0 0 -1);
point2 (0 0 1);
radius 0.5;
}
}
AMI2
@ -51,12 +52,13 @@ FoamFile
startFace 6336;
matchTolerance 0.0001;
neighbourPatch AMI1;
transform translational;
separationVector (0 0 0);
surface
transform noOrdering;
surface
{
type triSurfaceMesh;
name projectionSurface.stl;
type searchableCylinder; // none
point1 (0 0 -1);
point2 (0 0 1);
radius 0.5;
}
}
front