2D incompressible Navier Stokes solver written in Python for a lid-driven cavity
Stars
38
Forks
15
Watchers
38
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
adding ...slot_jet... case; inlet at bottom, outlet at top; minimimal edits
7c10edeView on GitHubadding file CFD_collocated_c, which is better than _b and is motivated by AME. The descriptions should now be consistent with the codes.
cbf4112View on GitHubmodifying the collocated code with new file CFD_collocated_b; SEE the NOTE before the code
c485184View on GitHubcleanup the working versions; update method writeup for collocated
500aa06View on GitHubworks; velocities are only needed at faces, everything is written in terms of those
aa962bfView on GitHubupdates while looking for errors in collocated; fixing plotting issue on staggered
e17ec75View on GitHubfound a small bug on pressure indicies in driver; didnt fix issue; plotting to see issue better; u and v encroach on boundaries; uf, vf dont
8b9aa84View on GitHubworks, but doenst give same results as staggered grid, and not as stable
20323e7View on GitHubcollocated: functions for H and P written; need to check on global vars
0c137b4View on GitHub