BUG: fieldAveraging write conflict with timeEnd
Attached example illustrating the issue.
-
The end time written from solver doesn't contain pMean field
-
If we try commenting timeEnd entry from averaging FO, the field is written well.
Attached example illustrating the issue.
The end time written from solver doesn't contain pMean field
If we try commenting timeEnd entry from averaging FO, the field is written well.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
This is the reversal of the logic to add tolerances inside OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.C:
return
enabled_
&& time_.value() >= (timeStart_ - 0.5*time_.deltaTValue())
&& time_.value() <= (timeEnd_ + 0.5*time_.deltaTValue());
Mentioned in commit 4031aa25d160f93df0dab1c842c61f9e842f3281
Status changed to closed by commit 4031aa25d160f93df0dab1c842c61f9e842f3281
By Andrew Heather on 2017-01-04T16:03:08 (imported from GitLab project)
mentioned in commit 64df20d9