1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
14 object motionProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dynamicFvMesh sixDofMotion;
29 addPropulsionForce no;
30 propulsionDirection (1 0 0);
31 propulsionForceCentroid (0 0 0);
33 // Centre of slider is given relative to centre of gravity
35 centreOfSlider (0 0 0);
59 solver laplaceFaceDecomposition;
60 diffusivity quadratic;
65 distancePatches (barge top bottom left right);
66 // distancePatches ( barge );
69 // ************************************************************************* //