User:Hoogs/Presentation/What is OpenFOAM

From OpenFOAMWiki
< User:Hoogs‎ | Presentation
Revision as of 06:59, 31 March 2009 by Hoogs (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • OpenFOAM started as a Fortran project at Imperial College, London in the mid 1990's
    • Fortran proved unwieldy
    • Henry Weller recognised value in the new C++ language, adapted the code and published the first paper outlining the new approach
      • Thought to be the first major scientific application package developed in C++
    • What emerged was FOAM (Field Operation and manipulation)
    • Henry and Hrvoje Jasak set up a company and attracted some interest in package sales but it was difficult competing with marketing-driven incumbents like Fluent
    • There was a dispute between Weller and Jasak which resulted in legal action and an agreement to release the source code under the GPL in 2004
    • The name was changed to OpenFOAM
    • Henry established OpenCFD to provide consulting services that fund continued development
      • OpenCFD continues to grow (currently half a dozen staff based in Reading, UK)
    • Hrvoje Jasak has a faculty position at the University of Zagreb and consults to CFD companies
  • OpenFOAM has since been through versions 1.1, 1.2, 1.3, 1.4 and the latest, mid-2008 release, 1.5
  • Release 1.5 dropped the FoamX java gui, introduced snappyHexMesh for automated hex mesh creation, added an extensive lagrangian particle tracking library and made simplifications to interfaces for command line applications and utilities, among other things
  • OpenFOAM is written in Linux because the unix operating systems are much more flexible and powerful for high end computational work
    • There have been Windows ports of older versions (e.g. via cygwin) but no Windows support is planned. Use linux, either natively or through a virtual machine such as VirtualBox