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

3
(
    INGRESSO
    {
        type            wall;
        nFaces          86;
        startFace       43878;
    }
    PARETE
    {
        type            wall;
        nFaces          3285;
        startFace       43964;
    }
    USCITA
    {
        type            wall;
        nFaces          80;
        startFace       47249;
    }
)

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