Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interFoam / les / nozzleFlow2D / system / topoSetDict.2
blobde83f0c9b86a234ee2ed08fbc5decc066ed079c4
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      topoSetDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 actions
20     {
21         name    c0;
22         type    cellSet;
23         action  new;
24         source  boxToCell;
25         sourceInfo
26         {
27             box (0 0 -2e-05) (0.0036 0.0003 2e-05);
28         }
29     }
32 // ************************************************************************* //