|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Anonymous
Join Date: Mar 2015
Posts: 6
Rep Power: 12 ![]() |
Hi,
I am trying model an MRF problem, but I am stuck at how to set properly the cellZones and other sets. So far I have done the mesh with blockMesh and snappyHexMesh. Then I use topoSet to set the cells, which should be the rotating zone, the following way: Code:
actions ( { name mrffan; type cellSet; action new; source boxToCell; sourceInfo { box (-0.12 -0.002 -0.21) (0.12 0.012 0.021); //box which contains the fan } } { name mrffan; type cellZoneSet; action new; source setToCellZone; sourceInfo { set mrffan; } } ); Code:
MRF1 { type MRFSource; active true; selectionMode cellZone; cellZone mrffan; MRFSourceCoeffs { active true; origin (0 0 0); axis (0 1 0); omega 100; } } https://drive.google.com/file/d/0B11...ew?usp=sharing Thank you in advance! Gabor |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[mesh manipulation] mirrorMesh and undoing the joining of patches | chegdan | OpenFOAM Meshing & Mesh Conversion | 3 | October 21, 2015 08:09 |
[General] 2 datas on one plot | Akuji | ParaView | 46 | December 1, 2013 14:06 |
[snappyHexMesh] determining displacement for added points | CFDnewbie147 | OpenFOAM Meshing & Mesh Conversion | 1 | October 22, 2013 09:53 |
problem of four patches set to cyclic boundary | bryant_k | OpenFOAM | 9 | September 22, 2013 12:42 |
Ibm java gcc | rrr | OpenFOAM Installation | 2 | December 30, 2005 04:18 |