Close

Chris Greenshields

OpenFOAM 2.1.0 Released

OpenFOAM version 2.1.0 is a major release of OpenFOAM with numerous new features, distributed as:

  • a packaged installation for Ubuntu Linux — the simplest installation option for OpenFOAM;
  • a packaged installation for SuSE Linux;
  • a packaged installation for Fedora Linux;
  • a source pack for compilation on other Linux distributions.

19th December 2011

Read More

OpenFOAM 2.1.0: Miscellaneous

In addition to new features described on other pages linked to from the version 2.1.0 release announcement, there are some other new developments and changes in OpenFOAM. The decomposePar utility has a new option to constrain the decomposition to leave patches intact; this can be beneficial when running AMI cases […]

19th December 2011

Read More

OpenFOAM 2.1.0: Numerical Methods

Multiphase MULES The multidimensional universal limiter with explicit solution (MULES) now supports multiple phases/fields, while maintaining boundedness of individual phases and their sum using the new limitSum functionality.  See Multiphase modelling for more information. Source code multiphaseInterFoam solver $FOAM_SOLVERS/multiphase/multiphaseInterFoam multiphaseEulerFoam solver $FOAM_SOLVERS/multiphase/multiphaseEulerFoam MULES $FOAM_SRC/finiteVolume/fvMatrices/solvers/MULES Multivariate independent interpolation scheme Allows the […]

19th December 2011

Read More

OpenFOAM 2.1.0: Run-time Control

Timing of data writes Version 2.1.0 includes some new controls for timing the writing of results to file. Secondary controls in controlDict In addition to the standard writeControl and writeInterval settings, optional secondary write controls are now available in the controlDict file through the secondaryWriteControl and secondaryWriteInterval keywords. For example, […]

19th December 2011

Read More

OpenFOAM 2.1.0: Boundary Conditions

Time-Dependent Conditions Users can now initialise a range of boundary conditions (BCs) to be time-varying. This feature has been made available by incorporating the DataEntry class into BCs. The time-varying options are described below using the uniformFixedValue BC example, that requires the user to specify the value by the uniformValue […]

19th December 2011

Read More

OpenFOAM 2.1.0: Physical Modelling

Turbulence Modelling Version 2.1.0 includes the  (low-Re) model for Reynolds-average simulation of incompressible flows with a boundary layer that undergoes a transition from laminar to turbulent flow. The model is described in D. K. Walters and D. Cokljat, J. Fluids Eng. 130:121401 (2008) and is based on the  model with […]

19th December 2011

Read More