CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] ParaView Postprocessing problems with cyclic boundaries (https://www.cfd-online.com/Forums/paraview/61134-paraview-postprocessing-problems-cyclic-boundaries.html)

christian April 18, 2007 06:49

ParaView Postprocessing problems with cyclic boundaries
 
After changing two boundaries of my domain from wall to cyclic I can't load the data in paraView. The program shuts down and in the terminal window it says the following:

/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.3 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/



--> FOAM FATAL ERROR : Not implemented

From function void CyclicPointPatchField<patchfield,>::evaluate()
in file /home/dm2/henry/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude/CyclicPointPatchFie ld.C at line 187.

FOAM aborting

/home/csvs/OpenFOAM/linuxAMD64/paraview-2.4.2/lib/paraview-2.4/paraview-real: symbol lookup error: /home/csvs/OpenFOAM/OpenFOAM-1.3/lib/linuxAMD64Gcc4DPOpt/libOpenFOAM.so: undefined symbol: cplus_demangle

Anyone who can help me?

Best regards,
Christian Svensson

gschaider April 23, 2007 12:57

Hi Christian! The problem w
 
Hi Christian!

The problem with the cplus_demangle is a bit mysterious (In my opinion the program should have failed in the first place).

Anyway: the cause of the problem is a different one (and documented on the message board - you couldn't find it because the correct error message was never output due to the demangle problem). Go to the file $FOAM_SRC/OpenFOAM/lnInclude/CyclicPointPatchField.C. There at line 187 you will find a notImplemented statement. Comment that out. Recompile OF. Then your cyclic geometry should be postprocessable (nice word. Is it in any dictionary?).

Havn't checked whether this is fixed in 1.4

marhamat April 23, 2007 14:48

Hi christian Also you can s
 
Hi christian

Also you can see:

http://www.cfd-online.com/OpenFOAM_D...tml?1144922321

Marhamat

christian April 24, 2007 01:40

The case works fine when comme
 
The case works fine when commenting out in CyclicPointPatchField.C and recompiling. Thank you for taking time. By the way, how do I find and solve the root to this problem, demangle in Linux (OpenSUSE 10.2)???

nzy102 April 24, 2007 11:30

Continuing this discussion, I
 
Continuing this discussion, I tried to run paraFoam for my channelOodles case under OpenFoam 1.4. I didn't see any error about demangle. However, I got the following error:
=================================================E rrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x2f06930): Point array volPointInterpolate(nuTilda) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x2f26c80): Point array volPointInterpolate(nuTilda) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x3191480): Point array volPointInterpolate(nuTilda) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x3193d60): Point array volPointInterpolate(nuTilda) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x2f58f50): Point array volPointInterpolate(nuSgs) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x2f98540): Point array volPointInterpolate(nuSgs) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x2f59680): Point array volPointInterpolate(nuSgs) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/dm2/henry/OpenFOAM/linuxSrc/paraview-2.4.4/VTK/Filtering/vtkDataSet.cxx (383)
vtkUnstructuredGrid (0x2f59a10): Point array volPointInterpolate(nuSgs) with 1 components, only has 1330 tuples but there are 1406 points
ErrorMessage end
=================================================

What is the cause for this?

Ning

thomas December 17, 2007 03:02

Hello Ning, I just encounte
 
Hello Ning,

I just encountered the same problem.

And if I want to introduce e.g. a cut, paraview crashes.

So, do you know any solution to this issue?

Thanks
Thomas

mattijs December 17, 2007 15:03

Upgrade to 1.4.1?
 
Upgrade to 1.4.1?

thomas December 18, 2007 01:43

Thanks for the hint, Matjis, b
 
Thanks for the hint, Matjis, but I'm using the 1.4.1-dev version, so this should work.

The error messages I get are the same as Ninq Yang, if I change the boundary from cyclic to wall in postproc, everythings fine.

lakeat July 16, 2008 06:05

Hello Mattijs, I met the th
 
Hello Mattijs,

I met the the same problem in today's release - OpenFOAM-1.5!

channelOodles - channel395
If I do not select side1, side2, inout1, inout2 in paravew, (all of these four sides are cyclic boundary), everythings fine!

http://www.cfd-online.com/OpenFOAM_D...part/happy.gif

mattijs July 16, 2008 07:16

Can you please report a bug in
 
Can you please report a bug in the OpenFOAM-bugs section?

Thanks, Mattijs

Sara D June 26, 2009 05:49

solved in 1.5.x
 
Dear all,

I encountered the same problem and it was solved by installing 1.5.x

Best regards,

Sara


All times are GMT -4. The time now is 04:14.