Merge branch 'upstream/OpenFOAM' into master
[freefoam.git] / tutorials / incompressible / MRFSimpleFoam / mixerVessel2D / system / faceSetDict
blob96fda1b5fcb9ce28dd6dca61cc88b3ef96ac9710
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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      faceSetDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 name            rotor;
20 action          delete;
22 topoSetSources  ( boundaryToFace { } );
24 // ********************* vim: set ft=cpp sw=4 sts=4 et: ******************** //