CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] Paraview and VTK (https://www.cfd-online.com/Forums/paraview/61108-paraview-vtk.html)

braennstroem May 11, 2005 09:55

Hi, I am not able to take a
 
Hi,

I am not able to take a look at the results and grid with paraview/paraFoam anymore. It worked before and I don't know what I changed.
If I choose the 'normal' way by the utilities-menu to postprocess the data with parafoam, paraview opens up normal, but pressing the 'accept' button it seems that paraview wants to load the data and closes the environment afterwards. OpenFoam than tells me that the 'Application parafoam (pid ...) did finish successfully', but I don't want to finish it before I can see anything...

Does anybody have an idea what went wrong?

Greetings!
Fabian

braennstroem May 11, 2005 11:13

Hi, I just tested it from the
 
Hi,
I just tested it from the console with

'paraFoam OpenFOAM/fab-1.1/run/tutorials/buoyantFoam/ hotRoom'

I get as error message:
'/home/fab/OpenFOAM/OpenFOAM-1.1/bin/paraFoam: line 57: 7023 Segmentation fault paraview paraFoam.pvs'


Does anybody understand this?

Greetings!
Fabian

hjasak May 11, 2005 15:32

Well, reading the error messag
 
Well, reading the error message tells me:

Segmentation fault paraview

0) try running paraview on its own (this will check the installation

1) get rid of the trailing "/" in the root entry on the command line:

'paraFoam OpenFOAM/fab-1.1/run/tutorials/buoyantFoam hotRoom'

2) Try deleting all old paraview files in the case directory and try again.

Hrv

braennstroem May 12, 2005 01:40

Hi, thanks for the suggesti
 
Hi,

thanks for the suggestions, unfortunately it does not help...
I checked paraview on his own, which works fine, got rid of the trailing '/' and deleted old paraview files. Strange!

Fabian

braennstroem May 12, 2005 01:56

Hi, it works fine for a diffe
 
Hi,
it works fine for a different problem 'turboFoam cavity'; from command line and gui

Fabian

hjasak May 12, 2005 02:48

Your probably have NaN-s or si
 
Your probably have NaN-s or similar garbage in one of your result files. I have seen this before.

Hrv

braennstroem May 12, 2005 06:54

Yes, I have some NaN-s... T
 
Yes, I have some NaN-s...

Thanks.

Fabian

hjasak May 12, 2005 06:55

:-) Nans are good in an Indian
 
:-) Nans are good in an Indian restaurant, but not in a CFD solution... I hope all will be wlel when you get rid of them.


Enjoy,

Hrv

hjasak May 12, 2005 06:55

:-) Nans are good in an Indian
 
:-) Nans are good in an Indian restaurant, but not in a CFD solution... I hope all will be well when you get rid of them.


Enjoy,

Hrv

adorean May 18, 2005 03:31

Hi all, Does anybody know i
 
Hi all,

Does anybody know if it is possible to mirror the geometry in Paraview; if yes, how?

Thanks

Ervin

mattijs May 18, 2005 03:44

Filter->Reflection (have ne
 
Filter->Reflection

(have never tried it though)

Or use OpenFOAM utility mirrorMesh to build a symmetric mesh (not sure if it does fields as well)

adorean May 18, 2005 04:04

Thanks Mattijs, It did work
 
Thanks Mattijs,

It did work with Filter -> Reflection

kanishka July 14, 2005 09:35

Hi All, I have been trying
 
Hi All,

I have been trying to do the lid-driven cavity flow tutorial.Post-processing with paraFoam shows the following error:

[kanishka@fedora1 ~]$ paraFoam $FOAM_RUN/tutorials/icoFoam cavity
ErrorMessage
# Error or warning: ERROR: In /home/amy/ParaViewReleaseRoot/paraview-2.0.2/Utilities/VTKClientServer/vtkClient ServerInterpreter.cxx, line 882
vtkClientServerInterpreter (0x8973a48): Cannot load module "PVFoamReader" from "/home/kanishka/OpenFOAM/OpenFOAM-1.1/lib/linuxOpt/libPVFoamReader.so".


ERROR: In /home/amy/ParaViewReleaseRoot/paraview-2.0.2/Utilities/VTKClientServer/vtkClient ServerInterpreter.cxx, line 886
vtkClientServerInterpreter (0x8973a48): /home/kanishka/OpenFOAM/OpenFOAM-1.1/lib/linuxOpt/libPVFoamReader.so: undefined symbol: _ZN9vtkObject8RegisterEP13vtkObjectBase


ERROR: In /home/amy/ParaViewReleaseRoot/paraview-2.0.2/GUI/Client/vtkPVXMLPackageParser.cx x, line 675
vtkPVXMLPackageParser (0x9116ab0): Error loading Library component PVFoamReader



ErrorMessage end
/home/kanishka/OpenFOAM/OpenFOAM-1.1/bin/paraFoam: line 57: 4039 Segmentation fault paraview paraFoam.pvs
[kanishka@fedora1 ~]$

...in this the ParaFoam window shuts down as soon as it opens up!
Although there is no such problem with paraview
which i had separately installed after downloading it from paraview.org.

Any ideas???can this problem be sorted out by some means...Do i install OpenFoam to the system again?

Cheers
Kanishka

henry July 14, 2005 09:42

The PVFoamReader is compiled f
 
The PVFoamReader is compiled for ParaView-1.8.5 not for ParaView-2.0.2. Your options are:

1) install the ParaView-1.8.5 we supply with OpenFOAM-1.1

2) recompile PVFoamReader for ParaView-2.0.2 (but it probably won't work due to changes in ParaView)

3) use the foamToVTK converter and run paraview rather than paraFoam.

rolando July 27, 2005 11:35

Hi, I want to do parts of my
 
Hi,
I want to do parts of my postprocessing on a windows machine. I installed a binary version of "paraview" there.
I intend to convert my simulation data into VTK format with "foamToVTK", put it on my windows machine and doing the visualization.
Will it be identical to calling "paraFoam" with the corresponding case?

Rolando

kanishka July 27, 2005 12:24

Hi Henry, Please tell me ho
 
Hi Henry,

Please tell me how to install ParaView-1.8.5 over ParaView-2.0.2.I am struggling with 'rpm -e' command to do so,not having much knowledge of commandline interface.How to use 'foamToVTK' converter?

And how to do post-processing with dxFoam.
'dxFoam postFoam' shows the following message:
Executing: /home/kanishka/OpenFOAM/OpenFOAM-1.1/.bashrc
Executing: /home/kanishka/OpenFOAM/OpenFOAM-1.1/.OpenFOAM-1.1/apps/dxFoam/bashrcExecuting: /home/kanishka/OpenFOAM/OpenFOAM-1.1/.OpenFOAM-1.1/apps/ensightFoam/bashrc
Executing: /home/kanishka/OpenFOAM/OpenFOAM-1.1/.OpenFOAM-1.1/apps/paraview/bashrc
[kanishka@fedora1 ~]$ dxFoam postFoam
Checking path to dx ...
Checking path to dxFoamExec executable ...
Can't find dxFoamExec executable. Please check your path.

I have downloaded the installer files of OpenDX from http://www.opendx.org/dlBinary.php
While installing it shows:
[kanishka@fedora1 ~]$ rpm -Uvh opendx-4.3.2-1.rh9.rpm
error: can't create transaction lock

how to install and work with it??
..please suggest something.

Kanishka

henry July 27, 2005 15:30

To install ParaView-1.8.5 avai
 
To install ParaView-1.8.5 available from the OpenFOAM download site follow the instructions supplied.

Use foamToVTK in the same manner as all the other OpenFOAM utilities. Usage is described in the documentation.

dxFoam is no longer supported.

alajbegovic August 27, 2005 18:37

I am trying to use foamToVTK o
 
I am trying to use foamToVTK on the buoyantFoam case. I get the error shown below when using it after the simulation. What do I have to do?

Time constant
volScalarFields :
volVectorFields :
pointScalarFields :
pointVectorFields :

Internal : "/home/ales/OpenFOAM/ales-1.2/run/tutorials/buoyantFoam/hotRoom/VTK/hotRoom_0.vt k"
Original cells:4000 points:4851 Additional cells:0 additional points:0

Patch : "/home/ales/OpenFOAM/ales-1.2/run/tutorials/buoyantFoam/hotRoom/VTK/floor/floor_ 0.vtk"
Patch : "/home/ales/OpenFOAM/ales-1.2/run/tutorials/buoyantFoam/hotRoom/VTK/ceiling/ceil ing_0.vtk"
Patch : "/home/ales/OpenFOAM/ales-1.2/run/tutorials/buoyantFoam/hotRoom/VTK/fixedWalls/f ixedWalls_0.vtk"
Time 0


--> FOAM FATAL IO ERROR :
Cannot find 'value' entry which is required to set the values of the default patch field.

Please add the 'value' entry to the write function of the user-defined boundary-condition
or link the boundary-condition into libfoamUtil.so

file: /home/ales/OpenFOAM/ales-1.2/run/tutorials/buoyantFoam/hotRoom/0/p::floor from line 34 to line 34.

From function defaultFvPatchField<type>::defaultFvPatchField(con st fvPatch&, const Field<type>&, const dictionary&)
in file fields/fvPatchFields/basicFvPatchFields/default/defaultFvPatchField.C at line 127.

FOAM exiting

hjasak August 27, 2005 18:47

Bug in tutorial setup, maybe a
 
Bug in tutorial setup, maybe also in FoamX config, but I'm not checking. Edit the file:

OpenFOAM-1.2/tutorials/buoyantFoam/hotRoom/0/p and for all patches of type wallBuoyantPressure add the "default" value for post-processing, e.g.:

floor
{
type wallBuoyantPressure;
value uniform 100000;
}


Hrv

liugx212 November 16, 2005 13:50

Dear all: I have a VTK file
 
Dear all:

I have a VTK file in which includes the MESH and Geometry. But I do not know how to import to openfoam or how to use this VTK file in openfoam. Could you help me.

Thanks deeply,
Guoxiang


All times are GMT -4. The time now is 05:30.