File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def preevolve(self):
8787 self .cc_data .fill_BC ("y-velocity" )
8888
8989 # 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
9191
9292 # next create the multigrid object. We want Neumann BCs on phi
9393 # 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):
197197 self .cc_data .fill_BC ("y-velocity" )
198198
199199 # 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
201201
202202 # the coefficient for the elliptic equation is beta_0^2/rho
203203 coeff = 1 / rho
Original file line number Diff line number Diff line change 2020projection uses the divergence of the velocity field from the previous
2121iteration as its source term.
2222
23- Note: the output file created stores the original field, the poluted
23+ Note: the output file created stores the original field, the polluted
2424field, and the recovered field.
2525"""
2626
You can’t perform that action at this time.
0 commit comments