CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

OpenFOAM15 on Ubuntu810

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 23, 2008, 05:49
Default Hello, This is the rig
  #21
Senior Member
 
Suresh kumar Kannan
Join Date: Mar 2009
Location: Luxembourg, Luxembourg, Luxembourg
Posts: 129
Rep Power: 17
kumar is on a distinguished road
Hello,
This is the right link i was talking about. Use the second script as it is updated one. I used the same script to install OF-1.5 on 8.10 Ubuntu. So it should work for you as well well. But the installation will take long time, so i suggest you to wait till it asks for restarting the system.

Note: before running the script make sure to install sudo and apt from the synaptics package manager.

bye
K.Suresh kumar
kumar is offline   Reply With Quote

Old   December 23, 2008, 06:40
Default Hello Suresh, Thanks for you
  #22
Member
 
Maruthamuthu Venkatraman
Join Date: Mar 2009
Location: Norway
Posts: 80
Rep Power: 17
maruthamuthu_venkatraman is on a distinguished road
Hello Suresh,
Thanks for your feedback. Actually i dont know about this sudo and apt . If you can send me the link where shall i find this packages in web and in which directory should i install it will help me.

Also to run the script, should i run in terminal by typing " bash <file> " from the home directory. pls clarify.
maruthamuthu_venkatraman is offline   Reply With Quote

Old   December 23, 2008, 08:21
Default Hello, I will explain
  #23
Senior Member
 
Suresh kumar Kannan
Join Date: Mar 2009
Location: Luxembourg, Luxembourg, Luxembourg
Posts: 129
Rep Power: 17
kumar is on a distinguished road
Hello,
I will explain the installation in steps:

1. Go to system (menu) on your Ubuntu desktop sidebar and then select (Synaptic package Manager) (it may ask for your password), this tool is used to install packages in Ubuntu. I suggest you to always use this package manager to install packages.

2. search for sudo (this package allows you to provide super user privileges to specific users). Just click it and install it.

3.similarly search for apt . You will find it, and click it for install.

Regarding the script:

1.Just copy all the contents and put it in to a file.

2. then change the file to an executable file using chmod a+x file name.

3.then execute the file from the command line as this

./filename

this will go to the corresponding website and download the software and will ask you for password before installing it.

bye
K.Suresh kumar
kumar is offline   Reply With Quote

Old   December 25, 2008, 17:39
Default Dear Suresh, Tha
  #24
Member
 
Maruthamuthu Venkatraman
Join Date: Mar 2009
Location: Norway
Posts: 80
Rep Power: 17
maruthamuthu_venkatraman is on a distinguished road
Dear Suresh,
Thanks a Lot for your vivid illustration of OPENFOAM 1.5 installation in UBUNTU 8.10. The script file works when i followed your instructions. Also the src directory i deleted before running this script. Then QT 4.3.5 is installed properly and paraview also executes correctly.Cavity tutorial is working fine.

This Discussion Forum really works.

Regards,
Muthu
maruthamuthu_venkatraman is offline   Reply With Quote

Old   January 6, 2009, 21:16
Default hi foamers! thanks also for t
  #25
New Member
 
Peter Canfield
Join Date: Mar 2009
Posts: 16
Rep Power: 17
canfield is on a distinguished road
hi foamers!
thanks also for the installation script. it makes installing 1.5 version much simpler. i have been working with v1.5 already, but i really want to use the coupling utilities in the development version. i am now getting close to successfully compiling the 1.5-dev version. but after unpacking the openfoam-1.5-dev.tar file and compiling twice i still get one error after executing foamInstallationTest:

************************************************** *********
Third party software
-------------------------------------------------------------------------------
Software Version Location
-------------------------------------------------------------------------------
WARNING: gcc version does not match gcc supplied with this release of OpenFOAM
Supplied version: 4.3.1
User version : ../src/configure
Minimum required: 4.2.0

gcc ...figure
WARNING: Conflicting installations:
OpenFOAM settings : /bin/gcc
current path : /usr/bin/gcc
CRITICAL ERROR

gzip 1.3.12 /bin/gzip
tar 1.20 /bin/tar
Segmentation fault
icoFoam 1.5 ...penFOAM-1.5-dev/applications/bin/linuxGccDPOpt/icoFoam
-------------------------------------------------------------------------------


Checking networking...
-------------------------------------------------------------------------------
Action Result Crit
-------------------------------------------------------------------------------
Pinging_peter-laptop Successful yes
Pinging_localHost Successful yes
Test_rsh: Unsuccessful_connection_refused* yes
Test_ssh: Successful yes
(*) Only one of rsh or ssh is required by the OpenFOAM enviroment.

-------------------------------------------------------------------------------

Base configuration ok.

The foam installation contains 1 critical error(s).
************************************************** ************************

any help would be great.

PC
canfield is offline   Reply With Quote

Old   January 12, 2009, 06:33
Default all it means is that OpenFOAM
  #26
New Member
 
Zairja
Join Date: Mar 2009
Posts: 9
Rep Power: 17
zairja is on a distinguished road
all it means is that OpenFOAM is looking for gcc at /bin/gcc by default and your path is /usr/bin/gcc.

to ensure that both are identical try setting the following in the terminal before you run the foamInstallationTest command:

export WM_COMPILER_DIR <path>

Path is where you have actually compiled or installed gcc.

Hope this will help you....cheers
zairja is offline   Reply With Quote

Old   January 16, 2009, 14:41
Default Hi, I have solved Qt problem
  #27
New Member
 
Krzysztof Przysowa
Join Date: Mar 2009
Location: Frimley, Surrey, United Kingdom
Posts: 13
Rep Power: 17
kprzysowagmailcom is on a distinguished road
Hi,
I have solved Qt problem as written on:
http://www.opencfd.co.uk/openfoam/doc/README.html#Qt

The crucial is the following sentence:

Compilation and running of ParaView has been successful using the libraries downloaded in the "libqt4-dev" package on ubuntu.
kprzysowagmailcom is offline   Reply With Quote

Old   January 25, 2009, 08:01
Default @PC: Open ~/OpenFOAM/OpneFOAM
  #28
Member
 
Marco Moscaritolo
Join Date: Mar 2009
Location: Bergamo, Italy
Posts: 33
Rep Power: 17
mavimo is on a distinguished road
@PC:
Open ~/OpenFOAM/OpneFOAM-1.5/etc/bashrc and find:
. export WM_COMPILER_ARCH=
. export WM_COMPILER_LIB_ARCH=

After that add this line:
. export WM_COMPILER_DIR=/usr

save, close shell and reopen it.

Bye
MVM
mavimo is offline   Reply With Quote

Old   January 25, 2009, 08:05
Default ok, i find correct package: .
  #29
Member
 
Marco Moscaritolo
Join Date: Mar 2009
Location: Bergamo, Italy
Posts: 33
Rep Power: 17
mavimo is on a distinguished road
ok, i find correct package:
. libmpfr-dev
. libmpfi-dev

(and their dependences)

Bye
MVM
mavimo is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenFOAM15 paraFoam bug koen OpenFOAM Bugs 19 June 30, 2009 10:46
BuildParaView Error in Ubuntu810 liangyuly OpenFOAM Installation 2 February 26, 2009 02:08
Fedora 10 OpenFOAM15 philippose OpenFOAM Installation 7 February 18, 2009 04:37
ReconstructPar in OpenFOAM15 nicasch OpenFOAM Post-Processing 1 November 7, 2008 04:06
Updates for OpenFOAM15 olesen OpenFOAM Installation 9 July 18, 2008 03:18


All times are GMT -4. The time now is 10:47.