Skip to content

Commit 85903b3

Browse files
committed
formatting
1 parent 8571caf commit 85903b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/2D_ibm_circle_periodic/case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
mu = rho * v1 * D / Re
3333

3434
dt = 1.0e-06
35-
Nt = 5000
36-
t_save = 20
35+
Nt = 5000
36+
t_save = 20
3737

3838
Nx = 511 # to fully resolve requires ~ 40-60 cells across sphere diameter
3939
Ny = Nx

examples/3D_ibm_sphere_periodic/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
D = 0.1
99

1010
# sphere density
11-
rho_s = 200
11+
rho_s = 200
1212

1313
# domain length
1414
L = 10 * D

0 commit comments

Comments
 (0)