Skip to content
Snippets Groups Projects

Rework SGS models

Merged Helen Schottenhamml requested to merge mr_rework_sgs_models into master
Files
10
@@ -445,10 +445,10 @@
}
],
"source": [
"lbm_conifg = LBMConfig(stencil=Stencil.D2Q9, method=Method.MRT, force=(1e-6, 0),\n",
"lbm_config = LBMConfig(stencil=Stencil.D2Q9, method=Method.MRT, force=(1e-6, 0),\n",
" force_model=ForceModel.LUO, relaxation_rates=[ω, 1.9, 1.9, 1.9])\n",
"\n",
"method = create_lb_method(lbm_config=lbm_conifg)\n",
"method = create_lb_method(lbm_config=lbm_config)\n",
"method"
]
},
Loading