1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object dynamicMeshDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dynamicFvMesh solidBodyMotionFvMesh;
20 solidBodyMotionFvMeshCoeffs
22 solidBodyMotionFunction multiMotion;
26 // Table rotating in z axis
29 solidBodyMotionFunction rotatingMotion;
33 radialVelocity (0 0 360); // degrees/s
37 //// Box rotates on rotating table
40 // solidBodyMotionFunction rotatingMotion;
41 // rotatingMotionCoeffs
44 // radialVelocity (720 0 0); // degrees/s
47 // Tube rocking on rotating table
50 solidBodyMotionFunction oscillatingRotatingMotion;
51 oscillatingRotatingMotionCoeffs
55 amplitude (45 0 0); // 45 degrees max tilt
62 // ************************************************************************* //