- Jun 07, 2017
-
-
mattijs authored
-
- May 17, 2017
-
-
Mark OLESEN authored
-
- Nov 28, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2356
-
- Oct 07, 2016
-
-
sergio authored
-
- Sep 27, 2016
-
-
Andrew Heather authored
-
- Sep 23, 2016
-
-
Andrew Heather authored
-
- Jun 13, 2016
-
-
Henry Weller authored
Replaced the 'postProcess' argument to the 'write' and 'execute' functions with the single static member 'postProcess' in the functionObject base-class.
-
- May 15, 2016
-
-
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'.
-
- May 11, 2016
-
-
Henry Weller authored
Construction failure and recovery is not handled with exceptions in functionObjectList
-
- May 04, 2016
-
-
Henry Weller authored
-
- May 02, 2016
-
-
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".
-
- Feb 29, 2016
-
-
Henry Weller authored
-
- Jan 10, 2016
-
-
Henry Weller authored
-
- Nov 25, 2015
-
-
mattijs authored
Also write out snapped location.
-
- May 05, 2015
- Jan 09, 2014
-
-
andy authored
-
- Jun 07, 2013
-
-
Sergio Ferraris authored
probes, sampledSets and sampledSurfaces
-
- Feb 21, 2013
- Dec 13, 2012
-
-
andy authored
-
- Jul 23, 2012
-
-
andy authored
-
- Jul 11, 2012
-
-
andy authored
-
- Feb 15, 2012
-
-
sergio authored
-
- Sep 02, 2011
-
-
mattijs authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- Dec 07, 2010
-
-
sergio authored
-
- Jul 28, 2010
-
-
graham authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Dec 01, 2009
-
-
Mark Olesen authored
- adjust code to more closely resemble sampledSets / sampledSurfaces
-
- Jul 06, 2009
-
-
Andrew Heather authored
-
- Feb 17, 2009
-
-
Mark Olesen authored
- added end() method to functionObject, functionObjectList & associated classes - moved outputFilters from src/sampling -> src/OpenFOAM/db/functionObjects
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
- Sep 16, 2008
-
-
Andrew Heather authored
-
- Jun 25, 2008
-
-
Mark Olesen authored
-