snowBedFoam/exampleCase/constant/polyMesh/boundary

60 lines
1.6 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
xMi_shadow
{
type patch;
nFaces 8004;
startFace 6108402;
}
xMi
{
type patch;
nFaces 8004;
startFace 6116406;
}
yMi_shadow
{
type patch;
nFaces 7482;
startFace 6124410;
}
yMi
{
type patch;
nFaces 7482;
startFace 6131892;
}
atmosphere
{
type patch;
nFaces 71208;
startFace 6139374;
}
snowBed
{
type wall;
inGroups 1(wall);
nFaces 71208;
startFace 6210582;
}
)
// ************************************************************************* //