/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class polyBoundaryMesh; location "constant/polyMesh"; object boundary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 6 ( cohesive { type patch; nFaces 40; startFace 2180; } tracFree { type patch; nFaces 50; startFace 2220; } preCrack { type patch; nFaces 5; startFace 2270; } top { type patch; nFaces 45; startFace 2275; } back { type empty; nFaces 1125; startFace 2320; } front { type empty; nFaces 1125; startFace 3445; } ) // ************************************************************************* //