We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8571caf commit 85903b3Copy full SHA for 85903b3
2 files changed
examples/2D_ibm_circle_periodic/case.py
@@ -32,8 +32,8 @@
32
mu = rho * v1 * D / Re
33
34
dt = 1.0e-06
35
-Nt = 5000
36
-t_save = 20
+Nt = 5000
+t_save = 20
37
38
Nx = 511 # to fully resolve requires ~ 40-60 cells across sphere diameter
39
Ny = Nx
examples/3D_ibm_sphere_periodic/case.py
@@ -8,7 +8,7 @@
8
D = 0.1
9
10
# sphere density
11
-rho_s = 200
+rho_s = 200
12
13
# domain length
14
L = 10 * D
0 commit comments