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

Higher resolution

parent d98f2f5b
No related branches found
No related tags found
1 merge request!6Proper Python simulation tests
......@@ -2,7 +2,7 @@ from poiseuille.simulation import run_simulation
from pyfluids.parameters import *
grid_parameters = GridParameters()
grid_parameters.number_of_nodes_per_direction = [32, 32, 128]
grid_parameters.number_of_nodes_per_direction = [64, 64, 512]
grid_parameters.node_distance = 1
grid_parameters.blocks_per_direction = [1, 1, 2]
......
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