openfoam/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/polyMesh/boundary
2010-06-23 16:54:54 +01:00

47 lines
1.3 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
base
{
type patch;
nFaces 150;
startFace 44700;
}
outlet
{
type patch;
nFaces 150;
startFace 44850;
}
sides
{
type patch;
nFaces 300;
startFace 45000;
}
frontAndBack
{
type empty;
nFaces 45000;
startFace 45300;
}
)
// ************************************************************************* //