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

[OpenFOAM] Native ParaView Reader Bugs

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 26, 2012, 08:41
Default
  #261
New Member
 
Join Date: Jun 2011
Posts: 19
Rep Power: 14
The_Architect is on a distinguished road
Hello dear Paraview gurus!

I am running Paraview 3.12 on Ubuntu 12.04. I installed as a part of the OpenFOAM package from openfoam.org. My problem is that when I try to visualize data in paraview, the "Surface" option turns the whole domain entirely black. Paraview does visualize the data correctly with the other representation styles. Even with the "Surface" representation on, the colour legend shows correctly, but as already mentioned everything is represented with solid black colour. I have tried multiple OpenFoam tutorials and some own cases as well, with different "Color by" options, but the end result is always the same solid black.

All help would be appreciated.

-Patrik-
The_Architect is offline   Reply With Quote

Old   June 26, 2012, 16:24
Default
  #262
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
Greetings Patrik,

That looks like a graphics card driver problem.
I've been (trying to) keeping a record of these kinds of incidents+solutions with ParaView on Linux here: Related issues to ParaView with OpenFOAM - Fixes and solutions

If you still can or cannot find a solution among those, let us know!

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   October 1, 2013, 11:30
Default Reader + ParaView 4.0.1
  #263
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hi Takuya,

Just for further reference. The plugins directory in ParaView 4.0 have changed to

~INSTDIR/lib/paraview-4.0/plugins

The easy way to find the plugins directory it is trought the Paraview menu. Go to Tools->Manage plugins... There you will find the default directory

Hope this helps someone else in the future.

Best

Pablo
pcaron is offline   Reply With Quote

Old   November 24, 2013, 10:55
Default Reader + Paraview 4.1.0-RC1
  #264
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hi Takuya,

I've just installed Paraview 4.1.0-RC1 and recompiled your reader (subversion 329).

I start Paraview through the pf script, as usual. When I load a case, and before pressing the "Apply" button, the following Warning appears

Generic Warning: In /home/pablo/Programas/ParaView-v4.1.0-RC1-source/Qt/Core/pqApplicationCore.cxx, line 756
Readers have been changed such that the GUI definition is not needed. This should now be specified in the Hints section of the XML definition.

Despite of this warning the reader seems to work fine.

Best

Pablo
pcaron is offline   Reply With Quote

Old   August 23, 2014, 10:29
Default Repository moved to GitHub
  #265
Super Moderator
 
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20
7islands is on a distinguished road
Hi,

The vtkPOFFReader repository has been moved to GitHub:
https://github.com/7islands/vtkPOFFReader

Although the reader has not been significantly updated for some time due to lack of my time, I see/hear that the reader is more widely used than ever, even in commercial products, as if a community infrastructure.

The intentions of the migration are twofold: One is to let audience clearly recognize that the reader is a standalone opensource project. When the project was hosted on SourceForge, the reader was a subproject of a collection of data conversion utilities. This sometimes made it hard for a new user to find the location of the project site and get the code.

The other is to encourage audience to involve the development of the reader through the social coding capability of GitHub. As a starting point, I created a "help wanted" list at https://github.com/7islands/vtkPOFFReader/issues . In particular, if you think you are benefiting from the reader, please consider contributing back.

Takuya
fabian_roesler and wyldckat like this.
7islands is offline   Reply With Quote

Old   September 16, 2014, 10:19
Default
  #266
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
Hi Takuya,

First off great work, thank you.

One small issue I have noticed (maybe I should create it on the github site?):
It is not possible to view decomposed cases which contain globalFaceZones (as used in foam extend).
The error gives out that the size of the faces list and owner list are different.
I reported the bug here on the ParaView bug tracker.

The issue seemed to be present with 1.6-ext, foam-extend-3.0, 3.1 and ParaView versions 3.10 up to the present 4.1.

Best regards,
Philip
bigphil is offline   Reply With Quote

Old   July 1, 2015, 02:00
Default
  #267
Senior Member
 
M. Montero
Join Date: Mar 2009
Location: Madrid
Posts: 153
Rep Power: 17
be_inspired is on a distinguished road
Phil,
I have found the same problem when opening decompose cases.
Any idea how to fix the bug?
be_inspired is offline   Reply With Quote

Old   July 20, 2015, 22:29
Default
  #268
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
Quote:
Originally Posted by be_inspired View Post
Phil,
I have found the same problem when opening decompose cases.
Any idea how to fix the bug?
Unfortunately, I made no progress on this.

As a workaround, I must reconstruct the case to view the results in ParaView.

Philip
bigphil is offline   Reply With Quote

Old   November 12, 2015, 14:21
Default Reader and Qt 5
  #269
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hi Takuya,

Have you tried to compile the reader against Qt5?

I updated to openSUSE 42.1 which includes KDE plasma 5 and it uses Qt5 by default. I compiled ParaView 4.3.1 with Qt5 and it starts very quickly.

I could not compile the reader because a Qt4 error.

Any idea how to compile the reader using Qt5?

Pablo
pcaron is offline   Reply With Quote

Old   December 30, 2015, 17:23
Default Paraview issue
  #270
New Member
 
Join Date: Apr 2015
Posts: 2
Rep Power: 0
orcus is on a distinguished road
Sorry, I found the solution 2 minutes after post this reply.


"
Hi all,
i have an issue with paraview and OpenFOAM. I use OpenFOAM 2.4.0 (installed by instructions from the official site) and ParaView 4.4.0 64bit (installed from the official repository) on Fedora 4.2.8-300.fc23.x86_64. If I try to visualise any solved case (either a self-made or a tutorial case) with paraview, I get the following errors: see in attached picture. Unfortunately paraview don't visualise the ignored (but existing) timesteps.

I nothing find about this problem on the internet (or I didn't search appropriate). Did anyone meet with this problem, and can anyone take me some advice what could be the problem?
"

Last edited by orcus; December 30, 2015 at 17:28. Reason: It solved immediately
orcus is offline   Reply With Quote

Old   January 4, 2016, 11:39
Default
  #271
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
Quote:
Originally Posted by orcus View Post
Sorry, I found the solution 2 minutes after post this reply.


"
Hi all,
i have an issue with paraview and OpenFOAM. I use OpenFOAM 2.4.0 (installed by instructions from the official site) and ParaView 4.4.0 64bit (installed from the official repository) on Fedora 4.2.8-300.fc23.x86_64. If I try to visualise any solved case (either a self-made or a tutorial case) with paraview, I get the following errors: see in attached picture. Unfortunately paraview don't visualise the ignored (but existing) timesteps.

I nothing find about this problem on the internet (or I didn't search appropriate). Did anyone meet with this problem, and can anyone take me some advice what could be the problem?
"
Hi orcus,

I am glad you solved your problem; can you give the solution here so that others may benefit.

Thanks,
Philip
bigphil is offline   Reply With Quote

Reply


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] Extract Block with paraview native reader kandelabr ParaView 4 August 30, 2021 02:28
[OpenFOAM] Decomposed multiregion cases in Paraview with native reader Yann ParaView 2 January 16, 2019 05:48
Updated native OpenFOAM reader for ParaView 5.3 opencfd OpenFOAM Announcements from ESI-OpenCFD 4 July 13, 2017 10:14
[OpenFOAM] Native VisIt Reader Bugs tj22 ParaView 8 November 8, 2013 04:21
[OpenFOAM] Paraview Windows VTK Reader trex930 ParaView 0 November 3, 2010 19:31


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