Skip to content
Snippets Groups Projects
Commit 7291830a authored by Martin Bauer's avatar Martin Bauer
Browse files

Adapted fluctuation test

parent a224923d
No related merge requests found
Pipeline #17149 passed with stage
in 4 minutes and 8 seconds
...@@ -83,7 +83,7 @@ class WalberlaLbmpyCodegenTest(unittest.TestCase): ...@@ -83,7 +83,7 @@ class WalberlaLbmpyCodegenTest(unittest.TestCase):
# the collision rule of the LB method where the some advanced features # the collision rule of the LB method where the some advanced features
collision_rule = create_lb_collision_rule( collision_rule = create_lb_collision_rule(
stencil='D3Q19', compressible=True, fluctuating=True, stencil='D3Q19', compressible=True, fluctuating={'seed': 0, 'temperature': 1e-6},
method='mrt3', relaxation_rates=[omega_shear, omega_bulk], method='mrt3', relaxation_rates=[omega_shear, omega_bulk],
force_model='guo', force=force_field.center_vector, force_model='guo', force=force_field.center_vector,
optimization={'cse_global': False} optimization={'cse_global': False}
......
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