Files
openfoam/tutorials/DNS/dnsFoam/boxTurb16/constant/polyMesh/boundary
2010-06-23 16:54:54 +01:00

65 lines
1.8 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
patch0_half0
{
type cyclic;
nFaces 256;
startFace 11520;
neighbourPatch patch0_half1;
}
patch0_half1
{
type cyclic;
nFaces 256;
startFace 11776;
neighbourPatch patch0_half0;
}
patch1_half0
{
type cyclic;
nFaces 256;
startFace 12032;
neighbourPatch patch1_half1;
}
patch1_half1
{
type cyclic;
nFaces 256;
startFace 12288;
neighbourPatch patch1_half0;
}
patch2_half0
{
type cyclic;
nFaces 256;
startFace 12544;
neighbourPatch patch2_half1;
}
patch2_half1
{
type cyclic;
nFaces 256;
startFace 12800;
neighbourPatch patch2_half0;
}
)
// ************************************************************************* //