Foam-extend

foam-extend is a community-backed fork of the CFD software OpenFOAM and is developped by Wikki.

The following versions of foam-extend are available on Emmy via the unified GWDG Modules.

OpenFOAM versionOpenFOAM module fileRequirements
v4.1foam-extend/4.1gcc/11.5.0 openmpi/4.1.7
v4.1-debugfoam-extend/4.1-debuggcc/11.5.0 openmpi/4.1.7
v5.0foam-extend/5.0gcc/11.5.0 openmpi/4.1.7

Example Jobscripts

#!/bin/bash
#SBATCH -J TEST
#SBATCH -t 00:05:00
#SBATCH -N 2
#SBATCH --tasks-per-node 40
#SBATCH -p medium96s
 
#SBATCH -o OUTPUT
#SBATCH -e ERRORS
 
 
module load foam-extend/5.0
 
mpirun -np $SLURM_NTASKS rhoPimpleFoam -parallel -case ./ > run.log