|
[Sponsors] |
Couette Flow in Matlab using Pressure Correction Method |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 19, 2014, 07:22 |
Couette Flow in Matlab using Pressure Correction Method
|
#1 |
New Member
Jack
Join Date: Dec 2013
Posts: 6
Rep Power: 12 |
Hi!
I am having some trouble completing my Matlab code for Couette flow (parallel flow between two plates, the top one moving at a specified velocity) using the pressure correction method, as described in section 9 of John Anderson's book "CFD - Basics with Applications". The trouble is that while my code manages to complete the suggested 300 iterations to solve for the velocity and pressure fields, the mass source term I get at the end of the iterations is d = -0.350 x 10^-5 slug/ft^3.s, different from Anderson's value of d = -0.172 x 10^-5 slug/ft^3.s. Related to this, the horizontal component of velocity, u, looks slightly different after 4 iterations when compared with Anderson's values (there is a graph on page 444 of his book). The vertical component of velocity, v, looks similar after 4 iterations though. This makes me think the horizontal component is incorrect. However, I can't find anything wrong with it in my code! Having said all that, none of this makes a huge difference to the flowfield as the horizontal component of velocity, u, still looks very linear when it has converged but nevertheless, I would like to know what (small) thing I am doing wrong. Can you please let me know the error of my ways? My code is attached for your perusal. Thanks in advance! |
|
February 19, 2014, 07:27 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
I don't think you can get the exactly same numbers... precision, round-off, etc. are some elements that can affect the number. However, I see that your magnitude order is the same...
|
|
February 19, 2014, 07:45 |
|
#3 | |
New Member
Jack
Join Date: Dec 2013
Posts: 6
Rep Power: 12 |
Quote:
If what you are saying is true, then surely my velocity prediction should be a lot closer to his values. |
||
February 19, 2014, 07:55 |
|
#4 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
check the difference in the velocity profile at the steady state
|
|
February 25, 2014, 06:41 |
|
#5 |
New Member
Jack
Join Date: Dec 2013
Posts: 6
Rep Power: 12 |
Velocity profile in steady state is almost perfectly linear. As I have said already, the code converges in steady state to give the final velocity profile but results from the interim steps do not match Anderson's, as given in his textbook. Thus I know I am doing something wrong but the frustrating thing is, I don't know what it could be.
|
|
Tags |
cfd code, couette flow, john anderson, matlab, pressure correction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure Correction Method for Cylindrical Coordinates | Eslam Reda | Main CFD Forum | 4 | July 4, 2009 03:15 |
flow simulation across a small fan | jane luo | Main CFD Forum | 15 | April 12, 2004 18:49 |
pressure driven flow by pressure correction method | justentered | Main CFD Forum | 0 | December 30, 2003 00:52 |
pressure gradient term in low speed flow | Atit Koonsrisuk | Main CFD Forum | 2 | January 10, 2002 11:52 |
Method for Stokes flow with continuous pressure gradients? | Matthew Cordery | Main CFD Forum | 0 | August 31, 1998 18:58 |