Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / MRFInterFoam / mixerVessel2D / system / topoSetDict
blobb815027952da80f753e16eb89f88d4b5acb6d054
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     location    "system";
14     object      topoSetDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 actions
20     {
21         name    rotor;
22         type    cellSet;
23         action  new;
24         source  zoneToCell;
25         sourceInfo
26         {
27             name rotor;
28         }
29     }
32 // ************************************************************************* //