- Feb 27, 2018
-
-
Andrew Heather authored
-
- May 30, 2018
-
-
Mark OLESEN authored
- make the purpose more explicit, and reduces some work for the compiler as well.
-
- Nov 07, 2017
-
-
Andrew Heather authored
-
- Feb 03, 2017
-
-
Andrew Heather authored
-
- Nov 29, 2016
-
-
Andrew Heather authored
-
- Sep 23, 2016
-
-
Andrew Heather authored
-
- Aug 07, 2016
-
-
Henry Weller authored
Now the functionality to write single graph files or log files (vs time) may be used in the creation of any form of functionObject, not just those relating to a mesh region.
-
- Jun 17, 2016
-
-
Henry Weller authored
-
- May 24, 2016
-
-
Henry Weller authored
-
- May 16, 2016
-
-
Henry Weller authored
to simplify writing common functionObjects and avoid unnecessary code duplication
-
- 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 13, 2016
-
-
Henry Weller authored
-
- Apr 30, 2016
-
-
Henry Weller authored
functionObjectFile provides basic directory, file and formatting functions functionObjectFiles provides multi-file cache
-
- Dec 08, 2015
-
-
Andrew Heather authored
-
- Nov 20, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1921
-
- Oct 06, 2015
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Oct 05, 2015
-
-
Andrew Heather authored
Class now provides helper functions to generate files on-the-fly by function objects, as opposed to attempting to control all files needed by the function object (earlier implementation lead to over-complication and was error prone)
-
Andrew Heather authored
Class now provides helper functions to generate files on-the-fly by function objects, as opposed to attempting to control all files needed by the function object (earlier implementation lead to over-complication and was error prone)
-
- Aug 05, 2015
-
-
Henry Weller authored
Change based on patch provided by Hassan Kassem Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1796
-
- Jan 30, 2014
- Nov 25, 2013
- Nov 20, 2012
-
-
andy authored
-
- Oct 16, 2012
- Oct 15, 2012
- Mar 16, 2012
-
-
laurence authored
-
- Nov 18, 2011
-
-
laurence authored
- Added conformationSurface and searchableSurface classes in place of querySurface. - Added cellSizeControl class. - Change cvMesh argument of relaxation model constructor to Time. - Add writePrecision option to surfaceConvert. - Add onLine function to surfaceFeatureExtract. - Remove querySurface. - Move createShellMesh and extrude2DMesh to their own libraries. - Replace controls and tolerances with a cv2DControls object. - Add patchToPoly2DMesh class to extrude2DMesh.
-
- Aug 14, 2011
-
-
Henry authored
-
- Jul 22, 2011
-
-
Henry authored
Removed unused dependencies on CGAL
-
- Jan 05, 2011
-
-
graham authored
Also, 2011 copyright dates.
-
- Apr 13, 2010
-
-
graham authored
-
- Oct 21, 2009
-
-
graham authored
-
- Jun 17, 2009
-
-
graham authored
-
- Apr 28, 2009
-
-
graham authored
when required, rather than looking up from dictionary every time. Added relaxationModel and faceAreaWeightModel runTime selectable models.
-
- Apr 06, 2009
-
-
graham authored
-
- Apr 03, 2009
-
-
graham authored
-