Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / mesh / moveDynamicMesh / simpleHarmonicMotion / system / topoSetDict
blobb691108e4c24bad7cc7ffc01441d0186a0a87228
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      topoSetDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 actions
20     {
21         name c0;
22         type cellSet;
23         action new;
24         source boxToCell;
25         sourceInfo
26         {
27            box   (0.35 0.35 0.44) (0.65 0.65 0.56);
28         }
29     }
31     {
32         name c0;
33         type cellSet;
34         action invert;
35     }
38 // ************************************************************************* //