b454b7ce43
functionObjects::regionFunctionObject: Added optional 'log' entry (defaults to true)
2016-05-24 09:03:41 +01:00
2ff102c5db
fvMeshFunctionObject: Rename 'write' -> 'writeField' to avoid clash with base-class
2016-05-22 16:30:12 +01:00
1b5a7fd943
fvMeshFunctionObject: Improved log output
2016-05-21 20:08:28 +01:00
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
9353abcabe
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