STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / movingConeTopo / constant / dynamicMeshDict
blob8d4bf881d06e42b05f6cd88513be497e37e37e5f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://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      movingBodyTopoFvMesh;
19 movingBodyTopoFvMeshCoeffs
21     movingCells     moving;
22     frontFaces      rightZone;
23     backFaces       leftZone;
25     solidBodyMotionFunction   linearOscillation;
27     linearOscillationCoeffs
28     {
29         amplitude   (0.0032 0 0);
30         period      40;
31     }
33     front
34     {
35         minThickness        5e-5;
36         maxThickness        2e-4;
37     }
39     back
40     {
41         minThickness        5e-5;
42         maxThickness        2e-4;
43     }
46 // ************************************************************************* //