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 version | OpenFOAM module file | Requirements | 
|---|---|---|
| v4.1 | foam-extend/4.1 | gcc/11.5.0 openmpi/4.1.7 | 
| v4.1-debug | foam-extend/4.1-debug | gcc/11.5.0 openmpi/4.1.7 | 
| v5.0 | foam-extend/5.0 | gcc/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