CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] Warnings from Paraview 5.4.0

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By lin
  • 1 Post By CFDFoundation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 2, 2017, 12:18
Default Warnings from Paraview 5.4.0
  #1
New Member
 
Markus Schmid
Join Date: May 2012
Posts: 3
Rep Power: 13
MSchmid is on a distinguished road
Hello together,

I have installed OpenFOAM 5.0 and ParaView 5.4.0 on Ubuntu 16.04 LTS.

Now I get the following warnings from ParaView:

Generic Warning: In /home/ubuntu/OpenFOAM/ThirdParty-dev/ParaView-5.4.0/VTK/Rendering/Volume/vtkVolumeTextureMapper3D.cxx, line 680
vtkVolumeTextureMapper3D::vtkVolumeTextureMapper3D was deprecated for VTK 7.0 and will be removed in a future version.

Generic Warning: In /home/ubuntu/OpenFOAM/ThirdParty-dev/ParaView-5.4.0/VTK/Rendering/VolumeOpenGL/vtkOpenGLVolumeTextureMapper3D.cxx, line 57
vtkOpenGLVolumeTextureMapper3D::vtkOpenGLVolumeTex tureMapper3D was deprecated for VTK 7.0 and will be removed in a future version.

How can I omit or supress those warnings?

Best regards,
Markus
MSchmid is offline   Reply With Quote

Old   September 19, 2017, 15:51
Default
  #2
Senior Member
 
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12
ancolli is on a distinguished road
I have the same problem. did u solve it?
ancolli is offline   Reply With Quote

Old   September 25, 2017, 14:06
Default
  #3
New Member
 
Markus Schmid
Join Date: May 2012
Posts: 3
Rep Power: 13
MSchmid is on a distinguished road
Unfortunately not, I went back to OpenFOAM 4.1.
MSchmid is offline   Reply With Quote

Old   September 25, 2017, 23:15
Default
  #4
lin
Senior Member
 
Hua Zen
Join Date: Mar 2009
Posts: 138
Rep Power: 17
lin is on a distinguished road
I think you could just skip these warnings and continue to use OF50 as they are not errors
Akshay Soo likes this.
lin is offline   Reply With Quote

Old   October 14, 2017, 04:44
Default
  #5
New Member
 
Join Date: Oct 2016
Posts: 1
Rep Power: 0
patricks is on a distinguished road
I have the very same problem ... Did somebody solve it?
patricks is offline   Reply With Quote

Old   October 31, 2017, 08:12
Default
  #6
New Member
 
giorgos
Join Date: Jun 2012
Posts: 4
Rep Power: 13
giorgos is on a distinguished road
Same problem here. Did somebody manage to solve it?
Thanks
giorgos is offline   Reply With Quote

Old   November 1, 2017, 17:32
Default
  #7
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answer: Those are just warnings. They are indicating that the legacy mode will be discontinued in the next major version of VTK.

Please report this on the issue tracker: https://bugs.openfoam.org/ - and please give the indication that the workaround to suppress this warning has to be done during compilation, as indicated here: http://the-unofficial-paraview-devel...ms-td5422.html
__________________
wyldckat is offline   Reply With Quote

Old   November 12, 2017, 10:10
Default Problem opening .stl file with paraview5.4 used in openfoam5
  #8
Member
 
Vu
Join Date: Nov 2016
Posts: 42
Rep Power: 9
DoQuocVu is on a distinguished road
Hi foamers,

I've just installed openfoam 5.0. When I test with cavity tutorial, the pop up window of paraview show this warning:
Code:
Generic Warning: In /home/ubuntu/OpenFOAM/ThirdParty-dev/ParaView-5.4.0/VTK/Rendering/Volume/vtkVolumeTextureMapper3D.cxx, line 680
vtkVolumeTextureMapper3D::vtkVolumeTextureMapper3D was deprecated for VTK 7.0 and will be removed in a future version.

Generic Warning: In /home/ubuntu/OpenFOAM/ThirdParty-dev/ParaView-5.4.0/VTK/Rendering/VolumeOpenGL/vtkOpenGLVolumeTextureMapper3D.cxx, line 57
vtkOpenGLVolumeTextureMapper3D::vtkOpenGLVolumeTextureMapper3D was deprecated for VTK 7.0 and will be removed in a future version.
I think this warning is ok but when I try to open a .stl file that i made, paraview show this error:
Code:
ERROR: In /home/ubuntu/OpenFOAM/ThirdParty-dev/ParaView-5.4.0/VTK/IO/Geometry/vtkSTLReader.cxx, line 472
vtkSTLReader (0x19e7780): STLReader: error while reading file /home/vu/OpenFOAM/vu-5.0/run/tutorials/cfdGroup/DTC-scaled.stl at line 3: unable to read STL vertex.

ERROR: In /home/ubuntu/OpenFOAM/ThirdParty-dev/ParaView-5.4.0/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 784
vtkPVCompositeDataPipeline (0x3a1a140): Algorithm vtkFileSeriesReader(0x3a19c70) returned failure for request: vtkInformation (0x1364d40)
  Debug: Off
  Modified Time: 186173
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_DATA
  ALGORITHM_AFTER_FORWARD: 1
  FROM_OUTPUT_PORT: 0
  FORWARD_DIRECTION: 0
I then opened the DTC-scale.stl file from openfoam geometry resources folder and still get this error.
I have searched for solution but just found solution for Paraview4.4.0.
So do you have any idea about what can I do to fix this? or the only way is to install another OF version?
DoQuocVu is offline   Reply With Quote

Old   November 16, 2017, 04:12
Default
  #9
New Member
 
ANKUR GARG
Join Date: Mar 2017
Posts: 23
Rep Power: 9
ankur_garg is on a distinguished road
I am not sure, but maybe once you could check your boundary conditions in the "0" folder, make sure you have provided the inputs for each patch in the proper order as they have designed in the source code. If there is a mismatch , you will get these kinds of warnings and other types as well.

Thank you very much.

Regards,
Ankur
__________________
Ankur Garg
ankur_garg is offline   Reply With Quote

Old   December 4, 2017, 07:17
Default
  #10
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Bug report has been made, along with patch instructions: https://bugs.openfoam.org/view.php?id=2779

And as expected, it's necessary to rebuild ParaView with the aforementioned option. Hopefully the Deb packages will be rebuilt as soon as possible.
__________________
wyldckat is offline   Reply With Quote

Old   December 4, 2017, 15:32
Default Fixed issue with VTK warnings in ParaView
  #11
New Member
 
Join Date: Dec 2014
Posts: 24
Rep Power: 11
CFDFoundation is on a distinguished road
This issue has been resolved:
https://bugs.openfoam.org/view.php?id=2779

New packs for Ubuntu have been created. Details about upgrading are available here:
https://openfoam.org/news/v5-0-paraview-patch

Please note for future:
The place to report issues for OpenFOAM is https://bugs.openfoam.org. It is a dedicated bug tracking site, using bug tracking software, run by the people who fix issues with OpenFOAM.
The cfd-online.com site is not a dedicated bug tracking site, the forums are not running using bug tracking software, and the people who run them are not involved with OpenFOAM. So there is no point reporting the issues here.
wyldckat likes this.
CFDFoundation is offline   Reply With Quote

Old   February 7, 2021, 16:04
Default
  #12
New Member
 
Evren Yilmaz Yakin
Join Date: Feb 2016
Location: Ankara, Turkey
Posts: 27
Rep Power: 10
evrenykn is on a distinguished road
Hi,

I take the same error.

My OpenFOAM version is v2012 and when I entered paraview, it's opening with that error.

How can I change the paraview automatic opening version? Paraview 5.4.1 but the lastest version is 5.9. I want to use it.
evrenykn is offline   Reply With Quote

Reply

Tags
paraview 5.4.0


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM] ParaView 5.4.0 refuses to start SamuelPei ParaView 1 October 15, 2019 03:12
[OpenFOAM.org] Building ParaView 5.4.0 with OpenFOAM 4.1 dferrando OpenFOAM Installation 4 June 21, 2019 10:01
[OpenFOAM.org] Paraview 5.4.0 compilation failed on centos 6.9 Saclay91 OpenFOAM Installation 1 March 24, 2018 20:20
[OpenFOAM.org] Two different versions of ParaView with same OpenFOAM release FJSJ OpenFOAM Installation 2 July 23, 2017 05:48
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41


All times are GMT -4. The time now is 17:40.