
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      changeDictionaryDict;
}

boundary
{
    inlet
    {
        type patch;
        physicalType patch;
    }
    outlet
    {
        type patch;
        physicalType patch;
    }
    wing
    {
        type wall;
        physicalType wall;
    }
    walls
    {
        type wall;
        physicalType wall;
    }
    frontAndBack
    {
        type empty;
        physicalType empty;
    }
}

