|
[Sponsors] |
January 26, 2014, 08:01 |
cannot find MRF cellZone vessel
|
#1 |
New Member
Join Date: Jan 2014
Posts: 26
Rep Power: 12 |
Hi guys , I recently started working with OpenFoam and I'm new to it , so excuse me if this problem seems simple or basic. I'm trying to model a rotating vessel in OpenFoam using the solver MRFInterFoam . I created the mesh using Gambit and i think i have successfully converted it to Foam (fluentMeshToFoam) , because I can display it in paraFoam and using the command chekMesh no problem shows up . but after setting the initial field (setFields also worked as expected) , I tried to run the program and the following error shows up :
"Reading g Calculating field g.h No finite volume options present Creating MRF zone list from MRFProperties creating MRF zone: zone1 --> FOAM FATAL ERROR: cannot find MRF cellZone vessel From function MRFZone(const word&, const fvMesh&, const dictionary&, const word&) in file cfdTools/general/MRF/MRFZone.C at line 311. FOAM exiting" I don't exactly know what the cell zones file(in poly Mesh directory) does or how it's created but it seems to have a problem : "FoamFile { version 2.0; format ascii; class regIOobject; location "constant/polyMesh"; object cellZones; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 0 () // ************************************************** *********************** //" so can anyone help me ? thanks in advance for your time and considerations |
|
January 26, 2014, 12:23 |
|
#2 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
well;
1- where did you define your MRF zone? 2- did you introduce your MRF zone to your MRFzoneDict?
__________________
My Personal Website (http://nimasamkhaniani.ir/) Telegram channel (https://t.me/cfd_foam) |
|
December 1, 2016, 17:59 |
|
#3 | |
New Member
N/A
Join Date: Dec 2016
Posts: 5
Rep Power: 9 |
Quote:
Hi, I wonder if you found the solution for this problem, I have the same problem, I noticed there is no cell zones file in my poly mesh directory! I don't know how it's made. I use snappymesh! |
||
December 2, 2016, 03:02 |
|
#4 | |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
you should introduce cellZone in snappyHexMesh, look following tutorial:
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/ you should use similar structure to introude MRF cell zone: Quote:
__________________
My Personal Website (http://nimasamkhaniani.ir/) Telegram channel (https://t.me/cfd_foam) |
||
December 2, 2016, 11:26 |
|
#5 |
New Member
N/A
Join Date: Dec 2016
Posts: 5
Rep Power: 9 |
Hi Nima, I think I have defined that. I'm using propeller template, there are three zones as fixed, rotating (includes propeller+shaft), and rotating zone. As you can see in attached snappyhexdict, rotatingzone has cellzone ,..., defined. Could you please take a look?
refinementSurfaces { fixed { level (2 2); patchInfo { type wall; } inGroups (fixed); regions { patch2 { level (2 2); patchInfo { type patch; inGroups (inlet); } } patch1 { level (2 2); patchInfo { type patch; inGroups (outlet); } } } } rotating { level (2 2); patchInfo { type wall; } } rotatingZone { level (2 2); faceZone rotatingZone; cellZone rotatingZone; cellZoneInside inside; } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam Fatal Error. Cannont find cellZone | vbesteban | OpenFOAM Running, Solving & CFD | 5 | April 20, 2020 00:18 |
Fan-assisted Natural Ventilation Simulation - Issues with results for an MRF case | Tellur | OpenFOAM Running, Solving & CFD | 0 | July 15, 2016 03:04 |
MRF setup | andreas0209@hotmail.com | OpenFOAM Pre-Processing | 1 | August 6, 2015 10:36 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
Problem Building OF on Centos cluster (no admin rights) | CKH | OpenFOAM Installation | 5 | November 13, 2011 07:32 |