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

5
(
    siInlet
    {
        type            patch;
        nFaces          84;
        startFace       13276;
    }
    siOutlet
    {
        type            patch;
        nFaces          84;
        startFace       13360;
    }
    siWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       13444;
    }
    si_to_tpt
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          6720;
        startFace       13604;
        sampleMode      nearestPatchFace;
        sampleRegion    tpt;
        samplePatch     tpt_to_si;
    }
    si_to_pet
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          6720;
        startFace       20324;
        sampleMode      nearestPatchFace;
        sampleRegion    pet;
        samplePatch     pet_to_si;
    }
)

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