CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Foam Fatal Error. Cannont find cellZone

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By quarkz

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 23, 2014, 13:09
Default Foam Fatal Error. Cannont find cellZone
  #1
New Member
 
Esteban Vargas
Join Date: Jul 2014
Location: Medellin, Colombia
Posts: 8
Rep Power: 11
vbesteban is on a distinguished road
Dears.

I'm developing a simulation in which I want to find Torque and thrust force in a rotating propeller. I make the mesh in salome and working with MRF to generate the rotation in the propeller. Due the version of OF that i'm using (2.3.) I have to create the fvOptions Dict. The problem is that when I'm running the case I get the next error:

PHP Code:
Cannont find cellZone propeller
Valid cellZones are 0
()

From function option::setCellIds()
in file fvOptions/fvOption.C at line 158 
I have to create the cellZone dict or change in my fvOptions dict the selectionMode? The structure of the fvOptions dict is:
PHP Code:
MRF1
{
     
type     MRFSource;
     
active   true;
     
selectionMode  cellZone;
     
cellZone  propeller;

    
MRFSOurceCoeffs
    
{.... 
If I have to create the cellZone dict ¿How I make it? or ¿Where can I find the options to the selectionMode in my fvOptions dict?

Thanks to All.
vbesteban is offline   Reply With Quote

Old   November 4, 2016, 00:44
Default same problem
  #2
New Member
 
Join Date: Oct 2016
Posts: 2
Rep Power: 0
jay1234 is on a distinguished road
hi i have the similar problem

--> FOAM FATAL ERROR:
Cannot find cellZone porousBlockage
Valid cellZones are 0()

From function cellSetOption::setCellIds()
in file cellSetOption/cellSetOption.C at line 142.

FOAM exiting




Have you found the solution?
jay1234 is offline   Reply With Quote

Old   June 26, 2018, 03:25
Unhappy Similar Problem
  #3
New Member
 
Amal
Join Date: May 2018
Posts: 3
Rep Power: 7
AmalSoman is on a distinguished road
Selecting finite volume options model type solidificationMeltingSource
Source: sMS1
- selecting cells using cellZone solid


--> FOAM FATAL ERROR:
Cannot find cellZone solid
Valid cellZones are 0()

From function void Foam::fv::cellSetOption::setCellSet()
in file cellSetOption/cellSetOption.C at line 142.

FOAM exiting
AmalSoman is offline   Reply With Quote

Old   June 26, 2018, 05:23
Default
  #4
Senior Member
 
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 11
RobertHB is on a distinguished road
Check your setSet log and see if you have generated a propper cellSet. Maybe you got the name wrong or missed a step in the generation of the cellSet.


/edit: All sets are saved under <your Case>/constant/polyMesh/sets if there is no file in this path, you did not generate a set at all.
RobertHB is offline   Reply With Quote

Old   October 8, 2019, 16:34
Default
  #5
New Member
 
anonymous
Join Date: Sep 2019
Location: North Carolina
Posts: 25
Rep Power: 6
tenichols19 is on a distinguished road
I have this same problem trying to run rhoPimpleFoam


Code:
Creating field dpdt

Creating field kinetic energy K

No MRF models present

Creating finite volume options from "constant/fvOptions"

Selecting finite volume options model type explicitPorositySource
    Source: porosity1
    - selecting cells using cellZone porosity


--> FOAM FATAL ERROR: 
Cannot find cellZone porosity
Valid cellZones are 0()

    From function void Foam::fv::cellSetOption::setCellSet()
    in file cellSetOption/cellSetOption.C at line 142.

FOAM exiting

I checked my sets folder and I have a file in there..


Any progress on this problem..
tenichols19 is offline   Reply With Quote

Old   April 19, 2020, 23:18
Default
  #6
Senior Member
 
TWB
Join Date: Mar 2009
Posts: 401
Rep Power: 19
quarkz is on a distinguished road
Quote:
Originally Posted by RobertHB View Post
Check your setSet log and see if you have generated a propper cellSet. Maybe you got the name wrong or missed a step in the generation of the cellSet.


/edit: All sets are saved under <your Case>/constant/polyMesh/sets if there is no file in this path, you did not generate a set at all.
Hi, may I know if what's the purpose and procedure for generating a proper cellSet? Is there a guide to follow?
foamerEnthusiast likes this.
quarkz 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
[Other] StarToFoam error Kart OpenFOAM Meshing & Mesh Conversion 1 February 4, 2010 04:38
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00
[blockMesh] FOAM FATAL ERROR Cannot find file points in directory constantpolyMesh evgenii OpenFOAM Meshing & Mesh Conversion 2 October 9, 2006 15:27
Parallel FOAM FATAL IO ERROR msrinath80 OpenFOAM Running, Solving & CFD 1 July 28, 2006 12:48


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