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

4
(
    hull_with_domain_solid
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          840;
        startFace       16434;
    }
    hull_with_domain_solid_inlet
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          400;
        startFace       17274;
    }
    hull_with_domain_solid_outlet
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          400;
        startFace       17674;
    }
    hull_with_domain_solid_wall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          1600;
        startFace       18074;
    }
)

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