116 lines
2.7 KiB
C++
116 lines
2.7 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 10
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
7
|
|
(
|
|
inlet
|
|
{
|
|
|
|
type cyclicAMI;
|
|
inGroups List<word> 1(cyclicAMI);
|
|
matchTolerance 0.001;
|
|
neighbourPatch outlet;
|
|
transformType translational;
|
|
separation (-2.828427e-05 0 0);
|
|
method faceAreaWeightAMI;
|
|
|
|
nFaces 2444;
|
|
startFace 473972;
|
|
}
|
|
outlet
|
|
{
|
|
|
|
type cyclicAMI;
|
|
inGroups List<word> 1(cyclicAMI);
|
|
matchTolerance 0.001;
|
|
neighbourPatch inlet;
|
|
transformType translational;
|
|
separation (2.828427e-05 0 0);
|
|
method faceAreaWeightAMI;
|
|
|
|
nFaces 2476;
|
|
startFace 476416;
|
|
}
|
|
|
|
cperiodic-west
|
|
{
|
|
|
|
type cyclicAMI;
|
|
inGroups List<word> 1(cyclicAMI);
|
|
matchTolerance 0.0001;
|
|
neighbourPatch cperiodic-east;
|
|
transformType translational;
|
|
separation (0 -2.828427e-5 0);
|
|
method faceAreaWeightAMI;
|
|
|
|
nFaces 2042;
|
|
startFace 478892;
|
|
}
|
|
cperiodic-east
|
|
{
|
|
|
|
type cyclicAMI;
|
|
inGroups List<word> 1(cyclicAMI);
|
|
matchTolerance 0.0001;
|
|
neighbourPatch cperiodic-west;
|
|
transformType translational;
|
|
separation (0 2.828427e-5 0);
|
|
method faceAreaWeightAMI;
|
|
|
|
nFaces 2092;
|
|
startFace 480934;
|
|
}
|
|
|
|
cperiodic-down
|
|
{
|
|
|
|
type cyclicAMI;
|
|
inGroups List<word> 1(cyclicAMI);
|
|
matchTolerance 0.001;
|
|
neighbourPatch cperiodic-up;
|
|
transformType translational;
|
|
separation (0 0 -2e-5);
|
|
method faceAreaWeightAMI;
|
|
|
|
nFaces 860;
|
|
startFace 483026;
|
|
}
|
|
cperiodic-up
|
|
{
|
|
|
|
type cyclicAMI;
|
|
inGroups List<word> 1(cyclicAMI);
|
|
matchTolerance 0.001;
|
|
neighbourPatch cperiodic-down;
|
|
transformType translational;
|
|
separation (0 0 2e-5);
|
|
method faceAreaWeightAMI;
|
|
|
|
nFaces 858;
|
|
startFace 483886;
|
|
}
|
|
walls
|
|
{
|
|
type wall;
|
|
|
|
inGroups List<word> 1(wall);
|
|
nFaces 15888;
|
|
startFace 484744;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|