Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / system / topoSetDict.2
blob97ccc9025eee76a9270fe789420d06285ccb72a7
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.2;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 actions
20     {
21         name    c0;
22         type    cellSet;
23         action  new;
24         source  boxToCell;
25         sourceInfo
26         {
27             box (0.0045 -0.00075 -1) (0.0095 0.00075 1);
28         }
29     }
32 // ************************************************************************* //