Skip to content
Snippets Groups Projects

Schiller force model to be used instead of Guo on non-SRT

Merged Michael Kuron requested to merge schiller into master
Viewing commit a28bb4da
Show latest version
7 files
+ 29
17
Preferences
Compare changes
Files
7
``` python
``` python
method = create_lb_method(method='mrt', weighted=True, stencil='D2Q9', force=(1e-6, 0),
method = create_lb_method(method='mrt', weighted=True, stencil='D2Q9', force=(1e-6, 0),
relaxation_rates=[0, 0, ω, 1.9, 1.9])
force_model='luo', relaxation_rates=[0, 0, ω, 1.9, 1.9])
method
method