|
[Sponsors] |
[OpenFOAM.org] Problems to install openfoam-2.4.0 on Ubuntu 16.04.01LTS |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 19, 2017, 20:35 |
Problems to install openfoam-2.4.0 on Ubuntu 16.04.01LTS
|
#1 |
New Member
Matheus Monjon
Join Date: Feb 2017
Location: São Paulo, Brazil
Posts: 9
Rep Power: 9 |
Hi, i'm a beginner on Ubuntu, and i'm using Ubuntu for CFD Researchs.
I'm trying to install openfoam-2.4.0 on my Ubuntu 16.04.01LTS by following this steps: https://openfoam.org/download/2-4-0-ubuntu/ But, when i used this comand: sudo apt-get -y install openfoam240 This problem appeared for me: root@USERNAME:/home/USER# sudo apt-get -y install openfoam240 Lendo listas de pacotes... Pronto Construindo árvore de dependências Lendo informação de estado... Pronto E: Impossível encontrar o pacote openfoam240 My Ubuntu language is portuguese, but on the last line, the terminal says that is IMPOSSIBLE TO FIND OPENFOAM240 PACKAGE I followed all steps, but always appeared this error. Please, someone help me, I really need to fix this to start my Research. |
|
February 20, 2017, 18:43 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: The page specifically states that the only supported Ubuntu versions are:
Quote:
__________________
|
||
February 22, 2017, 00:52 |
|
#3 | |
New Member
Matheus Monjon
Join Date: Feb 2017
Location: São Paulo, Brazil
Posts: 9
Rep Power: 9 |
Quote:
But, paraFoam is not running or not installed. How can I install paraView-4.1? ____________ When run "paraFoam" to solving my case "cavity", this appeared to me: Code:
matheus@matheus-X550LN:~/OpenFOAM/matheus-2.4.0/run/tutorials/cavity$ paraFoam FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV4Readers ./Allwclean ./Allwmake I tryed to fallow this steps, but this message appeared to me: Code:
matheus@matheus-X550LN:~$ cd $FOAM_UTILITIES/postProcessing/graphics/PV4Readers matheus@matheus-X550LN:~/OpenFOAM/OpenFOAM-2.4.0/applications/utilities/postProcessing/graphics/PV4Readers$ ./Allwclean + wclean libso vtkPV4Readers wclean vtkPV4Readers + PV4blockMeshReader/Allwclean + rm -f /home/matheus/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64GccDPOpt/lib/libPV4blockMeshReader* + rm -rf PV4blockMeshReader/Make + wclean libso vtkPV4blockMesh wclean vtkPV4blockMesh + PV4FoamReader/Allwclean + rm -f /home/matheus/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64GccDPOpt/lib/libPV4FoamReader* + rm -rf PV4FoamReader/Make + wclean libso vtkPV4Foam wclean vtkPV4Foam matheus@matheus-X550LN:~/OpenFOAM/OpenFOAM-2.4.0/applications/utilities/postProcessing/graphics/PV4Readers$ ./Allwmake ERROR: ParaView not found in /home/matheus/OpenFOAM/ThirdParty-2.4.0/platforms/linux64Gcc/ParaView-4.1.0 I need to fix it for my research. I hope you will help me. Thanks Last edited by wyldckat; March 25, 2017 at 16:04. Reason: merged posts done a few minutes apart and ordered them to keep it on topic |
||
February 25, 2017, 15:46 |
|
#4 |
Member
João Ferreira
Join Date: Nov 2014
Location: Braga, Portugal
Posts: 53
Rep Power: 12 |
Hi,
You need to repeat the step where it installs paraview, it might have failed when you did it the last time: Code:
sed -i -e 's=//#define GLX_GLXEXT_LEGACY=#define GLX_GLXEXT_LEGACY=' \ ParaView-4.1.0/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx cd $WM_THIRD_PARTY_DIR/ParaView-4.1.0 wget http://www.paraview.org/pipermail/paraview/attachments/20140210/464496cc/attachment.bin -O Fix.patch patch -p1 < Fix.patch cd VTK wget https://github.com/gladk/VTK/commit/ef22d3d69421581b33bc0cd94b647da73b61ba96.patch -O Fix2.patch patch -p1 < Fix2.patch cd ../.. #this will take a while... somewhere between 30 minutes to 2 hours or more ./makeParaView4 -python -mpi -python-lib /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 > log.makePV 2>&1 |
|
Tags |
install, openfoam 2.4.0 help, packages, ubuntu 16.04 lts |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] error in installation OpenFOAM 2.4.0 in Ubuntu 14.04 | alimea | OpenFOAM Installation | 2 | August 9, 2018 08:12 |
[OpenFOAM.org] Problems installing OpenFOAM 2.3.1 in Ubuntu 12.04 | masoudshao | OpenFOAM Installation | 10 | August 9, 2018 07:13 |
[OpenFOAM.org] Trying to install openfoam 2.4.0 on fedora 26 | harsha_kulkarni | OpenFOAM Installation | 1 | August 18, 2017 17:31 |
[OpenFOAM.org] Problems installing OpenFOAM 2.3.0 on Ubuntu 12.04 | arieljeds | OpenFOAM Installation | 6 | August 19, 2015 08:39 |
Problems installing SVN in Ubuntu (for later installing PyFoam for OpenFOAM) | immortality | Lounge | 2 | May 24, 2014 04:05 |