/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.2                                   |
|   \\  /    A nd           | Web:      http://www.openfoam.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

FoamFile
{
    version 2.0;
    format ascii;

    root "/home/dm2/henry/OpenFOAM/OpenFOAM-1.2/tutorials/icoFoam";
    case "cavityClipped";
    instance ""constant"";
    local "polyMesh";

    class polyBoundaryMesh;
    object boundary;
}

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

3
(
lid
{
    type wall;
    physicalType wall;
    nFaces 20;
    startFace 632;
}

fixedWalls
{
    type wall;
    physicalType wall;
    nFaces 60;
    startFace 652;
}

frontAndBack
{
    type empty;
    physicalType empty;
    nFaces 672;
    startFace 712;
}
)

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