Table of Contents

OpenFOAM

OpenFOAM is a software module available on Comet.

OpenFOAM overview

To access OpenFOAM on Comet, run module load OpenFOAM. This will load the default version of OpenFOAM.

An overview of the module information is shown below (module -r spider ^OpenFOAM$):

OpenFOAM: OpenFOAM/v2406-foss-2023a
    Description:
      OpenFOAM is a free, open source CFD software package. OpenFOAM has an extensive range of features to solve anything from complex
      fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics.

    This module can be loaded directly: module load OpenFOAM/v2406-foss-2023a

    Help:
      
      Description
      ===========
      OpenFOAM is a free, open source CFD software package.
       OpenFOAM has an extensive range of features to solve anything from complex fluid flows
       involving chemical reactions, turbulence and heat transfer,
       to solid dynamics and electromagnetics.
      
      More information
      ================
       - Homepage: https://www.openfoam.com/

If there are multiple versions of OpenFOAM listed, then you can load a specific version as follows:

$ module load OpenFOAM/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^OpenFOAM$.


OpenFOAM Help

The module OpenFOAM has the following embedded help text (module help OpenFOAM):

Description
===========
OpenFOAM is a free, open source CFD software package.
 OpenFOAM has an extensive range of features to solve anything from complex fluid flows
 involving chemical reactions, turbulence and heat transfer,
 to solid dynamics and electromagnetics.

More information
================
 - Homepage: https://www.openfoam.com/


OpenFOAM Dependencies

The default version of the module OpenFOAM has the following dependencies:


Back to software