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

5
(
    insulationInlet
    {
        type            patch;
        nFaces          2760;
        startFace       649880;
    }
    insulationOutlet
    {
        type            patch;
        nFaces          2760;
        startFace       652640;
    }
    insulationWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          7360;
        startFace       655400;
    }
    insulationLower
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          4800;
        startFace       662760;
    }
    insulation_to_copper
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          7360;
        startFace       667560;
        sampleMode      nearestPatchFace;
        sampleRegion    copper;
        samplePatch     copper_to_insulation;
    }
)

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