cellZone not shown in paraView mesh list

Hi,

I have a question of the Mesh Regions in ParaView. I tried to simulate a porous media in OpenFOAM, it involves a topoSetDict. According to the Youtube tutorial, there is a cellZone group in the Mesh Regions tab. But I cannot see it.

I also posted this question on CFD forum: [General] cellZone not shown in paraView mesh list -- CFD Online Discussion Forums

There I attached two screenshots and log of topoSet.

Can anyone help me with it? Thank you!

Would checking Read zones solve the problem?

HI Kyoshimi,

Thank you for your reply. In fact I googled a lot and tried, it didn’t help.

Above is the screenshot I just made. The list of Mesh Regions doesn’t change. The only visible change is that the U/p solutions are now “partial”.

This is the tutorial I used, in order to run, the fvOptions needs modification:

		coordinateSystem
		{
			type	cartesian;
			origin	(0 0 0);
			coordinateRotation
			{
				type 	axesRotation;
				e1	(1 0 0);
				e2	(0 1 0);
			}
		}

Would it be that any other script(s) that needs to be modified? i.e., the cell Zone is not properly defined?

Thank you!

Extracting cellZone from topoSetDict information may be a function that comes with ParaFOAM, so you may need to use ParaFOAM.

Hi Kyoshimi, thank you very much for your reply. I am very new to OpenFOAM and ParaView. I just googled the difference between paraFOAM and ParaView, and got this:

paraFoam is the main post-processor distributed with OpenFOAM®. However, you can use other alternatives (commercial or open source). Just to make it clear, paraFoam is a wrapper of a third-party open source product named ParaView (www.ParaView.org). In theory paraFoam and ParaView are the same.

So I guess maybe it is the version of ParaView that I used…? I see the version used in the youtube is 5.6.0, and mine is 5.10.1… :sweat_smile:

In theory paraFoam and ParaView are the same.

This quotes is from a .pdf distributed by wolfdynamics, not Kitware (developer of ParaView) or OpenCFD (openfoam.com).
http://www.wolfdynamics.com/training/introOF8/supplement_paraview_parafoam.pdf

Here is what OpenCFD and Kitware says about ParaFOAM and ParaView:

That being said, just download the last released version of ParaView, 5.11.0

https://www.paraview.org/download/

Hi Kitware,

Thank you for the clarification! Indeed, the quote is from this tutorial pdf. Now the difference is clearer. Thanks.

I’ve installed the latest version 5.11.0 (5.11.1 is not listed on the download page). The zone cells are still not in the list. The results can be shown properly (also in version 5.10.1), and nothing suspicious in the log file, so I think the zones are well defined. It is a minor issue though.