Skip to content

Commit ee05cb5

Browse files
authored
Update case.py
1 parent 98f9986 commit ee05cb5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/3D_turb_mixing/case.py

Lines changed: 4 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 = 255
26-
Ny = 255
27-
Nz = 255
25+
Nx = 191
26+
Ny = 191
27+
Nz = 191
2828

2929
# Grid spacing
3030
dx = Lx/float(Nx)
@@ -42,6 +42,7 @@
4242
Nt = t_save*Nfiles
4343
t_step_start = Ntstart
4444
t_step_stop = int(Nt)
45+
4546
# ==============================================================================
4647

4748

0 commit comments

Comments
 (0)