|
[Sponsors] |
April 10, 2015, 11:37 |
Rotational oscillations of 2D cube in water.
|
#1 |
New Member
Alexander Lavrov
Join Date: Jun 2012
Location: Lisbon, Portugal
Posts: 9
Rep Power: 14 |
I try to model roll (rotational oscillations) of 2D cube in water. I created the case. It is shown in attachment. I used tutorial slashingTank3D6DoF to create my case. The main original features are in the subroutines
pointMotionU and dynamicMeshDict In the beginning I modelled heave and sway oscillation of the cube. It seems to me that the case is working for heave and sway without problems. Array that dictates cube movement consists of 7 columns (time, displacement velocity in X, Y, Z directions, rotation velocity in X, Y, Z directions). I cannot understand the dimension of the VALUE of rotational oscillation velocity. When I see the results in paraFoam it is obvious that if I increase the rotational velocity two times, the amplitude of rotational oscillations do not increase two times. Dear forum participants. Thank you very much in advance for your help. Alexander Lavrov, Lisbon, IST. /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; // object dynamicMeshDict; object motionProperties; // old } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libsixDoFRigidBodyMotion.so"); solver velocityLaplacian; velocityLaplacianCoeffs { diffusivity inverseDistance (form); } // ************************************************** *********************** // /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.5 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class pointVectorField; object pointMotionU; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { tank { type zeroGradient; } form { type solidBodyMotionDisplacement; solidBodyMotionFunction tabulated6DoFMotion; tabulated6DoFMotionCoeffs { CofG (600 0 0.25); timeDataFileName "$FOAM_CASE/constant/150407_AMPL_10_4_PERIODS.txt"; } } atmosphere { type fixedValue; value uniform (0 0 0); } front { type empty; } back { type empty; } } // ************************************************** *********************** // |
|
Tags |
2d flow, dynamic mesh, roll motion, slashingtank |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mass imbalance problem in multiphase water and steam CFX case | Antech | CFX | 1 | October 26, 2020 05:03 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Numerical oscillations in CFX with water boiling problem. | michujo | CFX | 4 | December 16, 2011 10:00 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |
uptodate water distribution network | fredius,magige,tanzanian,(e.a) | Main CFD Forum | 0 | January 27, 2002 08:10 |