openfoam/tutorials/twoPhaseEulerFoam/bed/constant/polyMesh/boundary
2008-06-20 17:25:03 +01:00

47 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class polyBoundaryMesh;
object boundary;
location "constant/polyMesh";
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
top
{
type patch;
nFaces 25;
startFace 6100;
}
bottom
{
type patch;
nFaces 25;
startFace 6125;
}
walls
{
type wall;
nFaces 250;
startFace 6150;
}
frontBack
{
type empty;
nFaces 6250;
startFace 6400;
}
)
// ************************************************************************* //