Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / turboPassageRotating / constant / dynamicMeshDict
blob077f2925be685766b6376ede3474cb89713134fc
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
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 // ************************************************************************* //