|
[Sponsors] |
[OpenFOAM] ParaView Postprocessing problems with cyclic boundaries |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 18, 2007, 07:49 |
ParaView Postprocessing problems with cyclic boundaries
|
#1 |
Member
Christian Lindbäck
Join Date: Mar 2009
Posts: 55
Rep Power: 17 |
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 |
|
April 23, 2007, 13:57 |
Hi Christian!
The problem w
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
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
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
April 23, 2007, 15:48 |
Hi christian
Also you can s
|
#3 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
||
April 24, 2007, 02:40 |
The case works fine when comme
|
#4 |
Member
Christian Lindbäck
Join Date: Mar 2009
Posts: 55
Rep Power: 17 |
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)???
|
|
April 24, 2007, 12:30 |
Continuing this discussion, I
|
#5 |
Member
Ning Yang
Join Date: Mar 2009
Location: University Park, PA, USA
Posts: 84
Rep Power: 17 |
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 |
|
December 17, 2007, 04:02 |
Hello Ning,
I just encounte
|
#6 |
New Member
Thomas Gallinger
Join Date: Mar 2009
Posts: 28
Rep Power: 17 |
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 |
|
December 17, 2007, 16:03 |
Upgrade to 1.4.1?
|
#7 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Upgrade to 1.4.1?
|
|
December 18, 2007, 02:43 |
Thanks for the hint, Matjis, b
|
#8 |
New Member
Thomas Gallinger
Join Date: Mar 2009
Posts: 28
Rep Power: 17 |
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. |
|
July 16, 2008, 07:05 |
Hello Mattijs,
I met the th
|
#9 |
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21 |
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!
__________________
~ Daniel WEI ------------- Boeing Research & Technology - China Beijing, China |
|
July 16, 2008, 08:16 |
Can you please report a bug in
|
#10 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Can you please report a bug in the OpenFOAM-bugs section?
Thanks, Mattijs |
|
June 26, 2009, 06:49 |
solved in 1.5.x
|
#11 |
New Member
Join Date: Jun 2009
Location: Belgium
Posts: 3
Rep Power: 17 |
Dear all,
I encountered the same problem and it was solved by installing 1.5.x Best regards, Sara |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Problem with cyclic boundaries in Openfoam 2.3, mesh import from ICEM | Scabbard | OpenFOAM Meshing & Mesh Conversion | 29 | October 6, 2020 22:14 |
[mesh manipulation] Problem with using createPatchDict to define cyclic boundaries | kaszt | OpenFOAM Meshing & Mesh Conversion | 0 | April 1, 2016 22:18 |
Possible createPatch/createBaffles bug? | simpomann | OpenFOAM Bugs | 2 | July 15, 2014 08:07 |
Non-linear problem and cyclic boundaries | bentivegna | OpenFOAM Running, Solving & CFD | 0 | May 22, 2012 08:44 |
Cyclic Boundaries -> Match Option -> Arbitrary | Derek | Siemens | 1 | August 4, 2004 23:06 |