|
[Sponsors] |
March 31, 2018, 00:35 |
Multiple non coaxial rotors
|
#1 |
New Member
Join Date: Jun 2017
Posts: 15
Rep Power: 9 |
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 } } Thank you very much for your help! |
|
Tags |
multi rotating axes, openfoam rotor impeller, propellers |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
SixDoFRigidBodyMotion Solver applied to multiple rotors | Vin_ | OpenFOAM Running, Solving & CFD | 1 | March 31, 2018 00:45 |
Multiple Rotors | Michel_sharp | OpenFOAM Running, Solving & CFD | 3 | September 15, 2016 09:37 |
[OpenFOAM.org] Install openFOAM 3.0.1 in Ubuntu 16.04 LTS from Deb packs | Pier84 | OpenFOAM Installation | 4 | June 18, 2016 17:22 |
OpenFOAM static build on Cray XT5 | asaijo | OpenFOAM Installation | 9 | April 6, 2011 13:21 |