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 staticFvMesh;
20 dynamicFvMesh sixDofMotion;
28 hullPatches ( frontBoat );
30 addPropulsionForce no;
31 propulsionDirection (-1 0 0);
32 propulsionForceCentroid (0 0 0);
34 centreOfSlider (0 0 0);
56 hullPatches ( backBoat );
58 addPropulsionForce no;
59 propulsionDirection (-1 0 0);
60 propulsionForceCentroid (0 0 0);
62 centreOfSlider (0 0 0);
67 centreOfSlider (0 0 0);
85 solver laplaceFaceDecomposition;
86 diffusivity quadratic;
97 // ************************************************************************* //