How to specify sliding window averages' ranges in the units of the field #1454
Unanswered
OpenFoam-User
asked this question in
Q&A
Replies: 1 comment
-
|
@OpenFoam-User the sliding window is indeed in units of row numbers only. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to documentation, to use the sliding window averages we need to use this syntax:
Where
mandnare integers used to specify the length of the windowmrecords back andnrecords forward. That's perfectly fine for simple data.My question:
Is it possible to specify the length of the sliding window in the units of the field? For example if the field is time in seconds, I want to do the average over a window of length
0.5seconds back and0.7seconds forward.Thank you
Beta Was this translation helpful? Give feedback.
All reactions