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 9, 2011, 21:05
Default
  #241
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
I have never had the warning myself so am not sure about the real reason, but http://bugreports.qt.nokia.com/browse/QTBUG-16175 might as well be checked.

T
7islands is offline   Reply With Quote

Old   July 8, 2011, 08:07
Default
  #242
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Just a simple question:

How can a visualize the cell- and face zones when turning "Read Zones" on? It does not seem to change anything in paraview when reading a decomposed case with this option turned on. Thanks.

Regards Bastian
bastil is offline   Reply With Quote

Old   July 8, 2011, 10:38
Default
  #243
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
Extract Block.

T
7islands is offline   Reply With Quote

Old   July 8, 2011, 11:57
Default
  #244
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hello Bastian and Takuya

Just to say, thank you for the question (Bastian) and the answer (Takuya)!!!

I was facing this issue yesterday! So, nothing to answer now.

Again, thank you and Have a nice weekend

Pablo
pcaron is offline   Reply With Quote

Old   July 11, 2011, 02:58
Default
  #245
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Thanks,

is there also a way to visualize sets in a decomposed case? I have a sHM-result where snappy created some sets. Convertig them into zones is impossible since it is distributed. Thanks.

Quote:
Originally Posted by 7islands View Post
Extract Block.

T

Last edited by bastil; July 11, 2011 at 03:42.
bastil is offline   Reply With Quote

Old   July 12, 2011, 11:21
Default
  #246
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
I'm afraid not.

T
7islands is offline   Reply With Quote

Old   September 27, 2011, 11:56
Default Lost Refresh button
  #247
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hello Takuya,

Today I checked out the svn version of the reader. I compiled it without problem.

The only issue I found is that there is not a Refresh button. This is a very helpful button!!!! Am I missing something when compiling the reader?

Regards

Pablo
pcaron is offline   Reply With Quote

Old   September 27, 2011, 12:22
Default
  #248
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
Did you do a make install? If you did and there is no Refresh button, could you give me more details?

T
7islands is offline   Reply With Quote

Old   September 27, 2011, 14:12
Default
  #249
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hi Takuya, thank you for your quick reply. Following are more details

vtkPOFFReader version: 313

Paraview 3.10.1. I am using paraview from openFOAM 2.0.x. It is compiled using makeParaview script. Following is the relevant part of the compile output
Code:
ParaView_SOURCE_DIR=/home/mys/OpenFOAM/ThirdParty-2.0.x/ParaView-3.10.1
ParaView_BINARY_DIR=/home/mys/OpenFOAM/ThirdParty-2.0.x/build/linux64Gcc/paraview-3.10.1
ParaView_DIR=/home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/paraview-3.10.1
date-stamp: 2011-01-28

Build stages selected
---------------------
    -config   true
    -make     true
    -install  true
---------------------
Features selected
    mesa      false
    mpi       true
    python    false
    qt        true
---------------------
Version information
    qt        4.7.4
    version   3.10.1
    major     3.10

---------------------
removing old build directory
    /home/mys/OpenFOAM/ThirdParty-2.0.x/build/linux64Gcc/paraview-3.10.1
----
Configuring paraview-3.10.1 (major version: 3.10)
    MPI    support : true
    Python support : false
    MESA   support : false
    Qt dev support : true
    Source         : /home/mys/OpenFOAM/ThirdParty-2.0.x/ParaView-3.10.1
    Build          : /home/mys/OpenFOAM/ThirdParty-2.0.x/build/linux64Gcc/paraview-3.10.1
    Target         : /home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/paraview-3.10.1
----

cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/paraview-3.10.1 -DVTK_USE_TK:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON VTK_USE_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DPARAVIEW_INSTALL_DEVELOPMENT:BOOL=ON -DPARAVIEW_GENERATE_PROXY_DOCUMENTATION:BOOL=ON -DBUILD_TESTING:BOOL=OFF -DPARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES:BOOL=OFF -DPARAVIEW_GENERATE_PROXY_DOCUMENTATION=OFF -DPARAVIEW_USE_MPI=ON VTK_USE_MPI=ON -DMPI_INCLUDE_PATH=/home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/openmpi-1.5.3/include -DMPI_LIBRARY=/home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/openmpi-1.5.3/lib/libmpi.so -DVTK_MPIRUN_EXE=/home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/openmpi-1.5.3/bin/mpirun -DVTK_MPI_MAX_NUMPROCS=32 -DPARAVIEW_BUILD_QT_GUI=ON /home/mys/OpenFOAM/ThirdParty-2.0.x/ParaView-3.10.1
These are the options set in the reader.
Code:
 CMAKE_BUILD_TYPE                 Release                                                                                                                   
 CMAKE_INSTALL_PREFIX             /home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/paraview-3.10.1/bin/plugins                                      
 ParaView_DIR                     /home/mys/OpenFOAM/ThirdParty-2.0.x/platforms/linux64Gcc/paraview-3.10.1/lib/paraview-3.10                                
 QT_QMAKE_EXECUTABLE              /usr/bin/qmake
After generate the cmake I did a make, make install. I couldn't see the Refresh button yet.

I hope this is enought information, if not please let me know.

Regards

Pablo
pcaron is offline   Reply With Quote

Old   September 28, 2011, 01:23
Default
  #250
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 Pablo,
The installation destination may not have been correct. I committed a fix so can you try svn update, rebuild and install?

Takuya
7islands is offline   Reply With Quote

Old   September 28, 2011, 09:28
Default
  #251
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hi Takuya,

The new version works like charm!!!

I can see new addons too!! Lagrangian, Point arrays!!!

Thank you!!!!

Pablo
pcaron is offline   Reply With Quote

Old   November 21, 2011, 14:37
Default PV 3.12.0 and reader svn 314
  #252
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 downloaded PV3.12.0 yesterday and compiled the reader (version 314) again.

I compiled PV alone, using openmpi from OpenFoam-1.6-ext only. The installation directory is /opt/ParaView/3.12.0.

When I tried to link the vtkPOFFReader with PV it can't detect the installation directory. I solved the problem setting it manually. (/opt/ParaView/3.12.0/lib/paraview-3.12/plugins).

The reader is working fine. I hope this can help.

Regards

Pablo
pcaron is offline   Reply With Quote

Old   November 21, 2011, 20:37
Default
  #253
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 Pablo,
You are right, the default installation location is for in-build-directory running of git master version of PV. Until I come up with a good solution (and have time to code that) you have to set the location manually.

T
7islands is offline   Reply With Quote

Old   December 8, 2011, 07:52
Default
  #254
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Takuya,

I asked before about the reading of sets with this reader. So far this seems to be impossible, Would it be possible to add this in a future release? We have lots of (distributed) meshes with sets from sHM which we can not visualize at the moment. Thanks and regards.

Bastian
bastil is offline   Reply With Quote

Old   December 9, 2011, 03:37
Default
  #255
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
I am aware that it is a nice feature to be added but have no timeline for its implementation (I have lots of other priority tasks).

T
7islands is offline   Reply With Quote

Old   March 1, 2012, 07:35
Default debian package
  #256
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
I've packed the latest version of vtkPOFFReader in a debian package for Ubuntu Oneiric 11.10. Just have a look here:

https://launchpad.net/~cae-team/+archive/ppa
wyldckat likes this.
deepblue17 is offline   Reply With Quote

Old   March 7, 2012, 00:16
Default wave animation
  #257
Member
 
Nirav
Join Date: Jul 2011
Posts: 43
Rep Power: 14
niravtm007 is on a distinguished road
Send a message via Skype™ to niravtm007
Hi my friends my problem is 2- phase flow in a river bed ( open channel flow) i need to capture animation of wavy nature which ocurs at the interface between air and water. mine is unsteady flow, so i got few results which vary with time. how can i animate this phenomenon using fluent or tec plot . please help
niravtm007 is offline   Reply With Quote

Old   May 23, 2012, 17:42
Default Problem compiling the reader against PV 3.14.1
  #258
Member
 
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 75
Rep Power: 16
pcaron is on a distinguished road
Hi Takuya,

Today I downloaded and compiled paraview 3.14.1. My OS is opensuse 11.4, and vtk 5.10 (recently updated)

I trying to compile the reader (svn version 314) and I'm getting some errors.

Have you tested the reader using these configurations?

Thanks in advance. If you need additional information do not hesitate to ask me.

Best

Pablo
pcaron is offline   Reply With Quote

Old   May 24, 2012, 07:13
Default
  #259
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
I've compiled the plugins with PV 3.14.1 on OS X 10.6.8 and Ubuntu 10.04 (the server-side plugin only for the latter case though) and both built successfully.

T
7islands is offline   Reply With Quote

Old   May 24, 2012, 09:50
Default
  #260
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 updated the reader to version 316 this morning. Everything is working now.

Thank you!

Pablo
pcaron 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 20:46.