
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;
    }
}

