File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def preevolve(self):
87
87
self .cc_data .fill_BC ("y-velocity" )
88
88
89
89
# 1. do the initial projection. This makes sure that our original
90
- # velocity field satisties div U = 0
90
+ # velocity field satisfies div U = 0
91
91
92
92
# next create the multigrid object. We want Neumann BCs on phi
93
93
# at solid walls and periodic on phi for periodic BCs
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ def preevolve(self):
197
197
self .cc_data .fill_BC ("y-velocity" )
198
198
199
199
# 1. do the initial projection. This makes sure that our original
200
- # velocity field satisties div U = 0
200
+ # velocity field satisfies div U = 0
201
201
202
202
# the coefficient for the elliptic equation is beta_0^2/rho
203
203
coeff = 1 / rho
Original file line number Diff line number Diff line change 20
20
projection uses the divergence of the velocity field from the previous
21
21
iteration as its source term.
22
22
23
- Note: the output file created stores the original field, the poluted
23
+ Note: the output file created stores the original field, the polluted
24
24
field, and the recovered field.
25
25
"""
26
26
You can’t perform that action at this time.
0 commit comments