Files
openfoam/tutorials/incompressible/pimpleFoam/TJunctionFan/constant/polyMesh/boundary
2011-05-12 10:30:29 +01:00

67 lines
1.7 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
7
(
inlet
{
type patch;
nFaces 25;
startFace 10025;
}
outlet1
{
type patch;
nFaces 25;
startFace 10050;
}
outlet2
{
type patch;
nFaces 25;
startFace 10075;
}
baffles
{
type wall;
nFaces 32;
startFace 10100;
}
fan_half0
{
type cyclic;
nFaces 9;
startFace 10132;
neighbourPatch fan_half1;
}
fan_half1
{
type cyclic;
nFaces 9;
startFace 10141;
neighbourPatch fan_half0;
}
defaultFaces
{
type wall;
nFaces 3075;
startFace 10150;
}
)
// ************************************************************************* //