1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object selectCellsDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Whether to use surface. If false no surface will be read and only
18 // outsidePoints/selectOutside will be used to determine cells to keep.
25 outsidePoints ((-1 -1 -1));
28 // Selection of final set
31 // Select based on side of surface. Usually select inside cells and project
32 // outwards or select outside cells and project inwards.
36 // Leave out cell closer than nearDistance to the surface. Usually
37 // 0.5*of the cell size. Set to <0 to disable.
40 // ************************************************************************* //