BUGFIX: Illegal use of uninitialised value (backport)
[foam-extend-3.2.git] / src / dynamicMesh / dynamicFvMesh / turboFvMesh / dynamicMeshDict
blob174b4d169f88ef423a0414a5a1e00a55515ae2f1
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         Rotor1 60;
32         Rotor2 -30;
33     }
35     slider
36     {
37         Rotor1_faceZone 60;
38         Rotor2_faceZone -30;
39     }
42 // ************************************************************************* //