|
[Sponsors] |
MRF and topoSet problem- Rotating volume doesn't rotate |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 5, 2015, 12:29 |
MRF and topoSet problem- Rotating volume doesn't rotate
|
#1 |
New Member
Andreas V.
Join Date: Jul 2014
Posts: 15
Rep Power: 12 |
Hi Foamer
this problem drives me crazy. I have a question regarding MRF implementation in a simpleFoam case. I try to simulate the effect of different rotation speeds on (particle laden) airflows flows. The computational domain is a vertical tunnel with a roating geometry (here a Rotor called Dynamic) inside (see picture). I guess the best approach for these problems is the MRF approach (?). What I did. I've implemented MRF in snappyHexMesh Dict Code:
geometry { Dynamic.stl { type triSurfaceMesh; name Dynamic; } refinementCylinder { type searchableCylinder; point1 (1.5 0 0);//(1 0 0); point2 (0.6 0 0);//(0.72 0 0); radius 1.27; } . . . refinementSurfaces { Dynamic {level (5 6); patchInfo {type wall;}} refinementCylinder { level (2 2); patchInfo {type patch;} faceZone MRF; cellZone MRF; cellZoneInside inside; } Code:
FoamFile { version 2.0; format ascii; class dictionary; location "system"; object topoSetDict; } ---------------------------- actions ( { name refinementCylinder; //MRF; type cellZoneSet; action new; source zoneToCell; sourceInfo { name MRF; } } ); I've found many information about AMI, createBaffle etc., but I am not able to implement this in my case. I would be more thatn happy if someone could help, because I am really desperate. I've attached all files for a better understanding. Thanks in advance. Andreas |
|
April 4, 2021, 14:35 |
|
#2 |
New Member
Alexandra H
Join Date: May 2020
Posts: 4
Rep Power: 6 |
I know its been years, but did you ever find a solution to this?
|
|
|
|