|
[Sponsors] |
Annular flume simulation:how to edit two rotating cell zones in dynamicMeshDict? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 22, 2023, 04:01 |
Annular flume simulation:how to edit two rotating cell zones in dynamicMeshDict?
|
#1 |
New Member
mil tang
Join Date: Mar 2023
Posts: 1
Rep Power: 0 |
Dear Foamers,
I'm using OF v9 multiSolidBodyMotionSolver for simulating the annular flume, what I want to do is simulate the sheer ring and annular flume spin at the same time, I referred to what OpenFOAM wiki suggested in section 2.8 multiMotion:https://openfoamwiki.net/index.php/P...sh#multiMotion. Following what wiki suggested, I setup the dynamicMeshDict as follows, which has been modified slightly in OF v9 style. code: dynamicFvMesh dynamicMotionSolverFvMesh; motionSolver multiSolidBodyMotionSolver; solidBodyMotionFunction multiMotion; { upper_rotation; { solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 1); omega 3.86; // rad/s } bottom_rotation; { solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 1); omega -1; // rad/s } } then I run pimpleFoam and I found that the Kurang number is completely 0, which looks like the shear ring and the sink are completely stationary and not rotating at the speed I set. Could you please tell me why this happens and how do I set it correctly |
|
Tags |
ofv9 multimotion |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cell Zones Recognition Problem | Maralady | FLUENT | 0 | June 19, 2013 15:00 |
Help with Cell Zones | Maralady | FLUENT | 0 | June 19, 2013 00:39 |
Multiple urf settings on different cell zones | ReeKo | Fluent UDF and Scheme Programming | 1 | March 13, 2012 09:20 |
[Other] how to extract cell zones by cgnsToFoam | Ohbuchi | OpenFOAM Meshing & Mesh Conversion | 0 | July 22, 2010 05:19 |
Tracking/Modifying Cell Zones | Greg Perkins | FLUENT | 1 | November 7, 2000 00:35 |