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

cyclic
{
    type  cyclic;
}

cyclicSlip
{
    type  cyclicSlip;
}

nonConformalCyclic
{
    type  nonConformalCyclic;
    value $internalField;
}

nonConformalError
{
    type  nonConformalError;
}

empty
{
    type  empty;
}

processor
{
    type  processor;
    value $internalField;
}

processorCyclic
{
    type  processorCyclic;
    value $internalField;
}

nonConformalProcessorCyclic
{
    type  nonConformalProcessorCyclic;
    value $internalField;
}

symmetryPlane
{
    type  symmetryPlane;
}

symmetry
{
    type  symmetry;
}

wedge
{
    type  wedge;
}

internal
{
    type  internal;
}


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