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

Finish Poiseuille Test

parent 234b978e
No related branches found
No related tags found
1 merge request!48Adds a convergence analysis test case that runs on Phoenix
......@@ -33,6 +33,12 @@ class TestPoiseuilleFlow(unittest.TestCase):
self.skipTest("This test is not implemented correctly yet")
plt.ion()
channel_height = 10
number_of_nodes = [8, 16, 32]
number_of_timesteps = [10_000, 20_000, 40_000]
viscosities = [5e-3, 1e-2, 2e-2]
l2_norm_results = []
physical_params = PhysicalParameters()
runtime_params = RuntimeParameters()
......
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