Henry Weller
129532cbcf
functionObjects::Q: Result field named "Q" if the field is "U" otherwise "Q(<fieldName>)"
2016-05-26 15:32:31 +01:00
Henry Weller
0477b8f50c
regionFunctionObject: Moved the field/object maintenance functions from fvMeshFunctionObject into regionFunctionObject
2016-05-25 16:26:57 +01:00
Henry Weller
6bc00144fc
functionObjects: Clear the result field from the objectRegistry if the argument fields are not available
...
This is needed to handle the processing of many time directories, some
of which may have the required fields and some not.
2016-05-25 15:40:58 +01:00
Henry Weller
b454b7ce43
functionObjects::regionFunctionObject: Added optional 'log' entry (defaults to true)
2016-05-24 09:03:41 +01:00
Henry Weller
2ff102c5db
fvMeshFunctionObject: Rename 'write' -> 'writeField' to avoid clash with base-class
2016-05-22 16:30:12 +01:00
Henry Weller
c5e05bb79a
functionObjects: Simplified and reorganised using the fieldExpression base-class
2016-05-21 20:10:47 +01:00
Henry Weller
6905425467
functionObjects: New abstract base-class 'fieldExpression' for simple field expression evaluation functionObjects
...
Updated and simplified 'div', 'grad' and 'mag' functionObjects by deriving from 'fieldExpression'.
Corrected the handling of cached gradients in 'grad'.
2016-05-21 13:58:08 +01:00