|
[Sponsors] | |||||
|
|
|
#241 |
|
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 509
Blog Entries: 1
Rep Power: 8 ![]() |
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 |
|
|
|
|
|
|
|
|
#242 |
|
Senior Member
BastiL
Join Date: Mar 2009
Posts: 462
Rep Power: 8 ![]() |
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 |
|
|
|
|
|
|
|
|
#244 |
|
Member
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 54
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#245 |
|
Senior Member
BastiL
Join Date: Mar 2009
Posts: 462
Rep Power: 8 ![]() |
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. Last edited by bastil; July 11, 2011 at 03:42. |
|
|
|
|
|
|
|
|
#247 |
|
Member
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 54
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#249 |
|
Member
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 54
Rep Power: 4 ![]() |
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
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 ![]() I hope this is enought information, if not please let me know. Regards Pablo |
|
|
|
|
|
|
|
|
#251 |
|
Member
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 54
Rep Power: 4 ![]() |
Hi Takuya,
The new version works like charm!!! ![]() I can see new addons too!! Lagrangian, Point arrays!!! Thank you!!!! Pablo |
|
|
|
|
|
|
|
|
#252 |
|
Member
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 54
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#253 |
|
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 509
Blog Entries: 1
Rep Power: 8 ![]() |
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 |
|
|
|
|
|
|
|
|
#254 |
|
Senior Member
BastiL
Join Date: Mar 2009
Posts: 462
Rep Power: 8 ![]() |
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 |
|
|
|
|
|
|
|
|
#256 |
|
Member
Oliver Borm
Join Date: Mar 2009
Posts: 59
Rep Power: 5 ![]() |
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 |
|
|
|
|
|
|
|
|
#257 |
|
Member
|
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
|
|
|
|
|
|
|
|
|
#258 |
|
Member
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 54
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#260 |
|
Member
Pablo Caron
Join Date: Nov 2009
Location: Buenos Aires, Argentina
Posts: 54
Rep Power: 4 ![]() |
Hi Takuya,
I updated the reader to version 316 this morning. Everything is working now. Thank you! Pablo |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ParaView Reader %7c Visit | tj22 | OpenFOAM Paraview & paraFoam | 16 | September 25, 2008 14:01 |
| OpenFOAM reader in the ParaView CVS | tj22 | OpenFOAM Paraview & paraFoam | 16 | December 22, 2007 09:05 |
| Posted OpenFOAM native reader for ParaView3CVS | 7islands | OpenFOAM Paraview & paraFoam | 0 | October 24, 2007 10:52 |
| Native VisIt Reader Bugs | tj22 | OpenFOAM Paraview & paraFoam | 7 | August 30, 2007 04:38 |
| Trying to submit soon Paraview reader | tj22 | OpenFOAM Paraview & paraFoam | 3 | June 5, 2006 14:07 |