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 dynamicMeshDict;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 // dynamicFvMesh staticFvMesh;
21 dynamicFvMesh floatingBodyFvMesh;
23 floatingBodyFvMeshCoeffs
29 hullPatches (bow stern hull);
31 addPropulsionForce yes;
32 propulsionDirection (-1 0 0);
33 propulsionForceCentroid (0 -0.003 0);
38 // Centre of slider is given relative to centre of gravity
40 centreOfSlider (-0.05 0.05 0);
41 hullSlider bargeSlider;
42 fixedSlider boxSlider;
44 hullSliderZone bargeSliderZone;
45 fixedSliderZone boxSliderZone;;
60 solver laplaceFaceDecomposition;
66 distancePatches (bow stern hull);
69 // ************************************************************************* //