|
[Sponsors] |
October 22, 2011, 17:04 |
|
#21 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Karl,
Are you sure these logs are updated? The log for ParaView states that cmake was not found, but it should have been found since you've installed it via apt-get!! Start a new terminal and check if cmake is visible: Code:
which cmake Code:
sudo apt-get install cmake Bruno
__________________
|
|
October 23, 2011, 06:29 |
|
#22 |
New Member
Karl
Join Date: Oct 2011
Posts: 10
Rep Power: 15 |
hi Bruno,
this is so frustrating , i double, triple checked, i have indeed installed cmake: /usr/bin/cmake but the makePV log keeps telling me that: ./makeParaView: 295: cmake: not found can you think of why? or what i might have done wrong? Thank you for your patience, karl |
|
October 23, 2011, 07:23 |
|
#23 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Karl,
OK, lets try this:
Best regards, Bruno
__________________
|
|
October 23, 2011, 19:22 |
|
#24 | |
New Member
Karl
Join Date: Oct 2011
Posts: 10
Rep Power: 15 |
Quote:
iv given up on openfoam 1.7.0 for now. just installed 1.7.1 as you suggested, i now have a new problem: I'm getting a paraview crash after typing the following commands blockMesh paraFoam It displays the following message in the console window created temporary 'cavity.OpenFOAM' Read float past end of buffer Read float past end of buffer Read float past end of buffer Read float past end of buffer The paraview gui opens up with the following message: A reader for "/home/karl/OpenFOAM/karl-1.7.1/run/tutorials/incompressible/icoFoam/cavity/cavity.OpenFOAM" cannot be found, please choose one: I can see OpenFOAM in the list of readers. When I select it, it crashes paraview. Thank you for your time Karl |
||
October 24, 2011, 05:28 |
|
#25 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Karl,
For the error "Read float past end of buffer", it's missing a hack for forcing the shell to be in normal english. Running: Code:
export LC_ALL=C To permanently fix the problem: Code:
foam cd bin rm paraFoam wget "https://raw.github.com/OpenCFD/OpenFOAM-1.7.x/master/bin/paraFoam" -O paraFoam chmod +x paraFoam Best regards, Bruno
__________________
|
|
October 24, 2011, 18:19 |
|
#26 |
New Member
Karl
Join Date: Oct 2011
Posts: 10
Rep Power: 15 |
Hi Bruno,
i finally have a working version of OpenFoam 2.0 installed on my Ubuntu 11.04 hopefully it will work for the purpose of my project, but just want to say thank you for your time and patience, i learnt a thing or two about openfoam from you at least. Best Karl |
|
October 25, 2011, 04:14 |
|
#27 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Karl,
You're welcome Have fun with OpenFOAM Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Building OpenFOAM1.7.0 from source | ata | OpenFOAM Installation | 46 | March 6, 2022 14:21 |
Gmsh installation on terminal help | spitfire | Main CFD Forum | 4 | July 27, 2017 16:11 |
[Other] Compiling hacFoam (Ubuntu 10.04)(OF2.0.0)(LAMMPS13Jul2010)) | Henrik_E | OpenFOAM Installation | 3 | September 29, 2016 17:16 |
dsmcInitialise - dsmcFoam | archymedes | OpenFOAM Pre-Processing | 94 | July 15, 2016 17:14 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |