Create regularized methods by default
Compare changes
+ 14
− 6
@@ -112,13 +112,19 @@ class LBMConfig:
@@ -112,13 +112,19 @@ class LBMConfig:
a single ``relaxation_rate`` instead of a list (Internally this is converted to a list with a single entry).
The second rate for TRT is then determined via magic number. For the moment, central moment based and the
cumulant model, it sets only the relaxation rate corresponding to shear viscosity, setting all others to unity.
@@ -332,9 +338,11 @@ class LBMConfig:
@@ -332,9 +338,11 @@ class LBMConfig:
if self.method in [Method.TRT, Method.TRT_KBC_N1, Method.TRT_KBC_N2, Method.TRT_KBC_N3, Method.TRT_KBC_N4]: