This package browser is in early development. Mind the rough edges.

openfoam-com

Framework for numerical simulation of fluid flow (from openfoam.com)

OpenFOAM provides a set of solvers and methods for tackling problems in the field of Computational Fluid Dynamics (CFD). It is written in C++. Governing equations such as the Navier-Stokes equations can be solved in integral form. Physical processes such as phase change, droplet transport and chemical reaction can be modelled. Numerical methods are included to deal with sharp gradients, such as those encountered in flows with shock waves and flows with gas/liquid interfaces. Large problems may be split into smaller, connected problems for efficient solution on parallel systems.

Installation

Install the latest version of openfoam-com as follows:

guix install openfoam-com

Or install a particular version:

guix install openfoam-com@2212

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of openfoam-com about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/openfoam-com'><img src='https://packages.guix.gnu.org/packages/openfoam-com/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/openfoam-com/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/openfoam-com)

Example Org:

[[https://packages.guix.gnu.org/packages/openfoam-com][https://packages.guix.gnu.org/packages/openfoam-com/badges/latest-version.svg]]