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

25
(
    fluidInlet
    {
        type            patch;
        nFaces          320;
        startFace       1387744;
    }
    fluidOutlet
    {
        type            patch;
        nFaces          320;
        startFace       1388064;
    }
    copperInlet
    {
        type            patch;
        nFaces          340;
        startFace       1388384;
    }
    copperOutlet
    {
        type            patch;
        nFaces          340;
        startFace       1388724;
    }
    copperWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       1389064;
    }
    insulationInlet
    {
        type            patch;
        nFaces          2760;
        startFace       1389224;
    }
    insulationOutlet
    {
        type            patch;
        nFaces          2760;
        startFace       1391984;
    }
    insulationWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          7360;
        startFace       1394744;
    }
    insulationLower
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          4800;
        startFace       1402104;
    }
    petInlet
    {
        type            patch;
        nFaces          84;
        startFace       1406904;
    }
    petOutlet
    {
        type            patch;
        nFaces          84;
        startFace       1406988;
    }
    petWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       1407072;
    }
    siInlet
    {
        type            patch;
        nFaces          84;
        startFace       1407232;
    }
    siOutlet
    {
        type            patch;
        nFaces          84;
        startFace       1407316;
    }
    siWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       1407400;
    }
    tptInlet
    {
        type            patch;
        nFaces          84;
        startFace       1407560;
    }
    tptOutlet
    {
        type            patch;
        nFaces          84;
        startFace       1407644;
    }
    tptWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       1407728;
    }
    glassInlet
    {
        type            patch;
        nFaces          84;
        startFace       1407888;
    }
    glassOutlet
    {
        type            patch;
        nFaces          84;
        startFace       1407972;
    }
    glassWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          160;
        startFace       1408056;
    }
    glassUpper
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          6720;
        startFace       1408216;
    }
    airInlet
    {
        type            patch;
        nFaces          2100;
        startFace       1414936;
    }
    airOutlet
    {
        type            patch;
        nFaces          2100;
        startFace       1417036;
    }
    airWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          4000;
        startFace       1419136;
    }
)

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