|
[Sponsors] |
March 13, 2015, 19:07 |
Wrong zone in MRF
|
#1 |
New Member
luca
Join Date: Dec 2014
Posts: 8
Rep Power: 11 |
Hi guys! I'm trying to simulate an rc EDF witch consist in a static part and a fan. I did the mesh in snappy (parallel) inserting under "geometry"
MRF1.stl { type triSurfaceMesh; name MRF1; } and under "refinementSurfaces" MRF1 { level (8 8); regions{} faceZone MRF1; cellZone MRF1; zoneInside true; } the mesh runs good and at the end i can find the file cellzone and facezone in the folders constan of all the processors. I also put the following fvOption in the system folder MRF1 { type MRFSource; active true; selectionMode cellZone; cellZone MRF1; MRFSourceCoeffs { origin (-0.095 0 0); axis (-1 0 0); omega 300; } } When I run potential foam and/or simplefoam al the domani outside the MRF zone is rotating and i don't know why. Anyone have any suggestion? Thanks |
|
March 14, 2015, 06:43 |
|
#2 |
New Member
luca
Join Date: Dec 2014
Posts: 8
Rep Power: 11 |
I found a solution althought I don't understand the logic with cellZones are defined, so if anyone can explain me the reason why it works it will be very helpfull.
Anyway if I put in the definition of the cellzone "outside" instead of inside it works (the domain inside of the MRF1 surface rotates) MRF1 { level (7 7); regions{} faceZone MRF1; cellZone MRF1; cellZoneInside outside; //zoneInside true; } P.S. I also tried witing "cellZoneInside inside" but it leads to the same result of "zoneInside true" option. Again I can't understand what difference there's between "cellZoneInside" and "zoneInside", so any suggestion is appreciated. |
|
Tags |
mrf, openfoam, problem |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rotating wall inside of an MRF zone - fixedValue or movingWallvelocity? | evrikon | OpenFOAM Running, Solving & CFD | 3 | April 30, 2015 04:51 |
cyclicAMI problem in MRF zone | jmf | OpenFOAM Running, Solving & CFD | 8 | August 14, 2014 14:48 |
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 12 | May 2, 2013 11:52 |
Segmentation Fault in fluent3DMeshToFoam | cwang5 | OpenFOAM Bugs | 23 | April 13, 2011 16:37 |
help! sth wrong while reading case | xuan | FLUENT | 1 | May 21, 2007 03:01 |