/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object changeDictionaryDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
epsilon
boundaryField
GVOUTLET
type mixingPlane;
RUINLET
RUOUTLET
DTINLET
k
U
p
boundary
GVINLET
type patch;
GVCYCLIC1
type cyclicGgi;
shadowPatch GVCYCLIC2;
zone GVCYCLIC1Zone;
bridgeOverlap false;
rotationAxis (0 0 1);
rotationAngle 72;
separationOffset (0 0 0);
GVCYCLIC2
shadowPatch GVCYCLIC1;
zone GVCYCLIC2Zone;
rotationAngle -72;
RUCYCLIC1
shadowPatch RUCYCLIC2;
zone RUCYCLIC1Zone;
RUCYCLIC2
shadowPatch RUCYCLIC1;
zone RUCYCLIC2Zone;
DTCYCLIC1
shadowPatch DTCYCLIC2;
zone DTCYCLIC1Zone;
DTCYCLIC2
shadowPatch DTCYCLIC1;
zone DTCYCLIC2Zone;
shadowPatch RUINLET;
zone GVOUTLETZone;
coordinateSystem
type cylindrical;
//name mixingCS;
origin (0 0 0);
e1 (1 0 0);
e3 (0 0 1);
ribbonPatch
sweepAxis Theta;
stackAxis R;
discretisation bothPatches;
shadowPatch GVOUTLET;
zone RUINLETZone;
shadowPatch DTINLET;
zone RUOUTLETZone;
shadowPatch RUOUTLET;
zone DTINLETZone;
DTOUTLET
// ************************************************************************* //