Skip to content
Snippets Groups Projects

Cumulant LBM

Merged Frederik Hennig requested to merge da15siwa/lbmpy:mr_cumulant_lbm into master
Viewing commit 873c8c1b
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -228,7 +228,7 @@ class CenteredCumulantBasedLbMethod(AbstractLbMethod):
assert len(weights) == len(self.stencil)
self._weights = weights
def get_equilibrium(self, conserved_quantity_equations=None, subexpressions=True, pre_simplification=False):
def get_equilibrium(self, conserved_quantity_equations=None, subexpressions=False, pre_simplification=False):
"""Returns equation collection, to compute equilibrium values.
The equations have the post collision symbols as left hand sides and are
functions of the conserved quantities"""