Skip to content
Snippets Groups Projects

Introduce Central moment forcing again

Merged Markus Holzer requested to merge CentralMomentForceModel into master
3 files
+ 28
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -424,7 +424,8 @@ class LBMConfig:
'edm': forcemodels.EDM,
'kupershtokh': forcemodels.EDM,
'he': forcemodels.He,
'shanchen': forcemodels.ShanChen
'shanchen': forcemodels.ShanChen,
'centralmoment': forcemodels.CentralMoment
}
if isinstance(self.force_model, str):
Loading