CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Multiple non coaxial rotors

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 30, 2018, 23:35
Default Multiple non coaxial rotors
  #1
New Member
 
Join Date: Jun 2017
Posts: 15
Rep Power: 9
Simone81 is on a distinguished road
Hello Everyone,

I am trying to set up a case in OpenFOAM with two non-coaxial rotors, see picture rotors.png. I have tried with pimpleDyMFoam using the following setting in dynamicMeshDict:
Code:
dynamicFvMesh   solidBodyMotionFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

solidBodyMotionFvMeshCoeffs
{
    cellZone        innerCylinderSmall1; // for rotor 1

    solidBodyMotionFunction  rotatingMotion;
    rotatingMotionCoeffs
    {
        origin      (0 0 0);
        axis        (0 1 0);
        omega       40; // rad/s
    }

    cellZone        innerCylinderSmall2; // for rotor 2

    solidBodyMotionFunction  rotatingMotion;
    rotatingMotionCoeffs
    {
        origin      (0.5 0 0);
        axis        (0 1 0);
        omega       40; // rad/s
    }

}
However, only the second rotor rotates in the simulation, see picture rotors02.png. I believe that pimpleDyMFoam might not allow multiple non-coaxial rotating zones. Do you have any suggestion?
Thank you very much for your help!
Attached Images
File Type: png rotors.png (47.2 KB, 19 views)
File Type: jpg rotors02.jpg (99.4 KB, 17 views)
Simone81 is offline   Reply With Quote

Reply

Tags
multi rotating axes, openfoam rotor impeller, propellers


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
SixDoFRigidBodyMotion Solver applied to multiple rotors Vin_ OpenFOAM Running, Solving & CFD 1 March 30, 2018 23:45
Multiple Rotors Michel_sharp OpenFOAM Running, Solving & CFD 3 September 15, 2016 08:37
[OpenFOAM.org] Install openFOAM 3.0.1 in Ubuntu 16.04 LTS from Deb packs Pier84 OpenFOAM Installation 4 June 18, 2016 16:22
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21


All times are GMT -4. The time now is 02:16.