1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
12 class polyBoundaryMesh;
13 location "constant/polyMesh";
39 shadowPatch upstreamPerio2;
40 zone upstreamPerio1Zone;
44 separationOffset (0 0 0);
53 shadowPatch upstreamPerio1;
54 zone upstreamPerio2Zone;
58 separationOffset (0 0 0);
61 upstreamMixingPlanePatch
67 shadowPatch downstreamMixingPlanePatch;
68 zone upstreamMixingPlaneZone;
81 discretisation bothPatches;
85 downstreamMixingPlanePatch
91 shadowPatch upstreamMixingPlanePatch; /* empty */
92 zone downstreamMixingPlaneZone;
105 discretisation bothPatches;
131 shadowPatch downstreamPerio2;
132 zone downstreamPerio1Zone;
134 rotationAxis (0 0 1);
136 separationOffset (0 0 0);
145 shadowPatch downstreamPerio1;
146 zone downstreamPerio2Zone;
148 rotationAxis (0 0 1);
150 separationOffset (0 0 0);
155 // ************************************************************************* //