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

3
(
    fluidInlet
    {
        type            patch;
        nFaces          320;
        startFace       75200;
    }
    fluidOutlet
    {
        type            patch;
        nFaces          320;
        startFace       75520;
    }
    fluid_to_copper
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          2560;
        startFace       75840;
        sampleMode      nearestPatchFace;
        sampleRegion    copper;
        samplePatch     copper_to_fluid;
    }
)

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