View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000818 | OpenFOAM | Bug | public | 2013-04-18 04:19 | 2014-01-06 11:49 |
Reporter | Assigned To | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu | OS Version | 9.10 |
Summary | 0000818: fieldAverage does not keep track of when the field has been started averaging | ||||
Description | In 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. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-18 04:19 |
|
New Issue | |
2013-07-23 14:00 |
|
Note Added: 0002344 | |
2013-07-23 14:00 |
|
Status | new => resolved |
2013-07-23 14:00 |
|
Fixed in Version | => 2.2.x |
2013-07-23 14:00 |
|
Resolution | open => no change required |
2013-07-23 14:00 |
|
Assigned To | => user2 |