/*--------------------------------*- 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      ascii;
    class       polyBoundaryMesh;
    location    "constant/pet/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    petInlet
    {
        type            patch;
        nFaces          84;
        startFace       13276;
    }
    petOutlet
    {
        type            patch;
        nFaces          84;
        startFace       13360;
    }
    petWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       13444;
    }
    pet_to_si
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          6720;
        startFace       13604;
        sampleMode      nearestPatchFace;
        sampleRegion    si;
        samplePatch     si_to_pet;
    }
    pet_to_air
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          6720;
        startFace       20324;
        sampleMode      nearestPatchFace;
        sampleRegion    air;
        samplePatch     air_to_pet;
    }
)

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