Difference between revisions of "OpenFOAM"

From NEClusterWiki
Jump to navigation Jump to search
(Created page with "We have [http://www.openfoam.org/ OpenFOAM] [http://www.openfoam.org/version2.3.0/ 2.3.0] installed with [http://www.paraview.org/ ParaView]. To use it, first add this line:...")
 
Line 2: Line 2:
  
 
To use it, first add this line:
 
To use it, first add this line:
[code]source /opt/OpenFOAM/OpenFOAM-2.3.0/etc/bashrc[/code]
+
<code>source /opt/OpenFOAM/OpenFOAM-2.3.0/etc/bashrc</code>
 
into your ~/.bashrc
 
into your ~/.bashrc
  
Once you have that, re-login to the cluster so that the updated ~/.bashrc, and use [code]module load OpenFOAM[/code].
+
Once you have that, re-login to the cluster so that the updated ~/.bashrc, and use <code>module load OpenFOAM</code>.

Revision as of 20:22, 19 September 2014

We have OpenFOAM 2.3.0 installed with ParaView.

To use it, first add this line: source /opt/OpenFOAM/OpenFOAM-2.3.0/etc/bashrc into your ~/.bashrc

Once you have that, re-login to the cluster so that the updated ~/.bashrc, and use module load OpenFOAM.