fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / mixer2D / constant / dynamicMeshDict
blobef001ae755b38f8c929d74878fe9373cf0804ddd
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      mixerFvMesh;
19 mixerFvMeshCoeffs
21     coordinateSystem
22     {
23         type            cylindrical;
24         origin          (0 0 0);
25         axis            (0 0 1);
26         direction       (1 0 0);
27     }
29     rpm             10;
30     attachDetach    false;
31     rotatingRegionMarkerPoint   (0 0 0);
33     slider
34     {
35         moving      insideSlider;
36         static      outsideSlider;
37     }
40 // ************************************************************************* //