Skip to content

Added central moments functionality to lbmpy

Jonas Plewinski requested to merge central_moments into master

This merge request will add central moment functionality to lbmpy (shift_matrix, get_central_moments). Remaining TODOs:

  • The Demo notebook can not be executed at the moment since the includes are not correct.
  • Integrate central moments fully into lbmpy. This means something like this should be possible create_lb_method(..., central_moments=True).
  • Unit tests for the get_shift_matrix function.
  • Physical test case the central moments.
Edited by Jonas Plewinski

Merge request reports