/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  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 "cavity";
    instance ""constant"";
    local "polyMesh";

    class polyBoundaryMesh;
    object boundary;
}

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

3
(
movingWall
{
    type wall;
    physicalType wall;
    nFaces 20;
    startFace 760;
}

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

frontAndBack
{
    type empty;
    physicalType empty;
    nFaces 800;
    startFace 840;
}
)

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