1

Previous: Before start working, source Up: Before start working, source Next:

This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

In Linux :

  • With every new terminal session, before start working with OpenFOAM, your system needs to be connected with the OpenFOAM installation (including the right system variables).

     

  • OpenFOAM system variables and aliases are loaded, typically typing e.g.:

    # source installPath/OpenFOAM/OpenFOAM-dev/etc/bashrc

     

  • Optionally, the new line may be added to your home/user/.bashrc, e.g.:

     

    source installPath/OpenFOAM/OpenFOAM-dev/etc/bashrc
    

     

  • Optionally, the new alias(es) may be added to your home/user/.bashrc and used called when needed:

     

    alias of21Local='. installPath/OpenFOAM/OpenFOAM-2.1.x-Local/etc/bashrc.Xeon'
    alias of23Opteron='. installPath/OpenFOAM/OpenFOAM-2.3.x/etc/bashrc.Opteron'
    alias of23LocalXeon='. installPath/OpenFOAM/OpenFOAM-2.3.x/etc/bashrc.Xeon'