CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] ParaView doesn't work: (https://www.cfd-online.com/Forums/paraview/161167-paraview-doesnt-work.html)

wiewowas October 19, 2015 15:31

ParaView doesn't work:
 
1 Attachment(s)
Hey guys,

Paraview does not work since I've updated to OpenFOAM 2.4.0. I'm running OpenFOAM on Ubuntu 15.04. The problem is when I've executed ./Allrun in any tutorial case (e.g. laplacianFoam/flange) and then started paraview by typing "paraview" within the terminal paraview opens and is completely empty. See the screenshot attached.

I'm new to openFOAM and I've tried to find a solution via google, without any success. Can anyone help??

Many Thanks in andvance!

Cheers
Fabian

alexeym October 20, 2015 02:17

Hi,

If you start paraview with paraview, empty pipeline is normal behavior, since you did not pass --data flag. So either you start paraview with paraFoam (it is a wrapper that creates foam file for you and then starts paraview with all necessary flags), or you do this sequence of commands in case folder:

Code:

$ touch case.foam
$ paraview --data=case.foam


wiewowas October 20, 2015 17:01

Quote:

Originally Posted by alexeym (Post 569182)
Hi,

If you start paraview with paraview, empty pipeline is normal behavior, since you did not pass --data flag. So either you start paraview with paraFoam (it is a wrapper that creates foam file for you and then starts paraview with all necessary flags), or you do this sequence of commands in case folder:

Code:

$ touch case.foam
$ paraview --data=case.foam


Thank you very much! Everything works fine now.


All times are GMT -4. The time now is 21:31.