Skip to content
Snippets Groups Projects
Commit 234b978e authored by Sven Marcus's avatar Sven Marcus
Browse files

Improve Poiseuille Test Case

parent 10300294
No related branches found
No related tags found
1 merge request!48Adds a convergence analysis test case that runs on Phoenix
......@@ -26,6 +26,11 @@ default_kernel.use_forcing = True
default_kernel.forcing_in_x1 = 1e-8
default_kernel = LBMKernel(KernelType.CompressibleCumulantFourthOrderViscosity)
default_kernel.use_forcing = True
default_kernel.forcing_in_x1 = 1e-8
def run_simulation(physical_params=default_physical_params,
grid_params=default_grid_params,
runtime_params=default_runtime_params,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment