Skip to content
Snippets Groups Projects
Commit f67a50a2 authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Fix knudsen pump stuy by removing too large mesh

parent 2a68fd7e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
for p in $(seq 4 9)
for p in $(seq 4 8)
do
geoToH5 ../knudsen_pump.geo knudsen_pump"$p".h5 "-setnumber p $p"
done
......@@ -12,7 +12,6 @@ meshes:
- knudsen_pump6.h5
- knudsen_pump7.h5
- knudsen_pump8.h5
- knudsen_pump9.h5
# Numerical Parameters
# ====================
......
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