|
[Sponsors] |
dynamic mesh: cylinder translate and rotate in water |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 17, 2020, 02:36 |
dynamic mesh: cylinder translate and rotate in water
|
#1 |
New Member
Steve Fu
Join Date: Dec 2020
Posts: 2
Rep Power: 0 |
Hello everyone,
I want to simulate such a case: a cylinder rotate and translate in the water. detail information, you refer to: Dynamic Mesh: solidBody mesh movement + controlled cell deformation I 'm trying to use tabulated6DoFMotion method, but I failed my case file upload failure. here is my dynamicDic: /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1812 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object dynamicMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dynamicFvMesh dynamicMotionSolverFvMesh; motionSolver solidBody; solidBodyMotionFunction tabulated6DoFMotion; cellZone water; CofG (0 0 0); timeDataFileName "/home/lsfuhaiju/Desktop/Cylinder_6DoF_Motion/cylinder_move.dat"; /* dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libfvMotionSolvers.so"); motionSolver solidBody; solidBodyMotionFunction tabulated6DoFMotion; cellZone water; tabulated6DoFMotionCoeffs { cellZone water; CofG (0.0 50 10.0); timeDataFileName "/home/lsfuhaiju/Desktop/Cylinder_6DoF_Motion/cylinder_move.dat"; } ************************************************** *** please advised. Thanks. |
|
Tags |
openfoam 8 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to rotate overset mesh | domc | STAR-CCM+ | 0 | July 18, 2019 08:03 |
Problem of dynamic mesh in Fluent | Qingsong | FLUENT | 5 | October 14, 2016 11:06 |
UDF applied dynamic mesh and mesh motion in the same time | lostmmind | Fluent UDF and Scheme Programming | 7 | April 6, 2015 10:57 |
about dynamic mesh model | lingo | FLUENT | 0 | August 2, 2004 22:43 |