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

6
(
    copperInlet
    {
        type            patch;
        nFaces          340;
        startFace       72860;
    }
    copperOutlet
    {
        type            patch;
        nFaces          340;
        startFace       73200;
    }
    copperWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       73540;
    }
    copper_to_fluid
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          2560;
        startFace       73700;
        sampleMode      nearestPatchFace;
        sampleRegion    fluid;
        samplePatch     fluid_to_copper;
    }
    copper_to_insulation
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          7360;
        startFace       76260;
        sampleMode      nearestPatchFace;
        sampleRegion    insulation;
        samplePatch     insulation_to_copper;
    }
    copper_to_tpt
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          6720;
        startFace       83620;
        sampleMode      nearestPatchFace;
        sampleRegion    tpt;
        samplePatch     tpt_to_copper;
    }
)

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