/*--------------------------------*- 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/cover/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

3
(
    frontAndBack
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          3200;
        startFace       3120;
    }
    cover_to_core
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          80;
        startFace       6320;
        sampleMode      nearestPatchFace;
        sampleRegion    core;
        samplePatch     core_to_cover;
    }
    cover_to_fluid
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          80;
        startFace       6400;
        sampleMode      nearestPatchFace;
        sampleRegion    fluid;
        samplePatch     fluid_to_cover;
    }
)

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