c983670c91
functionObjects: Changed options 'outputControl' -> 'writeControl' and 'outputInterval' -> 'writeInterval'
...
for consistency with the time controls in controlDict and to avoid
unnecessary confusion. All code and tutorials have been updated.
The old names 'outputControl' and 'outputInterval' are but supported for
backward compatibility but deprecated.
2016-05-12 11:38:11 +01:00
437030a57d
functionObjects: Removed the redundant "viable" member function
...
Construction failure and recovery is not handled with exceptions in functionObjectList
2016-05-11 12:57:17 +01:00
080908732d
src/postProcessing/functionObjects: Removed unused IOOutputFilter clutter
2016-05-10 12:54:42 +01:00
c70c12a2bb
functionObjects: Simplified organization and naming
2016-05-03 23:37:28 +01:00
0534a225fd
functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction
...
Rather than requiring each functionObject to handle failed construction
internally (using the active_ flag) the static member function "viable"
is provided which returns true if construction of the functionObject is
likely to be successful. Failed construction is then handled by the
wrapper-class which constructs the functionObject,
e.g. "OutputFilterFunctionObject".
2016-05-02 16:28:24 +01:00
56fa7c0906
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
f900abd83b
functionObjects: Format time according to the specification in controlDict
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1921
2015-11-20 13:22:51 +00:00
c4d5f65a10
Completed update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
659249064f
ENH: Function object updates
2014-01-03 10:37:08 +00:00
a50d78ea93
EMH: Adding a hook to functionObject called 'timeSet' at the
...
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:11:07 +01:00
100a25ee25
STYLE: defineDebug: move into Foam namespace
2012-12-17 17:35:42 +00:00
9d5ce4ae76
ENH: Updated function objects
2012-12-13 10:40:38 +00:00
a17b0c75c6
ENH: Updates to function object documentation
2012-07-23 15:23:35 +01:00
a80d4d9b69
ENH: doxygen documentation updates
2012-07-12 17:12:52 +01:00
3dd7ab054b
STYLE: change of doxygen tags for function objects and ico wall functions boundaryConditions
2012-07-12 10:35:09 +01:00
61eaea8b81
ENH: restructured doxygen entries for function objects
2012-07-11 14:02:11 +01:00
354d0ae7ce
ENH: First pass through doxygen info updates for function objects
2012-07-11 12:26:08 +01:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
4f47ff0219
STYLE: dictionaries: update version number
2011-06-10 17:22:56 +01:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01:00
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
a30f977dc5
STYLE: avoid namespace { ... } in functionObject source code
2010-04-09 14:09:42 +02:00
3fef72510e
STYLE: use switch value for 'writeCompression' in controlDict's
...
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
10141f907b
STYLE: use dict entry for function objects in controlDict
2010-04-09 12:23:25 +02:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
75bb4275ac
minor coding tweaks
2009-11-24 14:39:17 +00:00
428327f3e6
added comments
2009-11-24 14:36:20 +00:00
d6a5a3299e
new function object: timeActivatedFileUpdate
2009-11-23 17:18:24 +00:00