Commit Graph

35 Commits

Author SHA1 Message Date
ce844e6f5b cellSource: Added weightedVolAverage option
faceSource: Added weightedAreaAverage option
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1769
2015-06-30 11:20:02 +01:00
7edfb4d08d faceSource: Corrected handling of totalArea in parallel
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1693
2015-05-17 14:57:33 +01:00
aa965f6612 faceSource: Changed option to write faceSource area to 'writeArea' 2015-04-26 21:34:27 +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
8628ef2fea Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
307ddb9a78 BUG: faceSource - corrections for oriented fields 2014-07-02 16:08:50 +01:00
6341de384d ENH: faceSource function object - updates and fixes 2013-11-11 12:59:21 +00:00
89473d43dd ENH: Added sumDirection operation into faceSource function object 2013-01-16 16:38:37 +00:00
72d49281ce ENH: Refactored function objects to make use of new base class 2012-10-15 17:59:38 +01:00
f05c049d43 ENH: Enabled valueOutput for surfaces in fieldValues 2012-10-02 13:16:45 +01:00
f1deb4445e GIT: conflict resolution 2012-09-26 12:13:44 +01:00
b9820bf4e7 ENH: enabled writing of faceSource function object values using a surfaceWriter 2012-09-20 14:15:15 +01:00
f3d8e5316c Updated function object documentation 2012-08-13 17:36:58 +01:00
d9912c2003 ENH: Doxygen docs - using Note instead of \note 2012-08-03 11:43:28 +01:00
db306003ab ENH: Updates to doxygen docs 2012-07-27 18:06:24 +01:00
04c715a19b ENH: faceSource: add area-normal integration or averaging 2012-03-20 14:14:49 +00:00
04033b6968 ENH: Re-inistated weighted-average fieldAverage usage 2012-03-02 17:13:46 +00:00
7135a403cd ENH: Exposed weightField to all face/cell source function object operations 2012-02-01 17:32:08 +00:00
49b0676573 ENH: Added coefficient of variance (CoV) operation to fieldValues function objects 2011-11-21 14:00:18 +00:00
ac7980d5df STYLE: functionObjectLibs: corrected library names 2011-11-09 16:14:09 +00:00
53f332bc60 ENH: Updated weight field initialisation for fieldValues function object 2011-08-16 18:05:06 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
b3e023bda2 ENH: faceSource : updated sample dictionary 2010-11-09 17:54:20 +00:00
012178576d ENH: faceSource functionObject : allow 'sampledSurface' to supply faces and data 2010-11-08 10:09:42 +00:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
93a0172f03 BUG: incorrect statistics in parallel. Also removed sign of magSf. 2010-04-14 15:47:39 +01:00
9bf63117ae ENH: functionObjects improvements.
- readFields works seamlessly on-the-fly and as postprocessor
- new surfaceInterpolateFields to create interpolated field
- writeRegisteredObject only check upon writing, not upon startup
- add min,max to faceSource
2010-04-12 17:04:40 +01:00
c508b2fe17 STYLE: consistent capitalization of Private/Protected Member Functions in comments 2010-03-30 11:33:42 +02:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
df56a5b192 STYLE: corrected header. 2010-03-26 13:36:53 +00:00
1812773b25 Updates to the fieldValues function object
- Updates to enable correct operation in parallel
- Added weighted average operation for cell sources
2010-01-08 17:14:53 +00:00
e83a5c271e re-structuring 2009-11-23 18:31:41 +00:00
4387f7be17 code structuring 2009-10-29 10:56:48 +00:00