44 lines
1.2 KiB
C++
44 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object dynamicMeshDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
mover
|
|
{
|
|
type motionSolver;
|
|
|
|
libs ("libfvMeshMovers.so" "libfvMotionSolvers.so");
|
|
|
|
motionSolver solidBody;
|
|
|
|
selectionMode all;
|
|
|
|
solidBodyMotionFunction SDA;
|
|
|
|
CofG (0 0 0);
|
|
lambda 50;
|
|
rollAmax 0.22654;
|
|
rollAmin 0.10472;
|
|
heaveA 3.79;
|
|
swayA 2.34;
|
|
Q 2;
|
|
Tp 13.93;
|
|
Tpn 11.93;
|
|
dTi 0.059;
|
|
dTp -0.001;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|