You are on page 1of 1

steps to install pyFoam.

txt

cd $HOME/OpenFOAM mkdir linuxSrc cd linuxSrc svn co https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trun k/Breeder/other/scripting/PyFoam/ python setup.py install --prefix=$HOME/OpenFOAM # you may get the folowing warning # Neither numpy nor Numeric python-package installed. Plotting won't work gedit ~/.bashrc # add the following lines at the end of ~/.bashrc alias PF='export FOAM_INST_DIR=$HOME/OpenFOAM; \ export PYTHONPATH=$FOAM_INST_DIR/PyFoam/lib/python-2.3/site-packages:$PYTHONPATH ; \ export PATH=$FOAM_INST_DIR/PyFoam/bin:$PATH' ################################################################ # from UBUNTU software center install NumPy & scipy

You might also like