Software:OpenFOAM

From HandWiki
Short description: Open-source software package for numerical processes


OpenFOAM
OpenFOAM logo.svg
ControlDict simple.jpg
The main configuration file of OpenFOAM (controlDict)
Original author(s)Henry Weller and Hrvoje Jasak[1]
Developer(s)CFD Direct Ltd.[2] / OpenCFD Ltd.[3] / Wikki Ltd.,[4] and community
Initial release10 December 2004; 19 years ago (2004-12-10)[5]
Stable release
v11 11 July 2023 (2023-07-11)[6] / v2212 20 December 2022 (2022-12-20)[7]
Written inC++
Operating systemUnix / Linux / Windows
TypeComputational fluid dynamics, simulation software, fluid structure interaction
LicenseGPLv3
Websiteopenfoam.org / openfoam.com

OpenFOAM (Open Field Operation And Manipulation)[8] is a C++ toolbox for the development of customized numerical solvers, and pre-/post-processing utilities for the solution of continuum mechanics problems, most prominently including computational fluid dynamics (CFD).

The OpenFOAM software is used in research organisations, academic institutes and across many types of industries, for example, Automotive industry , manufacturing, process engineering and environmental engineering.

OpenFOAM is open-source software which is freely available and licensed under the GNU General Public License Version 3, with the following variants:

  1. OpenFOAM, released by OpenCFD Ltd. (with the name trademarked since 2007[9]) first released as open-source in 2004. (Note: since 2012, OpenCFD Ltd is wholly-owned subsidiary of ESI Group)
  2. FOAM-Extend, released by Wikki Ltd. (since 2009)
  3. OpenFOAM, released by OpenFOAM Foundation. (since 2011)

History

Flow simulation using OpenFOAM and ParaView for visualization

The name FOAM has been claimed to appear for the first time as a post-processing tool written by Charlie Hill, in the early 90s in Prof. David Gosman's group in Imperial College London.[citation needed] As a counter argument [verification needed], it has been claimed that Henry Weller created the FOAM library for field operation and manipulation which interfaced to the GUISE (Graphical User Interface Software Environment) which was created by Charlie Hill for interfacing to AVS.

As a continuum mechanics / computational fluid dynamics tool, the first development of FOAM (which became OpenFOAM later on) was virtually always presumed to be initiated by Henry Weller at the same institute by using the C++ programming language rather than the de facto standard programming language FORTRAN of the time to develop a powerful and flexible general simulation platform. From this initiation to the founding of a company called Nabla Ltd, (predominantly) Henry Weller and Hrvoje Jasak carried out the basic development of the software for almost a decade.[10] For a few years, FOAM was sold as a commercial code by Nabla Ltd.,[11] on 10 December 2004, it was released under GPL and renamed to OpenFOAM.[5]

In 2004, Nabla Ltd was folded. Immediately afterwards, Henry Weller, Chris Greenshields and Mattijs Janssens founded OpenCFD Ltd to develop and release OpenFOAM.[12] At the same time, Hrvoje Jasak founded the consulting company Wikki Ltd[13] and maintained a fork of OpenFOAM called openfoam-extend, later renamed to foam-extend.

In April 2008, the OpenFOAM development moved to using git for its source code repository.[14]

On 5 August 2011, OpenCFD transferred the OpenFOAM software (source code) and documentation from OpenCFD to the newly incorporated OpenFOAM Foundation, registered in Delaware State, USA.[15]

On 8 August 2011, OpenCFD was acquired by Silicon Graphics International (SGI).[16] On 12 September 2012, ESI Group announced the acquisition of OpenCFD Ltd,[17] becoming a wholly-owned subsidiary of ESI Group, and OpenCFD retaining its ownership of the OpenFOAM trademark.

On 25 April 2014, The OpenFOAM Foundation Ltd was incorporated in England, as a company limited by guarantee with all assets transferred to the UK and the US entity dissolved, together with changes to the governance of the Foundation. Weller and Greenshields left OpenCFD and formed CFD Direct Ltd in March 2015.[18]

The OpenFOAM Foundation Ltd directors are Henry Weller, Chris Greenshields, and Cristel de Rouvray.

The following are the three main variants of OpenFOAM:

  1. OpenFOAM, Foundation, developed and maintained primarily by CFD Direct Ltd with a sequence based identifier (e.g. 6.0) (from 2011).[19]
  2. OpenFOAM, OpenCFD, developed and maintained mainly by OpenCFD Ltd, (ESI Group company since 2012) with a date-of-release identifier (e.g. v1606) (from 2016).[20]
  3. The FOAM-Extend Project, mainly maintained by Wikki Ltd. (from 2009).

OpenFOAM Governance

aeronautics

In 2018, OpenCFD Ltd. and some of its industrial, academic, and community partners established an administrative body, i.e. OpenFOAM Governance, to allow the OpenFOAM's user community to decide/contribute the future development and direction of their variant of the software.[21]

The structure of OpenFOAM Governance consisted of a Steering Committee and various Technical Committees. The Steering Committee comprised representatives from the main sponsors of OpenFOAM in industry, academia, release authorities and consultant organisations. The organisation composition of the initial committee involved members from OpenCFD Ltd., ESI Group, Volkswagen, General Motors, FM Global, TotalSim Ltd., TU Darmstadt, and Wikki Ltd.[22]

In addition, nine technical committees were established in the following areas: Documentation, high performance computing, meshing, multiphase, numerics, optimisation, turbulence, marine applications, and nuclear applications with the members from the organisations of OpenCFD Ltd., CINECA, University of Zagreb, TU Darmstadt, National Technical University of Athens, Upstream CFD GmbH, University of Michigan, and EPFL.[23]

Structure

Overview of OpenFOAM software directory structure

Software structure

The OpenFOAM directory structure consists of two main directories:

  • OpenFOAM-<version>: OpenFOAM libraries whose directory layout is shown in the side-figure
  • ThirdParty: A set of third-party libraries

Simulation structure

OpenFOAM computer simulations are configured by several plain text input files located across the following three directories:[24]

  • system/
    • controlDict
    • fvSchemes
    • fvSolution
    • fvOptions (optional)
    • other dictionaries (configuration files in OpenFOAM)
  • constant
    • polyMesh/
    • other dictionaries
  • 0/ or another initial time directory
    • field files

Additional directories can be generated, depending on user selections. These may include:

  • result time directories: field predictions as a function of iteration count or time
  • postProcessing/: data typically generated by function objects data conversion, e.g. VTK

See also

References

  1. Chen, Goong; Xiong, Qingang; Morris, Philip J.; Paterson, Eric G.; Sergeev, Alexey; Wang, Yi-Ching. "OpenFOAM for Computational Fluid Dynamics". Notices of the AMS 61 (4). 
  2. "CFD Direct – The Architects of OpenFOAM". http://cfd.direct/. 
  3. "The open source CFD toolbox". http://openfoam.com/. 
  4. "Wikki Ltd – Consultancy and Software Development in Computational Fluid Dynamics". http://wikki.co.uk/. 
  5. 5.0 5.1 "OpenFOAM launched 10th December 2004". OpenCFD Ltd.. http://www.opencfd.co.uk/openfoam/launch.html. 
  6. "OpenFOAM 11 Released | OpenFOAM Foundation | OpenFOAM". https://openfoam.org/release/11/. 
  7. "OpenFOAM-v2212". https://www.openfoam.com/news/main-news/openfoam-v2212. 
  8. Sajkowski, Michal (4 April 2023). "What is OpenFOAM?". https://sim-flow.com/what-is-openfoam/. 
  9. [{%22te%22:%22openfoam%22,%22fi%22:%22BRAND%22}} "Global brand database"]. World Intellectual Property Organisation. https://www.wipo.int/branddb/en/index.jsp?q={%22searches%22:[{%22te%22:%22openfoam%22,%22fi%22:%22BRAND%22}]}. Retrieved 10 July 2019. 
  10. Chen, Goong; Xiong, Qingang; Morris, Philip J.; Paterson, Eric G.; Sergeev, Alexey; Wang, Yi-Ching (2014). "OpenFOAM for Computational Fluid Dynamics". Notices of the American Mathematical Society 61 (4): 354–363. doi:10.1090/noti1095. 
  11. "OpenFOAM". https://www.cfd-online.com/Wiki/OpenFOAM. 
  12. Greenshields, Chris (3 April 2016). "Release History". http://openfoam.org/download/history/. 
  13. "Wikki Ltd – About Us". http://wikki.gridcore.se/company/about-us/. 
  14. "OpenFOAM history repository". 15 January 2019. https://github.com/OpenCFD/OpenFOAM-history. 
  15. "OpenFOAM Foundation, Company History" (in en-GB). https://openfoam.org/company-history/. 
  16. "Press Releases: SGI Acquires OpenCFD Ltd., the Leader in Open Source Computational Fluid Dynamics (CFD) Software". SGI. http://www.sgi.com/company_info/newsroom/press_releases/2011/august/opencfd.html. 
  17. "Acquisition of OpenCFD Ltd., The leader in Open Source software in Computational Fluid Dynamics". ESI Group. 2012-09-11. http://www.esi-group.com/corporate/finance/news/financial-press-release/acquisiton-of-opencfd-ltd-the-leader-in-open-source-software-in-computional-fluid-dynamics. 
  18. "OpenFOAM". CFD Direct. 2015-03-25. http://cfd.direct/openfoam. 
  19. "OpenFOAM Foundation: Release History" (in en-GB). https://openfoam.org/download/history/. 
  20. "Release history" (in en). https://www.openfoam.com/download/release-history. 
  21. "OpenFOAM Governance". OpenCFD Ltd. https://www.openfoam.com/governance/. 
  22. "OpenFOAM Steering Committee". OpenCFD Ltd. https://www.openfoam.com/governance/steering-committee.php. 
  23. "OpenFOAM Technical Committees". OpenCFD Ltd.. https://www.openfoam.com/governance/technical-committees.php. 
  24. "OpenFOAM: User Guide: Case structure". https://www.openfoam.com/documentation/guides/latest/doc/openfoam-guide-case-structure.html. 

External links