Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / overturningTestTopo / constant / dynamicMeshDict
blobf4bee0463fe76ea15055909c4bae4d359c0084d5
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     object          motionProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 // dynamicFvMesh   staticFvMesh;
21 dynamicFvMesh   sixDofTopoMotion;
23 sixDofTopoMotionCoeffs
25     bodies
26     (
27         barge
28         {
29             hullPatches     (barge);
31             addPropulsionForce      no;
32             propulsionDirection     (1 0 0);
33             propulsionForceCentroid (0 0 0);
35             // Centre of slider is given relative to centre of gravity
36             // of the body
37             centreOfSlider      (0 0 0);
38             hullSlider          bargeSlider;
39             fixedSlider         boxSlider;
40             hullSliderZone      none;
41             fixedSliderZone     none;
43             odeSolver       RK;
44             epsilon         0.001;
47             fixedSurge      no;
48             fixedSway       no;
49             fixedHeave      no;
51             fixedRoll       no;
52             fixedPitch      no;
53             fixedYaw        no;
55             steadyState     no;
56         }
57     );
59     useTopoSliding     yes;
62 solver          laplaceFaceDecomposition;
63 diffusivity     uniform;
65 twoDMotion      yes;
66 frozenDiffusion off;
68 distancePatches
70     barge
71     bargeSlider
72     boxSlider
75 // ************************************************************************* //