|
[Sponsors] |
[OpenFOAM.org] problem installing ParaView with openFoam5 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 28, 2018, 07:03 |
problem installing ParaView with openFoam5
|
#1 |
Member
power
Join Date: Jun 2014
Posts: 86
Rep Power: 12 |
Hello guys,
I've installed successfully openfoam5 (using this deb package found on this page) on Ubuntu 16.04 LTS. I've tried some tutorials and all seems to work correctly. But when I wanted to check some results, I got this: Code:
paraFoam FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PVReaders ./Allwclean ./Allwmake Code:
cd $FOAM_UTILITIES/postProcessing/graphics/PVReaders engine@power:/opt/openfoam5/applications/utilities/postProcessing/graphics/PVReaders$ ./Allwclean wclean libso vtkPVblockMesh wclean libso vtkPVFoam engine@power:/opt/openfoam5/applications/utilities/postProcessing/graphics/PVReaders$ ./Allwmake Allwmake applications/utilities/postProcessing/graphics/PVReaders ERROR: ParaView not found in /opt/paraviewopenfoam54 I found something similar to my issue here, but it doesn't work for me Last edited by enginpower; February 28, 2018 at 08:04. |
|
February 28, 2018, 18:15 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: If you use apt-get to install "openfoam5", then run:
Code:
sudo apt-get install paraviewopenfoam54
__________________
|
|
March 26, 2018, 11:23 |
|
#3 |
Senior Member
|
Hi wyldckat,
I've followed your suggestions for installing both softwares by "sudo apt-get install", and still not able to run paraFoam. OpenFOAM works fine since I've been able to run "icoFoam -help" (standard check out command suggested everywhere) ParaView can be run by launching the executable from within the directory where installed. But, paraFoam not able to run due to environment variable not defined. Message is: >>> FATAL ERROR: ParaView reader module libraries do not exist >>> Please build the reader module before continuing: >>> cd $FOAM_UTILITIES/postProcessing/graphics/PVReaders >>> ./Allwclean >>> ./Allwmake Therefore, I try to build following the steps suggested. And, I get the following error message: >>> Allwmake applications/utilities/postProcessing/graphics/PVReaders >>> ./Allwmake : PV_PLUGIN_PATH not valid - it is unset Any suggestion? Thanks C. |
|
March 26, 2018, 11:34 |
|
#4 |
Senior Member
|
PROBLEM SOLVED!!!!!
Wyldckat, I found another thread where you suggested to check .bashrc file. I didn't comment out any lines, I just activated the appropriate environment. Now, paraFoam runs. paraView reader module build problem Regards! C. |
|
Tags |
installation of open foam, openfoam5, paraview |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Problem opening paraview (remote) | alexvaleije | ParaView | 0 | June 23, 2016 13:03 |
[OpenFOAM.org] paraview and python install problem | laurent98 | OpenFOAM Installation | 16 | December 13, 2014 16:12 |
ParaView Execute problem | insta | OpenFOAM Installation | 2 | June 9, 2014 03:37 |
Installing OpenFOAM and ParaView in VirtualBox(Ubuntu on Win8) | chrisb2244 | OpenFOAM Installation | 2 | August 21, 2013 14:24 |
[OpenFOAM] paraview split screen problem | ziemowitzima | ParaView | 1 | March 16, 2011 15:07 |