View Issue Details

IDProjectCategoryView StatusLast Update
0000818OpenFOAMBugpublic2014-01-06 11:49
Reporteruser643Assigned Touser2 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformLinuxOSUbuntuOS Version9.10
Summary0000818: fieldAverage does not keep track of when the field has been started averaging
DescriptionIn the code of fieldAverage, suppose we start averaging after 20 seconds. fieldAverage will consider the very first average to be of 20.001 s (assuming 0.001 time step). Now if we average for say 10 seconds, there will be too high contribution from the value at 20.001 seconds. Due to which much higher time averaging steps are required and time is wasted. And if averaging is started after a long time (say 200 seconds), the results will become more erroneous, giving the notion of the averaged field being not changing with time. There should be a variable written in fieldAveragingProperties which keeps track of the starting time of the averaging process rather than the total time.

TagsNo tags attached.

Activities

user2

2013-07-23 14:00

  ~0002344

Correct functionality in 2.2.x

Issue History

Date Modified Username Field Change
2013-04-18 04:19 user643 New Issue
2013-07-23 14:00 user2 Note Added: 0002344
2013-07-23 14:00 user2 Status new => resolved
2013-07-23 14:00 user2 Fixed in Version => 2.2.x
2013-07-23 14:00 user2 Resolution open => no change required
2013-07-23 14:00 user2 Assigned To => user2