Ash
1
I posted the following question on stackoverflow. However, I thought it would be better to share it with ParaView community directly.
https://stackoverflow.com/questions/72789087/is-there-any-feature-in-paraview-to-plot-isotemperature-and-isodensity-surfaces
Ash
3
Thanks Mathieu, But Contour filter is not available in my software despite the fact that I installed it from the website.
mwestphal
(Mathieu Westphal (Kitware))
4
Please share a screenshot or your data.
Ash
5
This is the cgns file that I am studying. Unfortunately, I cannot share the actual data arrays.
mwestphal
(Mathieu Westphal (Kitware))
6
Please share a screenshot of ParaView when trying to use contour.
mwestphal
(Mathieu Westphal (Kitware))
8
You need to add a CellDataToPointData filter.
Ash
9
Great! It worked! thank you