Added Graham's 6DoF solver-based BC for mesh-motion which uses the forces functionObj...
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interDyMFoam / ras / floatingObject / system / cellSetDict.1
blob90a225e6a9a91a84eb563e3ddfb54503a4b4d8d7
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      cellSetDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 name c0;
20 action new;
22 topoSetSources
24     boxToCell
25     {
26        box   (0.35 0.35 0.44) (0.65 0.65 0.56);
27     }
30 // ************************************************************************* //