/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
tractionFree
type patch;
nFaces 60;
startFace 2700;
top
nFaces 70;
startFace 2760;
bottom
startFace 2830;
back
type empty;
nFaces 1400;
startFace 2900;
front
startFace 4300;
crack
type cohesive;
nFaces 0;
startFace 5700;
)
// ************************************************************************* //