Table of Contents |
---|
Introduction
OpenFOAM is a framework for developing application executables that use packaged functionality contained within a collection of approximately 100 C+ libraries. OpenFOAM is shipped with approximately 250 pre-built applications that fall into two categories: solvers, that are each designed to solve a specific problem in fluid (or continuum) mechanics; and utilities, that are designed to perform tasks that involve data manipulation.
Source: https://cfd.direct/openfoam/user-guide/
...
Creating the singularity image
No Format |
---|
source /usr/local/bin/s3proxy.sh
mkdir -p $HOME/sw/Containers/
cd $HOME/sw/Containers/
singularity pull docker://public.docker.itc.griffith.edu.au/openfoam/openfoam4-paraview50
#You may skip above steps by copying the images that have been stored in /sw/Containers/singularity/images/openfoam4-paraview50_latest.sif
#mkdir -p $HOME/sw/Containers/;cd $HOME/sw/Containers/;cp /sw/Containers/singularity/images/openfoam4-paraview50_latest.sif . |
...