|
[Sponsors] |
November 1, 2011, 01:23 |
|
#41 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
HI rassilon, I also want to install OF-1.6-ext on Ubuntu10.10. With the help of this post, I finished a part of installation. I have install the openfoam-1.6-ext and openfoam-1.6-ext-dev. There is no Tutorials and Thirdpart in the folder of /usr/lib/OpenFOAM-1.6-ext. I have on idea about what should I do next. So I hope you can give me some suggestions. Thanks a lot.
cheers Liping |
|
November 1, 2011, 04:16 |
|
#42 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Liping,
If you can run with success the following command: Code:
icoFoam -help Code:
echo $FOAM_TUTORIALS Bruno
__________________
Last edited by wyldckat; November 1, 2011 at 04:17. Reason: missing quotes |
|
November 1, 2011, 04:45 |
|
#43 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
HI wyldckat, Thanks a lot for your reply.
When I run the following command: Code:
icoFoam -help Code:
Usage: icoFoam [-pareallel] [-case dir] [-help] [-doc] [-srcDoc] Code:
echo $FOAM_TUTORIALS Code:
/usr/lib/OpenFOAM-1.6-ext/tutorials Code:
cd /usr/lib/OpenFOAM-1.6-ext/ ls Code:
applications bin etc lib src wmake Best regards, Liping |
|
November 1, 2011, 05:20 |
|
#44 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Liping,
I had completely forgotten how things were split up in the CAE Team's packages. You'll have to install one more package: Code:
sudo apt-get install openfoam-1.6-ext-doc edit: I've edited/updated the wiki page that explains these steps to reflect the known installable packages: http://openfoamwiki.net/index.php/In...ucid_10.04_LTS edit2: these packages are really crazy... the tutorials aren't in the "-doc" package, they are placed in the folder: "/usr/share/doc/openfoam-1.6-ext/examples" Best regards, Bruno
__________________
Last edited by wyldckat; November 3, 2011 at 17:09. Reason: see "edit:" and "edit2" |
|
November 2, 2011, 00:05 |
|
#45 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
Hi Bruno
Thanks very much for your so much help. The wiki page you updated is right what I need. Thanks! Best wishes Liping |
|
November 3, 2011, 14:17 |
|
#46 |
Member
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16 |
Hi Bruno, it me again with new problems!
I recently updated Ubuntu to version 11.10. Yes, I don't know why I did this! The problem is that I get an error just like this one http://www.cfd-online.com/Forums/ope...tml#post329227 but using a different solver. I re-installed OF-1.6-ext from the CAE repository and the installation its fine. Any idea of what to do. For what I see in the forums, this error is fairly new due to the short time that 11.10 its been out. Like always, any help will be great. Thanks |
|
November 3, 2011, 14:37 |
|
#47 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Santiago,
The fix OpenCFD/SGI made for OpenFOAM 2.0.x was this: https://github.com/OpenFOAM/OpenFOAM...3e8d0e85b889d9 If you do a similar fix on 1.6-ext, it should work as intended. Best regards, Bruno
__________________
|
|
November 3, 2011, 15:09 |
|
#48 |
Member
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16 |
Thanks for your ultra fast reply. I modified the files: /linux64Gcc/c++ and /linuxGcc/c++ as directed. The other 4 files are not present in the /rules folder of 1.6-ext.
After making the changes I still have the same problem --> FOAM FATAL ERROR: Unknown turbulenceModel type LESModel Valid turbulenceModel types are : 1 ( laminar ) Any other idea? Thanks a lot |
|
November 3, 2011, 15:27 |
|
#49 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Santiago,
I forgot to mention that this particular fix requires a clean rebuild Code:
wcleanAll wcleanLnIncludeAll ./Allwmake > make.log 2>&1 Code:
export WM_NCOMPPROCS=8 Best regards, Bruno
__________________
|
|
November 3, 2011, 15:47 |
|
#50 |
Member
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16 |
hum, ok. I'm using the OF version from the CAE team using synaptic. There are a lot of "permission denied" stuff when I hit
wcleanAll wcleanLnIncludeAll ./Allwmake > make.log 2>&1 Can I compile this version or I have to use a binary version to be able to compile? |
|
November 3, 2011, 17:26 |
|
#51 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Santiago,
OK, I just tried installing the same packages in a virtual machine with Ubuntu 11.10 x86_64 and I was not able to reproduce the error. Can you specify what was the solver and tutorial with which it doesn't work? If by any chance you can't, then my suggestion is simple: if you updated Ubuntu to the latest version, you're going to have also update 1.6-ext to the latest version as well. Some instructions are available here: Short tutorial for installation OpenFOAMŪ[-Extend] Best regards and good luck! Bruno
__________________
|
|
February 6, 2013, 11:04 |
|
#52 |
Member
Arjang Behnoud
Join Date: Oct 2012
Posts: 63
Rep Power: 14 |
hi,I have installed of211 on ubuntu 12.04 correctly
now I use the text file of /home/amir/OpenFOAM/OpenFOAM-1.6-ext/doc/buildInstructions/Ubuntu/12.04 to install openfoam-1.6.ext. but there is some problem: 1.when i type : cd $WM_PROJECT_DIR/ThirdParty at terminal,the following text is appeared: bash: cd: /opt/openfoam211/ThirdParty: No such file or directory what should i do? 2.how should i source my OpenFOAM environment to get the basic configuration for compilation? please help me, thanks |
|
February 6, 2013, 18:30 |
|
#53 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Arjang and welcome to the forum!
The long and complicated answer is this one: http://www.cfd-online.com/Forums/blo...vironment.html The short/simple answer is this one:
Best regards, Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.com] OpenFOAM 1.7.1 installation on LINUX UBUNTU 10.10 | electrosin | OpenFOAM Installation | 40 | May 31, 2016 06:11 |
Error in apt-get update for installation of OpenFoam 1.7.1 on Ubuntu 10.10 | StuntedChicken | OpenFOAM Installation | 1 | January 9, 2011 11:43 |
paraview does not work on ubuntu 10.10 maverick | sebonator | OpenFOAM | 2 | December 18, 2010 11:33 |
Installing OpenFOAM 1.6 on Ubuntu 10.4 | sda | OpenFOAM Installation | 5 | May 27, 2010 21:19 |
Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 15:25 |