adaptive-cfd / WABBIT

Wavelet Adaptive Block-Based solver for Interactions with Turbulence

Home Page:https://www.cfd.tu-berlin.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mean value computation in wabbit-post --keyvalues

dkolom opened this issue · comments

./wabbit-post --keyvalues doesn't seem to compute the mean values correctly. The sums are divided by the number of active blocks lgt_n there's no division by Bs.

That is correct! It is not the "real" mean value of the field. We will not fix it for now, as all unit tests would have to be updated accordingly.