Help:OpenFOAM

From CECS wiki
Jump to navigation Jump to search


Software homepage
http://www.openfoam.com/
Software availability
ubuntu desktops, ariel, euler
Other related software
command to type to run
source /share/apps/OpenFOAM/OpenFOAM-1.7.1/etc/bashrc
View online documentation
http://www.cdlact.unileoben.ac.at/non_cdl/OpenFOAMWiki/index.php/Howto_compile_OpenFOAM
http://www.openfoam.com/docs/user/
http://openfoamwiki.net/index.php/Main_Page
Location of example files

Additional notes[edit]

Install on euler/ariel is currently untested. (Please report back issues!!)

SGE start script[edit]

#$ -S /bin/bash
#$ -cwd
#$ -l mem_free=3G
#$ -pe mpich 4
source /share/apps/OpenFOAM/OpenFOAM-1.7.1/etc/bashrc
mpirun -np $NSLOTS -bynode rhoSimpleFoam -parallel

NOTE!! Please check the version of OpenFoam available in /share/apps on each cluster and adjust the script to match.

See also[edit]