Skip to content

Commit e76c85d

Browse files
committed
Update example case file
1 parent 44e75ed commit e76c85d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/3D_turb_mixing/case.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
Lz = 59.0
2323

2424
# Number of grid cells
25-
Nx = 319
26-
Ny = 319
27-
Nz = 319
25+
Nx = 255
26+
Ny = 255
27+
Nz = 255
2828

2929
# Grid spacing
3030
dx = Lx/float(Nx)

0 commit comments

Comments
 (0)