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

4
(
    outlet
    {
        type            patch;
        nFaces          7200;
        startFace       1287456;
    }
    fixedWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          25392;
        startFace       1294656;
    }
    transducer
    {
        type            patch;
        nFaces          240;
        startFace       1320048;
    }
    fluid_to_wire
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          1536;
        startFace       1320288;
        sampleMode      nearestPatchFace;
        sampleRegion    wire;
        samplePatch     wire_to_fluid;
    }
)

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