Newer
Older
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object faMeshDefinition;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
neighbourPolyPatch inlet;
}
outlet
{
neighbourPolyPatch outlet;
}
side
{
neighbourPolyPatch side;
}
symmetry
{
neighbourPolyPatch symmetry;
}
cylinder
{
neighbourPolyPatch cylinder;
}
}
defaultPatch
{
}
// ************************************************************************** //