/my_openfoam

My OpenFOAM solvers and problems

Primary LanguageC++GNU General Public License v3.0GPL-3.0

My OpenFOAM solvers and problems

Currently, the latest version of OpenFOAM+ is supported.

Installation

The repository can be cloned by

    git clone https://github.com/olegrog/openfoam.git

To build an augmented Docker image, run

    cd openfoam
    docker build -f Dockerfile.ubuntu -t my_openfoam-plus .

The new image can be used within an intermediate container as

    docker run -it --rm -u="$(id -u):$(id -g)" -v="$(pwd):/home/openfoam" my_openfoam-plus