This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/ReleaseNotes.txt

311 lines
10 KiB
Text
Raw Normal View History

_____________________________________
2014-06-15 11:46:34 +00:00
*RELEASE NOTES FOR FOAM-EXTEND-3.2*
_____________________________________
2014-06-15 11:46:34 +00:00
August 2015
2014-06-15 11:46:34 +00:00
Table of Contents
_________________
2014-06-15 11:46:34 +00:00
1 Overview
2 Installation
3 Compatibility
4 Main differentiators between foam-extend and OpenFOAM
5 New features in foam-extend-3.2, since foam-extend-3.1
6 Recent successful compilations and tests
2014-06-15 11:46:34 +00:00
7 Reporting bugs
8 How to contribute
9 List of Contributors:
###############################################################################
2015-05-15 13:57:39 +00:00
1 Overview
==========
The foam-extend project is a fork of the OpenFOAM® open source library
for Computational Fluid Dynamics (CFD). It is an open project
welcoming and integrating contributions from all users and
developers. Previously known as OpenFOAM-dev and OpenFOAM-extend, it
contains bug fixes and performance improvements, as well as extensions
and additional features provided by community contributors (see file
ListOfContributors), such as dynamic mesh and topological change
support, turbomachinery extensions including general grid
interpolation (GGI), cyclic GGI and mixing plane, block-coupled matrix
support, implicitly coupled conjugate heat transfer and other physics
coupling, finite area method, comprehensive dynamic mesh (motion and
topological changes) capability and GPU support. For a full list, see
below and previous release notes at:
2014-06-15 11:46:34 +00:00
[http://sourceforge.net/p/openfoam-extend/wiki/Home/]
Version 3.2, nicknamed "Ann Arbor", is the current version of
2014-06-15 11:46:34 +00:00
foam-extend. The release continues the tradition and spirit of the
original FOAM code developed by prof. Jasak and Mr. Weller during
their time at Imperial College and released as the general purpose
CFD/CCM package by Nabla Ltd. in 2000. In this spirit, we reverted 18
December 2013 to the original numbering scheme (foam-2.3.2, 13
2014-06-15 11:46:34 +00:00
December 2004) as release number 3.0. Visit [http://foam-extend.org]
for more information.
OPENFOAM is a registered trademark of ESI Group. OpenFOAM-extend and
2014-06-15 11:46:34 +00:00
foam-extend are a community effort not endorsed by ESI Group.
2015-05-15 13:57:39 +00:00
2 Installation
==============
foam-extend-3.2 can be compiled and runs on a large variety of Linux,
Mac or Windows systems
2014-06-15 11:46:34 +00:00
* Main supported OSs:
- Ubuntu 14.04
- Fedora 20
- Mac OS X
- Microsoft Windows 7 and 8.1
2014-06-15 11:46:34 +00:00
* Compile from source:
Please refer to doc/buildInstructions/ for details. Further
installation instruction are available on the unofficial OpenFOAM
Wiki:
[http://openfoamwiki.net/index.php/Installation/Linux/foam-extend-3.1]
2014-06-15 11:46:34 +00:00
If you have improvements or build instructions for a new system,
please share them with the community (see section "How to
contribute", below).
* Download binary packages:
Binary packages are available for download at
[http://sourceforge.net/projects/openfoam-extend/] for the following
systems: Ubuntu 14.04, Fedora 20 and Mac OS X.
2015-05-15 13:57:39 +00:00
2014-06-15 11:46:34 +00:00
* Accompanying ThirdParty software:
- gcc compatibility up to 4.9.2
- bison 2.7
- cmake 3.2.2
- flex-2.5.35
- hwloc 1.10.1
- libccmio 2.6.1
- mesquite 2.1.2
2014-06-15 11:46:34 +00:00
- metis 5.1.0
- openmpi 1.6.5
- Paraview 4.3.1
2014-06-15 11:46:34 +00:00
- parmetis 4.0.3
- ParMGridGen 1.0
- PyFoam 0.6.4
- qt 4.8.6
- scotch 6.0.4
- swak4Foam 0.3.2
2014-06-15 11:46:34 +00:00
2015-05-15 13:57:39 +00:00
3 Compatibility
===============
2014-06-15 11:46:34 +00:00
Upstream features from the OpenFOAM® code base are merged into
foam-extend on regular basis. The interface format of foam-extend-3.2
is largely compatible to foam-extend-3.1, to OpenFOAM-1.6-ext and
OpenFOAM-1.7.x. In some cases, the differences are caused by bug fixes
and algorithmic improvements, considered more important than
inter-operability.
2015-05-15 13:57:39 +00:00
4 Main differentiators between foam-extend and OpenFOAM
=======================================================
2014-06-15 11:46:34 +00:00
A large number of features have been lost within the release of
OpenFOAM since version 1.3, the code base has shrunk by more than 40%.
While we understand the lack of technical ability of supporting
advanced CFD features, we feel that existing features and specifically
large-scale contributions should remain active and developed
further. Below is a list of main features of foam-extend which are
lacking, lost, deactivated or unusable in ESI releases:
2014-06-15 11:46:34 +00:00
* Turbomachinery features, including General Grid Interface (GGI),
partial overlap GGI, cyclic GGI, with improvements in parallel
scaling. First release of a mixing plane stage interface
* Dynamic mesh with topological changes Sliding interfaces, mesh
layering, attach-detach boundaries etc. In foam-extend, full
parallel support for topological changes is released for the first
time
* Finite Element Method with support for polyhedral meshes This is
mainly used in mesh deformation and over the last 15 years it has
proven vastly superior to all other dynamic mesh methods.
* Advanced mesh deformation technology Including tet FEM mesh
deformation, Radial Basis Function (RBF) mesh deformation,
tetrahedral remeshing dynamic mesh support and solid body motion
functions. All of the above include parallelisation support
* Library of dynamic meshes with topological changes with full second
order FVM discretisation support on moving meshes with topological
changes
2014-06-15 11:46:34 +00:00
* Internal combustion engine-specific dynamic mesh classes such as
two-stroke engine and various forms of 4-stroke and multi-valve
dynamic mesh classes
* Finite Area Method providing support for FVM-like discretisation on
a curved surface in 3-D, with examples of liquid film modeling
2014-06-15 11:46:34 +00:00
* Block-coupled matrix support, allowing fully implicit multi-equation
solution of NxN equation sets, with full parallelisation support.
First release of a block-AMG linear equation solver
2014-06-15 11:46:34 +00:00
* Fully implicit conjugate-coupled solution framework, allowing
implicit solution fo multiple equations over multiple meshes, with
parallelism
* Proper Orthogonal Decomposition data analysis tools, with
applications to FOAM field classes
* Equation reader classes and tutorials
* Multi-solver solution framework, allowing multiple field models to
be solved in a coupled manner
* A major contribution is solid mechanics modelling, including linear
and non-linear materials, contact, self-contact and friction, with
updated Lagrangian or absolute Lagrangian formulation. Solution of
damage models and crack propagation in complex materials via
topological changes
2014-06-15 11:46:34 +00:00
* CUDA solver release, provided in full source and as an example of
coupling external linear equation solvers with FOAM
* Library-level support for Immersed Boundary Method and Overset Mesh
2014-06-15 11:46:34 +00:00
* Major improvements in accuracy and stability of FVM discretisation
with options on convection and diffusion discretisation, deferred
correction or explicit schemes
* Algebraic multigrid solver framework
* 243 tutorials with automated run scripts
2014-06-15 11:46:34 +00:00
* Automatic test harness
2014-06-16 14:43:10 +00:00
* Approximately 6000 bug fixes in fundamental level libraries and
discretisation techniques
5 New features in foam-extend-3.2, since foam-extend-3.1
========================================================
2014-06-15 11:46:34 +00:00
The list of features is a result of the work of numerous
contributors. The maintainers of foam-extend would formally like to
thank them all.
Get a full log of the updates by (either):
,----
| user@machine> git log 3.1.. > commitLog
`----
,----
| user@machine> git log 3.1.. --oneline > commitLog
`----
,----
| user@machine> gitg 3.1..
`----
2014-06-15 11:46:34 +00:00
* Major new features:
- Immersed Boundary method: full release
- Liquid film method, based on finite area infrastructure
- Global controlDict switches controlled from command line
- Integration of cfMesh automatic mesh solvers
- Update to block coupled solvers: Performance, Coupled RAS, MRF
- Rewrite of block-coupled matrix assembly and analysis tools
- New solver: potentialDyMFoam
- Rothalpy in compressible MRF solvers for turbomachinery
- Symmetry 2nd order accurate boundary condition
- Generation of config files (e.g. csh, tcsh, fishshell, zsh) from
bashrc
- Overhaul of fvDOM radiation model: symmetry plane and fast
convergence
- New compilers: GCC new versions, Icc 14 and Icc 16, Clang
- Long long support
- Long double support
- SuperBee01 and SuperBee01DC
- wallShearStress also for compressible flow (backport)
- Version updates of 3rd Party, PyFOAM, swak4Foam
- Extend-bazaar: Added makeAxialMesh
- Added limiters on turbulence viscosity
- Initial version of block-coupled turbulence models
- New ThirdParty app: ParaView server for parallel rendering
2014-06-15 11:46:34 +00:00
* Licence: GPLv3
* Software
- File name changes resolving name clashes on non-case-sensitive
filing systems
- Unified code base for Windows, Mac OS X and Linux compilation
- Parallel execution of automated test loops
2014-06-15 11:46:34 +00:00
* Installation:
- Native port to Microsoft Windows 7 and 8.1
2014-06-15 11:46:34 +00:00
- Updated and bug-fixed installation procedures
- Improved ThirdParty packages selection mechanism
2014-06-15 11:46:34 +00:00
* Solvers:
- potentialDyMFoam
- sonicDyMFoam
- sonicFoamAutoMotion
- MRFPorousFoam
- liquidFilmFoam
- surfactantFoam
- icoIbFoam
- interIbFoam
- porousSimpleIbFoam
- potentialIbFoam
- simpleIbFoam
2014-06-15 11:46:34 +00:00
* New tutorials:
- Mesquite mesh movement
- Immersed boundary method
- Liquid film examples
2014-06-15 11:46:34 +00:00
* Bug fixes: see git log for details
2014-06-15 11:46:34 +00:00
6 Recent successful compilations and tests
==========================================
2014-06-15 11:46:34 +00:00
* CentOS 6.6:
2014-06-15 11:46:34 +00:00
[http://foam-extend.sourceforge.net/CDash/buildSummary.php?buildid=49]
[http://foam-extend.sourceforge.net/CDash/buildSummary.php?buildid=48]
2014-06-15 11:46:34 +00:00
* Ubuntu 14.04
2014-06-15 11:46:34 +00:00
[http://foam-extend.sourceforge.net/CDash/buildSummary.php?buildid=47]
2014-06-15 11:46:34 +00:00
* Mac OS X 10.10
2014-06-15 11:46:34 +00:00
[http://foam-extend.sourceforge.net/CDash/buildSummary.php?buildid=46]
2014-06-15 11:46:34 +00:00
7 Reporting bugs
================
2014-06-16 14:03:38 +00:00
To report bugs, please use the bugtracker at
[http://sourceforge.net/p/openfoam-extend/ticketsfoamextendrelease/]
2014-06-16 14:03:38 +00:00
8 How to contribute
===================
2014-06-16 14:03:38 +00:00
All your contributions are highly welcome: New solvers, utilities and
models; bug fixes; documentation. The many ways of contributing and
the contribution process are described in detail at:
[http://sourceforge.net/p/openfoam-extend/wiki/HowToContribute/]
2015-05-15 13:57:39 +00:00
9 List of Contributors:
=======================
See file ListOfContributors