fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / turboPassageRotating / constant / dynamicMeshDict
blob804828d282eccbd30e7ff45d15df4ba6346c44f1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      dynamicMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dynamicFvMesh       turboFvMesh;
19 turboFvMeshCoeffs
21     coordinateSystem
22     {
23         type            cylindrical;
24         origin          (0 0 0);
25         axis            (0 0 1);
26         direction       (1 0 0);
27     }
29     rpm
30     {
31        cellRegion0  60;
32 //        cellRegion1  0;
33     }
35     slider
36     {
37         interface1_faces 60;
38         rotor_cyclic_upper_faces 60;
39         rotor_cyclic_lower_faces 60;
40     }
43 // ************************************************************************* //