CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Other] cannot find MRF cellZone vessel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 26, 2014, 07:01
Default cannot find MRF cellZone vessel
  #1
New Member
 
Join Date: Jan 2014
Posts: 26
Rep Power: 12
30na is on a distinguished road
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
30na is offline   Reply With Quote

Old   January 26, 2014, 11:23
Default
  #2
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
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)
nimasam is offline   Reply With Quote

Old   December 1, 2016, 16:59
Default
  #3
New Member
 
N/A
Join Date: Dec 2016
Posts: 5
Rep Power: 9
GKARIMI is on a distinguished road
Quote:
Originally Posted by 30na View Post
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

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!
GKARIMI is offline   Reply With Quote

Old   December 2, 2016, 02:02
Default
  #4
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
you should introduce cellZone in snappyHexMesh, look following tutorial:
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/

you should use similar structure to introude MRF cell zone:
Quote:

leftSolid
{
// Surface-wise min and max refinement level
level (1 1);

faceZone leftSolid;
cellZone leftSolid;
cellZoneInside inside;
}
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   December 2, 2016, 10:26
Default
  #5
New Member
 
N/A
Join Date: Dec 2016
Posts: 5
Rep Power: 9
GKARIMI is on a distinguished road
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;
}

}
GKARIMI is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Foam Fatal Error. Cannont find cellZone vbesteban OpenFOAM Running, Solving & CFD 5 April 19, 2020 23:18
Fan-assisted Natural Ventilation Simulation - Issues with results for an MRF case Tellur OpenFOAM Running, Solving & CFD 0 July 15, 2016 02:04
MRF setup andreas0209@hotmail.com OpenFOAM Pre-Processing 1 August 6, 2015 09:36
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 Attesz OpenFOAM Installation 45 January 13, 2012 12:38
Problem Building OF on Centos cluster (no admin rights) CKH OpenFOAM Installation 5 November 13, 2011 06:32


All times are GMT -4. The time now is 13:17.