Close

2.1.0

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

OpenFOAM 2.1.0: Free Surface Flow

Some free surface flows can now be simulated using the new potentialFreeSurfaceFoam solver. It is a single phase, incompressible, Navier-Stokes solver that approximates waves through a wave height field that evolves in time. The solver can reliably predict the behaviour of a free surface where the effects of the low […]

19th December 2011

Read More

OpenFOAM 2.1.0: Multiphase Modelling

Multiphase interface-capturing The multiphaseInterFoam solver, for interface-capturing for systems with 3 phases or more, now uses the new multiphase MULES functionality to guarantee that all phase fractions are bounded and sum to 1. The updated solver is significantly more stable and more accurate than in earlier versions of OpenFOAM, making […]

19th December 2011

Read More

OpenFOAM 2.1.0: Arbitrary Mesh Interface

Arbitrary Mesh Interface (AMI) for non-conformal patches has been implemented based on the algorithm described in P. E. Farrell and J. R. Maddison, Comput. Methods Appl. Mech Engrg 200:89 (2011). AMI is a technique that allows simulation across disconnected, but adjacent, mesh domains. The domains can be stationary or move […]

19th December 2011

Read More