Difference between revisions of "OpenFOAM"

From NEClusterWiki
Jump to navigation Jump to search
 
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>.

Latest revision as of 20:23, 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.