/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       polyBoundaryMesh;
    location    "constant/core/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

3
(
    frontAndBack
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          3600;
        startFace       3960;
    }
    defaultFaces
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          400;
        startFace       7560;
    }
    core_to_cover
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          80;
        startFace       7960;
        sampleMode      nearestPatchFace;
        sampleRegion    cover;
        samplePatch     cover_to_core;
    }
)

// ************************************************************************* //
