• CFD,  OpenFOAM,  openSUSE

    Installing OpenFOAM 2.2.x on openSUSE 12.3

    The following procedure illustrates how to install OpenFOAM 2.2.x from the git repository on openSUSE 12.3, for the current users. Install the C/C++ development pattern: zypper install -t pattern devel_C_C++ Install other dependencies (gnuplot is optional, but useful): zypper install cmake gnuplot openmpi openmpi-devel git-core zypper install libqt4-devel libQtWebKit-devel libQtAssistantClient4 Check that openmpi 1.6 is selected as default with: mpi-selector --list The output should read: “openmpi-1.6”. If not, use mpi-selector to configure the default version of openmpi (this can be done for the individual user or system-wide, acquiring administrative rights) Create the OpenFOAM directory in your home directory: mkdir ~/OpenFOAM Move to the OpenFOAM directory: cd ~/OpenFOAM Download the source code from the git repository: git…