-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
created my folder and project notebook #7
base: master
Are you sure you want to change the base?
Conversation
… tolerance. abandoning navier-stokes
…r initial and boundary conditions.
…ectiona and centered at top surface of box. It is working as intended
…answer is highly unstable.
…ough, wave continues to plummet into negative.
…ad of zeros, still odd results.
…ere being set to zero, now they are set to the boundary values in the zeroth step, this may be wrong. contour plots not showing negative values.
…e wave dampen out
… for grid convergence but I am giving up. Next version will be clean one.
…ion and trimming. maybe want to make another exact solution comparison.
…ilds very low error
… helper.py, all are functioning correctly except for for the one with 5 plots.
Dear Dr. Barba, I am requesting a extended project page limit. the equation I am solving requires 16 unique boundary conditions, 8 for the first time step and 8 for all others. The explanation of the equations takes up almost a whole page and the function is about 2 pages. I also have many images, plots, and animations. I put all functions not essential to the problem into the file helper.py to shorten the notebook. I compare my solver with a Fourier series approximation, the code for which I also wrote, and a closed form analytical solution. The comparisons are with 2 different initial conditions and boundary conditions. I feel the thoroughness of this project necessitates a few extra pages given that most of the room is taken up by animations and equations. You will find a preamble for the helper.py and doc strings for all functions contained therein. Best regards, |
initial commit for project