BUG: createBaffles.C: converting coupled faces into baffles
[OpenFOAM-2.0.x.git] / applications / utilities / mesh / advanced / PDRMesh / PDRMeshDict
blobdb62cb05764402d11aa1cf6ca7e588e6879611e8
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      PDRMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 //- Per faceSet the patch the faces should go into blocked baffles
18 blockedFaces ((blockedFacesSet blockedFaces));
20 //- Per faceSet the patch the faces should go into coupled baffles
21 coupledFaces
23     coupledFacesSet
24     {
25         wallPatchName               baffleWall;
26         cyclicMasterPatchName       baffleCyclic_half0;
27     }
30 //- Name of cellSet that holds the cells to fully remove
31 blockedCells blockedCellsSet;
33 //- All exposed faces that are not specified in blockedFaces go into
34 //  this patch
35 defaultPatch outer;
37 // ************************************************************************* //