|
[Sponsors] |
May 23, 2013, 08:56 |
pimpleDyMFoam - more than one cellZone
|
#1 |
Member
Join Date: Apr 2010
Posts: 51
Rep Power: 16 |
Dear all,
is it possible to use more than one cellZone as a rotating part in one domain? I like to use 7 rotors and checkMesh confirms that I have 7 cellZones and 8 regions, respectively. But when I add more cellZones in the dynamicMeshDict file, always just the last is considered and rotates during the solution. Is the a chance that all rotors rotate at the same time? Thank you in advance. Code:
solidBodyMotionFvMeshCoeffs { cellZone rotor.1; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { CofG (52 0 0); radialVelocity (0 0 -360); // deg/s } cellZone rotor.0; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { CofG (0 0 0); radialVelocity (0 0 -360); // deg/s } } |
|
May 23, 2013, 09:44 |
|
#2 |
Member
Join Date: Apr 2010
Posts: 51
Rep Power: 16 |
solved...
multiSolidBodyMotionFvMesh is the key! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
pimpleDyMFoam issue for pitching foil | PLD | OpenFOAM Running, Solving & CFD | 3 | May 23, 2017 14:54 |
Problem with transient simulation of pump inner flow by pimpleDyMFoam on 1.6-ext | renyun0511 | OpenFOAM Running, Solving & CFD | 0 | April 10, 2013 04:26 |
pimpleDyMFoam | samiam1000 | OpenFOAM | 2 | September 19, 2012 11:11 |
Error with pimpleDyMFoam | samiam1000 | OpenFOAM | 2 | June 11, 2012 07:21 |
How to compute cellZone volume | vinz | OpenFOAM Programming & Development | 11 | August 2, 2010 18:38 |