5eaf74c3a4
dictionary scalar lookup: simplified syntax using the type templated lookup function
...
Replaced
readScalar(dict.lookup("name"))
with
dict.lookup<scalar>("name")
2019-11-27 14:56:32 +00:00
30bea84fac
C++11 conformance and consistency: Added "move" constructors and assignment operators to OpenFOAM containers
...
Replaced all uses of complex Xfer class with C++11 "move" constructors and
assignment operators. Removed the now redundant Xfer class.
This substantial changes improves consistency between OpenFOAM and the C++11 STL
containers and algorithms, reduces memory allocation and copy overhead when
returning containers from functions and simplifies maintenance of the core
libraries significantly.
2019-05-25 17:40:39 +01:00
bf54ab67e1
Updated OpenFOAM Foundation web-link in headers
2018-07-06 21:42:54 +01:00
d0609cd6ae
mirrorMesh: Added "-dict" option
...
Updated and simplified tutorials/incompressible/pimpleFoam/RAS/elipsekkLOmega
case to use mirrorMesh -dict
2018-05-30 18:38:50 +01:00
19da21ed93
mirrorMesh: Added support for cellLevel and pointLevel to support dynamic mesh refinement
...
Patch contributed by Mattijs Janssens
Resolves bug-report https://bugs.openfoam.org/view.php?id=2712
2017-10-27 14:58:26 +01:00
7656c076c8
C++11: Replaced the C NULL with the safer C++11 nullptr
...
Requires gcc version 4.7 or higher
2016-08-05 17:19:38 +01:00
4500971827
Further standardization of loop index naming: pointI -> pointi, patchI -> patchi
2016-05-18 21:20:42 +01:00
8c4f6b8fcb
Standardized cell, patch and face loop index names
2016-04-25 10:28:32 +01:00
6a27f7af46
boundaryField() -> boundaryFieldRef()
2016-04-24 22:07:37 +01:00
a24eec402c
mirrorFvMesh: Corrected parallel operation
...
Patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1494
2015-11-29 21:40:37 +00:00
10aea96ae5
applications: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 17:53:31 +00:00
446e5777f0
Add the OpenFOAM source tree
2014-12-10 22:40:10 +00:00