- 25 May, 2016 1 commit
-
-
Henry Weller authored
regionFunctionObject: Moved the field/object maintenance functions from fvMeshFunctionObject into regionFunctionObject
-
- 24 May, 2016 1 commit
-
-
Henry Weller authored
-
- 16 May, 2016 1 commit
-
-
Henry Weller authored
to simplify writing common functionObjects and avoid unnecessary code duplication
-
- 15 May, 2016 1 commit
-
-
Henry Weller authored
- Avoids the need for the 'OutputFilterFunctionObject' wrapper - Time-control for execution and writing is now provided by the 'timeControlFunctionObject' which instantiates the processing 'functionObject' and controls its operation. - Alternative time-control functionObjects can now be written and selected at run-time without the need to compile wrapped version of EVERY existing functionObject which would have been required in the old structure. - The separation of 'execute' and 'write' functions is now formalized in the 'functionObject' base-class and all derived classes implement the two functions. - Unnecessary implementations of functions with appropriate defaults in the 'functionObject' base-class have been removed reducing clutter and simplifying implementation of new functionObjects. - The 'coded' 'functionObject' has also been updated, simplified and tested. - Further simplification is now possible by creating some general intermediate classes derived from 'functionObject'.
-
- 11 May, 2016 1 commit
-
-
Henry Weller authored
Construction failure and recovery is not handled with exceptions in functionObjectList
-
- 10 May, 2016 1 commit
-
-
Henry Weller authored
-
- 03 May, 2016 1 commit
-
-
Henry Weller authored
-
- 02 May, 2016 1 commit
-
-
Henry Weller authored
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".
-
- 07 Jun, 2013 1 commit
-
-
Sergio Ferraris authored
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.
-
- 13 Dec, 2012 1 commit
-
-
andy authored
-
- 28 Nov, 2012 3 commits
- 26 Sep, 2012 1 commit
-
-
andy authored
-
- 20 Sep, 2012 1 commit
-
-
andy authored
-
- 23 Jul, 2012 1 commit
-
-
andy authored
-
- 12 Jul, 2012 2 commits
- 11 Jul, 2012 2 commits
- 20 Mar, 2012 3 commits
- 05 Mar, 2012 1 commit
-
-
andy authored
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 20 May, 2011 1 commit
-
-
mattijs authored
-
- 11 May, 2011 1 commit
-
-
andy authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 19 May, 2009 1 commit
-
-
Andrew Heather authored
-
- 09 Mar, 2009 1 commit
-
-
graham authored
Created new functionObject for dsmcFields, renamed post processing utility dsmcFields to dsmcFieldsCalc and calling function object from there.
-
- 24 Feb, 2009 1 commit
-
-
Andrew Heather authored
-
- 17 Feb, 2009 1 commit
-
-
Mark Olesen authored
- added end() method to functionObject, functionObjectList & associated classes - moved outputFilters from src/sampling -> src/OpenFOAM/db/functionObjects
-
- 14 Jan, 2009 1 commit
-
-
Andrew Heather authored
-
- 19 Dec, 2008 1 commit
-
-
Andrew Heather authored
-