openfoam/tutorials/mesh/cvMesh/flange/constant/polyMesh/boundary

53 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
flange.obj_patch1
{
type wall;
nFaces 24684;
startFace 193547;
}
flange.obj_patch2
{
type wall;
nFaces 1674;
startFace 218231;
}
flange.obj_patch3
{
type wall;
nFaces 438;
startFace 219905;
}
flange.obj_patch4
{
type wall;
nFaces 3595;
startFace 220343;
}
cvMesh_defaultPatch
{
type wall;
nFaces 0;
startFace 223938;
}
)
// ************************************************************************* //