Commit Graph

65 Commits

Author SHA1 Message Date
andy
e5dd634327 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-13 16:43:36 +00:00
andy
156b71b9f1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-12 17:22:35 +00:00
graham
ded140c2e8 Added a resetOnOutput switch to fieldAverage to allow the averaging to be only of the preceding writeInterval for transient cases. 2009-03-11 12:27:51 +00:00
andy
6820f33509 incorrect read option 2009-03-02 15:09:23 +00:00
Mark Olesen
4b60453cf1 use while (runTime.loop() { .. } where possible in solvers
- change system/controlDict to use functions {..} instead of functions (..);
  * This is internally more efficient
- fixed formatting of system/controlDict functions entry

- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
  since return is a C/C++ keyword, not a function.
2009-02-18 08:57:10 +01:00
Mark Olesen
663e9b7abf start simplification of fieldAverage
- track previous time index and to avoid recalculating averages.
- make sure averages are up-to-date before calling write
2009-02-17 16:21:41 +01:00
Mark Olesen
fee6e312b9 Time and functionObject updated for end()
- added end() method to functionObject, functionObjectList & associated classes
- moved outputFilters from src/sampling -> src/OpenFOAM/db/functionObjects
2009-02-17 12:48:10 +01:00
mattijs
c350f6958c register averages 2009-02-13 11:30:03 +00:00
mattijs
0685f59b4a changed comment 2009-02-13 08:59:47 +00:00
mattijs
3eb5b19447 mesh gets deleted before functionObject 2009-02-10 23:32:56 +00:00
mattijs
8c48065e18 remove copy 2009-02-05 15:28:51 +00:00
andy
b1800b8b92 adding mag/component options 2009-01-16 15:45:52 +00:00
andy
3bb1825334 removing unnecessary reduce ops 2009-01-16 14:32:58 +00:00
andy
be789cf9a3 consistency update 2009-01-13 17:39:00 +00:00
andy
654f844386 moved field-related function objects to field subfolder 2009-01-13 17:29:54 +00:00