99f31a75f0
COMP: Removed override directives to remove compiler warnings
2017-05-18 12:40:48 +01:00
140c5110fe
STYLE: remove tabs from files and shorten line-length.
2017-04-10 16:11:33 +02:00
2853678a60
ENH: support operations on surfFields in surfaceFieldValue
...
- this makes it possible to perform additional operations
on surface values that have been previously sampled.
- support vectorField for weighting operations.
- reduce overhead by avoiding creation of weight fields, Sf fields
and combined surface geometries unless they are actually required.
- extend some similar concepts and operations to volFieldValue
2017-03-02 14:50:36 +01:00
8321f1ffcc
ENH: initial support for handling subRegions in regionFunctionObject
...
- propagate updated objectRegistry methods (eg, lookupObjectRef etc)
into regionFunctionObject
2016-12-07 12:09:21 +00:00
3dbd39146c
STYLE: consistency updates
2016-09-27 15:17:55 +01:00
b9940cbbb1
COMP: Multiple changes - first clean build after latest merge - UNTESTED
2016-09-23 15:36:53 +01:00
6a53ed41ba
Doxygen documentation: Standardized the 'See also' heading
2016-06-17 17:31:34 +01:00
18b632e71d
Utilities patchAverage and patchIntegrate replaced by postProcess
...
e.g.
postProcess -func 'patchAverage(name=inlet,p)'
postProcess -func 'patchIntegrate(name=inlet,p)'
2016-06-12 22:32:15 +01:00
ee462f8241
messageStream: Added 'Log' macro which outputs to 'Info' if 'log' is true
...
regionFunctionObject: moved 'log_' to public 'log' to support the 'Log' macro
2016-05-25 18:19:46 +01:00
1de91282cd
regionFunctionObject: Moved the field/object maintenance functions from fvMeshFunctionObject into regionFunctionObject
2016-05-25 16:26:57 +01:00
6ce303c79a
functionObjects::regionFunctionObject: Added optional 'log' entry (defaults to true)
2016-05-24 09:03:41 +01:00
fd38002d57
functionObjects: Added regionFunctionObject and fvMeshFunctionObject intermediate base-classes
...
to simplify writing common functionObjects and avoid unnecessary code duplication
2016-05-16 12:20:44 +01:00