Commit Graph

17 Commits

Author SHA1 Message Date
745d8e47d1 probes - use new HashSet::insert() method 2009-12-01 18:32:30 +01:00
2667382644 probes - handle fields as wordReList
- adjust code to more closely resemble sampledSets / sampledSurfaces
2009-12-01 17:53:18 +01:00
3d9c822022 Added abortCalculation function object, exposed Time::stopAtControls
- still needs fine-tuning (testing) to see if it reacts as anticipated under
  various conditions.
2009-11-06 17:18:32 +01:00
816f6b3488 Updated the headers. 2009-07-24 17:01:31 +01:00
b1d2ecd38a opened up function obect interface 2009-07-06 12:31:16 +01:00
84c8fe33ce probing on regions 2009-03-20 16:29:23 +00:00
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
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
73b83058b1 Added new extended stencil handling from Mattijs. 2008-10-16 14:56:30 +01:00
e8a70cd066 improved output handling 2008-09-16 10:49:03 +01:00
fb91e80086 tutorial and misc Dict cosmetics 2008-08-10 22:25:06 +02:00
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
d325f236b1 Changed Type to Typedef and added Foam:: to the typename in the headers. 2008-06-10 17:03:05 +01:00
935d7a8131 Changed format to be spreadsheet-friendly:
#           x         0.05         0.03
#           y         0.05         0.04
#           z        0.001        0.001
#        Time
        0.005     0.130842   7.7749e-05
         0.01    0.0554095   -0.0100031
        0.015    0.0388121   -0.0115969
2008-06-05 20:19:41 +01:00
8bcbf3533a Update sampling to include surface and line sampling functionObjects 2008-05-01 16:09:21 +01:00
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00