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.
- Versions: 2212
- Website: https://www.openfoam.com
- Licenses: GPL 3+
- Package source: gnu/packages/simulation.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]