/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2106                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       regIOobject;
    location    "constant/solid/polyMesh";
    object      cellZones;
    meta
    {
        names           2 ( solid fluid );
    }
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

2
(
solid
{
    type cellZone;
cellLabels      List<label> 10(0 1 2 3 4 5 6 7 8 9);
}

fluid
{
    type cellZone;
cellLabels      List<label> 0();
}
)

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