/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2406                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       dictionary;
    location    "constant/polyMesh";
    object      meshMetaDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

surfaceFile     "geometry.fms";

surfaceMeta
{
    nPoints         502227;
    nFacets         1004442;
    nPatches        6;
    nFeatureEdges   4170;
    patches
    {
        airfoil
        {
            type            empty;
            nFacets         442;
        }
        inlet
        {
            type            empty;
            nFacets         1000;
        }
        outlet
        {
            type            empty;
            nFacets         1000;
        }
        lowerWall
        {
            type            empty;
            nFacets         1000;
        }
        upperWall
        {
            type            empty;
            nFacets         1000;
        }
        frontAndBack
        {
            type            empty;
            nFacets         1000000;
        }
    }
    pointSubsets
    {
    }
    facetSubsets
    {
    }
    featureEdgeSubsets
    {
    }
}
