Difference between revisions of "OpenFOAM"
Line 33: | Line 33: | ||
== Availability == | == Availability == | ||
On flow cluster, we have differents | On flow cluster, we have differents versions of precompiled OpenFOAM, they are available as a [http://wiki.hpcuser.uni-oldenburg.de/index.php/User_environment_-_The_usage_of_module module] : | ||
<br> | $module av > grep openfoam <br> | ||
corrently we have : | |||
*openfoam/1.6-ext | |||
*openfoam/1.7.1 | |||
*openfoam/2.0.1 | |||
*openfoam/2.1.0 | |||
*openfoam/2.1.1 | |||
== Usage at flow cluster == | == Usage at flow cluster == | ||
In Order to use OpenFOAM, load the openfoam module <span class="st">accordingly, exanple | |||
</span> | |||
<span class="st">$ </span>module load openfoam/1.6-ext <br> | |||
== Serial jobs<br> == | == Serial jobs<br> == | ||
== Parallel jobs == | == Parallel jobs == | ||
Line 45: | Line 60: | ||
== <br>Notes for OF-Devlopers<br> == | == <br>Notes for OF-Devlopers<br> == | ||
== Useful links | == Useful links<span style="margin-right:0" id="taw" /> == | ||
*[http://openfoamwiki.net/index.php/Main_Page Unofficial OpenFOAM wiki ]<br> | *[http://openfoamwiki.net/index.php/Main_Page Unofficial OpenFOAM wiki ]<br> | ||
<br> | <br> |
Revision as of 17:24, 30 January 2013
Policy
OpenFOAM is produced by OpenCFD Ltd, is freely available and open source, licensed under the GNU General Public Licence.
Description
The OpenFOAM® (Open Field Operation and Manipulation) CFD Toolbox is a free, open source CFD for both commercial and academic organisations. OpenFOAM has an extensive range of features to solve complex fluid flows problems involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics. It includes tools for meshing, notably snappyHexMesh, a parallelised mesher for complex CAD geometries, and for pre- and post-processing. Almost everything (including meshing, and pre- and post-processing) runs in parallel as standard, enabling users to take full advantage of computer hardware at their disposal.
By being open, OpenFOAM offers users complete freedom to customise and extend its existing functionality. OpenFOAM includes over 80 solver applications that simulate specific problems in engineering mechanics and over 170 utility applications that perform pre- and post-processing tasks, e.g. meshing, data visualisation, etc.
Solver Capabilities
- Incompressible flows
- Multiphase flows Combustion
- Buoyancy-driven flows
- Conjugate heat transfer
- Compressible flows
- Particle methods (DEM, DSMC, MD)
- Other (Solid dynamics, electromagnetics)
Parallel Computing
OpenFOAM employs domain decomposition, with its decomposePar utility, to split the mesh and fields into a number of sub-domains and allocate them to separate processors. Applications can then run in parallel on separate sub-domains, with communication between processors with software that uses the MPI communications protocol. While OpenFOAM is shipped with the OpenMPI library, any MPI library, such as those optimised for particular hardware platforms, can be used with OpenFOAM by “plugging” it in through the Pstream interface.
Availability
On flow cluster, we have differents versions of precompiled OpenFOAM, they are available as a module :
$module av > grep openfoam
corrently we have :
- openfoam/1.6-ext
- openfoam/1.7.1
- openfoam/2.0.1
- openfoam/2.1.0
- openfoam/2.1.1
Usage at flow cluster
In Order to use OpenFOAM, load the openfoam module accordingly, exanple
$ module load openfoam/1.6-ext
Serial jobs
Parallel jobs
Notes for OF-Devlopers
Useful links<span style="margin-right:0" id="taw" />