Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose...
[OpenFOAM-1.6-ext.git] / tutorials / compressible / rhoPorousMRFPimpleFoam / mixerVessel2D / constant / dynamicMeshDict
blob85f8fa618cafc2c50bf2d93cbf6a1545c7d4ebf5
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     location    "constant";
14     object      dynamicMeshDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dynamicFvMeshLib "libtopoChangerFvMesh.so";
20 dynamicFvMesh   mixerFvMesh;
22 mixerFvMeshCoeffs
24     coordinateSystem
25     {
26         type            cylindrical;
27         origin          ( 0 0 0 );
28         axis            ( 0 0 1 );
29         direction       ( 1 0 0 );
30     }
32     rpm             10;
34     slider
35     {
36         inside          insideSlider;
37         outside         outsideSlider;
38     }
41 // ************************************************************************* //