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

5
(
    wall-fluide_domain
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          17830;
        startFace       490050;
    }
    inlet
    {
        type            patch;
        nFaces          189;
        startFace       507880;
    }
    ac
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          59;
        startFace       508069;
    }
    outlet1
    {
        type            patch;
        nFaces          47;
        startFace       508128;
    }
    outlet2
    {
        type            patch;
        nFaces          25;
        startFace       508175;
    }
)

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