1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
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
25 wallPatchName baffleWall;
26 cyclicMasterPatchName baffleCyclic_half0;
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
37 // ************************************************************************* //