Skip to content
Snippets Groups Projects
Commit eb4a8f98 authored by RudolfWeeber's avatar RudolfWeeber
Browse files

Use Guo forcing

parent 223d1abd
1 merge request!186Fix fluctuating LB with zero centered pdf storage
Pipeline #77013 passed with stages
in 28 minutes and 20 seconds
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
......@@ -14,7 +14,7 @@ from pystencils.enums import Target
from pystencils.rng import PhiloxTwoDoubles
from lbmpy.creationfunctions import *
from lbmpy.forcemodels import Schiller
from lbmpy.forcemodels import Guo
from lbmpy.macroscopic_value_kernels import macroscopic_values_setter
import numpy as np
from lbmpy.enums import Stencil
......@@ -137,7 +137,7 @@ def get_fluctuating_lb(
weighted=True,
zero_centered=zero_centered,
relaxation_rates=rr_getter,
force_model=Schiller(force=force_field.center_vector),
force_model=Guo(force=force_field.center_vector),
fluctuating={"temperature": kT},
kernel_type="collide_only",
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment