initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / interDyMFoam / sloshingTank3D6DoF / constant / dynamicMeshDict
blob5bf94e70a20343ef85e4b65e297b6a15a774de9a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      motionProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dynamicFvMesh solidBodyMotionFvMesh;
20 solidBodyMotionFvMeshCoeffs
22     solidBodyMotionFunction SKA;
24     SKACoeffs
25     {
26         // Centre of gravity
27         CofG        (0 0 0);
29         // Time data file name
30         timeDataFileName "constant/6DoF.dat";
31     }
34 // ************************************************************************* //