Difference between revisions of "Contrib:KeesWouters/installproblems/openFoam"

From CAELinuxWiki
Jump to: navigation, search
m (Installation and installation problems regarding openFoam)
m (Instalation and installation problems regarding openFoam)
Line 17: Line 17:
 
At the bottom of that file add the following line and save the file<br/>
 
At the bottom of that file add the following line and save the file<br/>
 
* source /opt/openfoam221/etc/bashrc<br/>
 
* source /opt/openfoam221/etc/bashrc<br/>
* source $HOME/.bashrc<br/>  [just this once]
+
* source $HOME/.bashrc<br/>   
  
 
Test that the icoFoam application is working by typing<br/>
 
Test that the icoFoam application is working by typing<br/>

Revision as of 15:02, 10 August 2013

[Main installation site]

Instalation and installation problems regarding openFoam

I followed the openfoam.org website to install OpenFoam on my Mint system [OpenFoam for Ubuntu]:

  • sudo apt-get update
  • sudo apt-get install openfoam221
  • sudo apt-get install paraviewopenfoam3120


Then open the .bashrc file in the user’s home directory

  • gedit ~/.bashrc

At the bottom of that file add the following line and save the file

  • source /opt/openfoam221/etc/bashrc
  • source $HOME/.bashrc

Test that the icoFoam application is working by typing

  • icoFoam -help

A “Usage” message should appear. Your installation and user configuration is complete.


Note:
check version VERS:
kees@Amdaltrax:~$ VERS=$(lsb_release -cs)
kees@Amdaltrax:~$ echo $VERS
nadia
kees@Amdaltrax:~$

*) This line does not work for my Mint installation:

so I hard coded the version according to [Linux Mint]