CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] post processing heatExchanger from chtMultiRegionSimpleFoam (https://www.cfd-online.com/Forums/paraview/121666-post-processing-heatexchanger-chtmultiregionsimplefoam.html)

Daniel_Khazaei August 2, 2013 10:36

post processing heatExchanger from chtMultiRegionSimpleFoam
 
I have successfully ran the simulation of heatExchanger on OpenFOAM 2.2.x using Allrun-parallel script. Now when I type paraFoam in terminal I get the following error:

p, li { white-space: pre-wrap; }
Code:

ERROR: In /opt/OpenFOAM/OpenFOAM-2.2.x/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx, line 216
 vtkPV3FoamReader (0x2eeee30): could not find valid OpenFOAM mesh
 

 

 ERROR: In /opt/OpenFOAM/ThirdParty-2.2.x/ParaView-3.12.0/VTK/Filtering/vtkExecutive.cxx, line 756
 vtkPVCompositeDataPipeline (0x2f21270): Algorithm vtkPV3FoamReader(0x2eeee30) returned failure for request: vtkInformation (0x1965890)
  Debug: Off
  Modified Time: 73496
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_INFORMATION
  ALGORITHM_AFTER_FORWARD: 1
  FORWARD_DIRECTION: 0

I have two compiled Paraview (both are 3.12 version)
- one compiled with OpenFOAM 2.2.x with system QT
- second one compiled with OpenFOAM-1.6-ext with ThirdParty QT

when I use the version compiled with 1.6, I have no problem. the problem occurs with 2.2.x version. Could system QT be the reason behind this?

wyldckat August 16, 2013 07:54

Greetings Daniel,

It depends on the Qt version you have on your system.
But from the error message, my guess is that either the mesh is not existent or that it was generated in a format incompatible with 2.2.x.

Nonetheless, since you're talking about a multi-region case, it's possible that you are not opening the correct files. If you:
  1. Run:
    Code:

    paraFoam -touchAll
  2. Then:
    Code:

    paraview
  3. Once in ParaView, open the files that have brackets in their names and you should now be able to see each mesh region.
Best regards,
Bruno


All times are GMT -4. The time now is 03:39.