/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2212                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

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

boundary
{
    inlet
    {
        type patch;
        physicalType patch;
    }
    outlet
    {
        type patch;
        physicalType patch;
    }
    vehicle
    {
        type wall;
        physicalType wall;
    }
    tunnel
    {
        type slip;
        physicalType slip;
    }
    wedge0
    {
        type wedge;
        physicalType wedge;
    }
    wedge1
    {
        type wedge;
        physicalType wedge;
    }
}

