Difference between revisions of "Installation/Linux/OpenFOAM-2.4.0/Gentoo"

From OpenFOAMWiki
(copy-paste-adapt from 2.3.1)
 
(added link to official instructions, for clarity)
 
Line 3: Line 3:
  
 
If you do not yet feel comfortable using Linux... well, if you're using Gentoo, then perhaps you do not need to read the page [[Installation/Working with the Shell|Working with the Shell]] and train a bit with the shell/terminal environments, to have a better perception of the steps shown below.
 
If you do not yet feel comfortable using Linux... well, if you're using Gentoo, then perhaps you do not need to read the page [[Installation/Working with the Shell|Working with the Shell]] and train a bit with the shell/terminal environments, to have a better perception of the steps shown below.
 +
 +
Keep in mind that the official installation instructions for OpenFOAM are provided here: [http://openfoam.org/download/2-4-0-source/ Download v2.4.0 | Source Pack]
  
 
= Installation steps through {{tt|emerge}} =
 
= Installation steps through {{tt|emerge}} =

Latest revision as of 21:45, 3 December 2016

1 Introduction

This page is dedicated to explaining how to install OpenFOAM OF Version 240.png in Gentoo Linux.

If you do not yet feel comfortable using Linux... well, if you're using Gentoo, then perhaps you do not need to read the page Working with the Shell and train a bit with the shell/terminal environments, to have a better perception of the steps shown below.

Keep in mind that the official installation instructions for OpenFOAM are provided here: Download v2.4.0 | Source Pack

2 Installation steps through emerge

Gentoo's sci-libs packages already provide OpenFOAM through emerge. Reference page: sci-libs/openfoam

WARNING: The following steps are only provided as a quick reference. It's expected that as an experienced Gentoo user, you know what needs to be done to satisfy 's requests!

  1. As root:
    1. To install OpenFOAM 2.4.0:
      emerge =openfoam-2.4.0
      When it finishes installing, take a note of the instructions on the message provided at the end.
    2. To install ParaView:
      emerge paraview
  2. As normal user:
    1. Remember the instructions on the message that emerge told you about? Add the alias command to the end of your ~/.bashrc file:
      alias startOF24='source /usr/lib/OpenFOAM/OpenFOAM-2.4.0/etc/bashrc'
    2. Also add the following alias command to the end of your ~/.bashrc file:
      alias paraFoam='paraFoam -builtin'
    3. Whenever you start a new terminal, you can activate the dedicated OpenFOAM 2.4.0 environment by running:
      startOF24