Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interDyMFoam / ras / sloshingTank3D / constant / dynamicMeshDict
blobb380c52965d7036dbd59ebfe436df39309fcd087
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      dynamicMeshDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dynamicFvMesh   solidBodyMotionFvMesh;
20 solidBodyMotionFvMeshCoeffs
22     solidBodyMotionFunction SDA;
23     SDACoeffs
24     {
25         CofG            ( 0 0 0 );
26         lamda           50;
27         rollAmax        0.22654;
28         rollAmin        0.10472;
29         heaveA          3.79;
30         swayA           2.34;
31         Q               2;
32         Tp              13.93;
33         Tpn             11.93;
34         dTi             0.059;
35         dTp             -0.001;
36     }
40 // ************************************************************************* //