9a9f32ead8
ENH: Refactored functionObjectFile class
...
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)
2015-10-05 15:11:12 +01:00
8234c04bc2
functionObjectFile: Use wordList rather than wordHashSet to maintain order
...
Change based on patch provided by Hassan Kassem
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1796
2015-08-05 17:38:31 +01:00
083d7059fc
faceSource: Writing the total area of the faceSource (sum(magSf)) for each time is now optional
...
Previous behavior which may be useful for moving-mesh cases can be
selected using the optional entry:
writeTotalArea yes;
The initial total area is written in the log and data file header e.g.:
# Source : faceZone f0
# Faces : 8
# Area : 1.063860e-02
2015-04-26 16:32:19 +01:00
df099b7fb3
BUG: functionObjectFile - updated parallel ops - mantis #1242
2014-05-12 15:12:10 +01:00
636215a0ea
ENH: functionObjects - updated writing to file
2013-11-25 10:52:20 +00:00
18ae63051b
ENH: functionObjectFile - added standardised function for writing values
2013-11-25 10:51:44 +00:00
0de6c01a7c
BUG: functionObjectFile - file pointer index was not being incremented
2013-07-26 15:23:25 +01:00
490bc35655
BUG: Corrected forces function object calc and file output on change - mantis #773
2013-03-12 17:35:23 +00:00
ea774d8a97
BUG: Incorrectly sized list of OFstream
2012-11-20 18:05:32 +00:00
90be0ef222
ENH: Added access function to 'names'
2012-10-16 11:51:01 +01:00
967e389e94
ENH: Added mesh name to path of not using default region
2012-10-16 10:38:21 +01:00
f4ee6e1418
ENH: Added helper function for function objects to return output folder for current time value
2012-10-16 10:17:56 +01:00
d8321469e9
ENH: Added base class for function objects that generate text files
2012-10-15 17:56:36 +01:00