microfluidica/openfoam

Sponsored OSS

By microfluidica

Updated 4 days ago

🐳 Docker images of all variants of OpenFOAM

Image
Languages & frameworks
5

50K+

microfluidica/openfoam repository overview

Docker images of OpenFOAM

CI OpenFOAM Docker image Docker Pulls

Docker images of both major distributions of OpenFOAM.

Mutliple versions available.amd64 and arm64 architectures are supported.

Usage

With docker run

Assuming you have Docker installed, the following command will run the image and mount the current directory so that you can access the files in it.

docker run --rm -it -v $PWD:/root -w /root microfluidica/openfoam:tagname

Replace tagname with the desired tag as listed below (or leave the tag empty to get the latest tag).

With OpenFOAM's openfoam-docker launch script
openfoam-docker -image=microfluidica/openfoam:tagname
With Apptainer/Singularity
apptainer run docker://microfluidica/openfoam:tagname
As a base image

Use these images as a base image for your own OpenFOAM-based projects by creating a Dockerfile like the following:

FROM microfluidica/openfoam:tagname

COPY . /usr/local/src/myproject

RUN /usr/local/src/myproject/Allwmake -j -prefix=group \
 && /usr/local/src/myproject/Allwclean

Available tags

openfoam.com
  • latest, com, 2606
  • slim, com-slim, 2606-slim
  • 2512
  • 2512-slim
  • 2506
  • 2506-slim
  • 2412
  • 2412-slim
  • 2406 (amd64 only)
  • 2406-slim (amd64 only)
  • 2312 (amd64 only)
  • 2312-slim (amd64 only)
  • 2306 (amd64 only)
  • 2306-slim (amd64 only)
  • 2212 (amd64 only)
  • 2212-slim (amd64 only)
  • 2206 (amd64 only)
  • 2206-slim (amd64 only)
  • 2112 (amd64 only)
  • 2112-slim (amd64 only)
  • 2106 (amd64 only)
  • 2106-slim (amd64 only)
  • 2012 (amd64 only)
  • 2012-slim (amd64 only)
  • 2006 (amd64 only)
  • 2006-slim (amd64 only)
  • 1912 (amd64 only)
  • 1912-slim (amd64 only)

The slim images don't include the source code, development tools (e.g. a compiler), or tutorial cases.

openfoam.org
  • org, 13
  • 12
  • 11
  • 10 (amd64 only)
  • 9 (amd64 only)
  • 8 (amd64 only)
  • 7 (amd64 only)
  • 6 (amd64 only)
  • 5 (amd64 only)

Tag summary

Content type

Image

Digest

sha256:7ccd415b7

Size

495.9 MB

Last updated

4 days ago

docker pull microfluidica/openfoam

This week's pulls

Pulls:

1,089

Last week