|
[Sponsors] |
August 17, 1999, 00:32 |
artificial compressiblity?(pressure)
|
#1 |
Guest
Posts: n/a
|
hi, it is a typical problem.. i read Chorin's paper,"a numerical method for solving incompressible viscous flow.", about artificial compressiblity methods. i coded following the direction.i velocity field exactly, but didn't pressure field.i checked the program a few times, there is no error.
i used pressure this way. p=rho/delta p: pressure rho : artificial density delta: artificial compressibility (=0.00032 as paper sais) bye.. |
|
August 17, 1999, 01:20 |
Re: artificial compressiblity?(pressure)
|
#2 |
Guest
Posts: n/a
|
(1). Someone at NASA/ames and Rockwell/ Rocketdyne (now Boeing/Rocketdyne) used to work on 3-D incompressible flows using this method, back in mid 80's. (2). You can search AIAA journal for publications in this area, or get in touch with someone at NASA/ames research center. It was laminar flow calculations, as I recall.
|
|
August 17, 1999, 16:30 |
Re: artificial compressiblity?(pressure)
|
#3 |
Guest
Posts: n/a
|
I know that NASA has a CFD code based on artificial compressibility called INS-2D and INS-3D where INS stands for Incompressible Navier-Stokes. This is a pretty well established method and a lot of work has been done in this area so that a commercial-like code came out of it. I vaguely recall the name of one of the top persons in this group to be Kwak.
I myself did a very small amount of work in this area for a graduate level course project to find out what exactly Lee has found. I used it for 'channel flow' to find the velocity field to be o.k. whereas the pressure was truely checkerboard type. For 'cavity problem' without any inflow or outflow I again got decent velocity field. I did not have any experimental pressure field to compare my prediction against. I did not have the opportunity to continue reasearch in this area any further. Again there is nothing new about this method. There is a lot of material out there if someone is truely interested. There is also User's Manual and Methodology for the NASA's INS codes. There are also plenty of publication by Kwak(?) and his group in aerospace related journals. Hope this helps! |
|
August 17, 1999, 18:08 |
Re: artificial compressiblity?(pressure)
|
#4 |
Guest
Posts: n/a
|
Thanks Chien and Hussain, it is a channel flow.
Channel is square, 0<=x<=1, 0<=y<=1. The velocity is u=y(1-y)/4 v=0 at x=0 and x=1. the exact solution is u=y(1-y)/4 v=0 p=c-x where c is arbitrary constant in all domain. u and v , i get, is predicted exactly and the trend of pressure, which p is only function of x, is correct. but the magnitude is too big, from 3.8 to -3.8. the pressure at instream is 3.8 and -3.8 at outstream. i was wondering that the pseudo-compressiblity has the limitation of pressure prediction. thanks ahead. |
|
August 18, 1999, 02:59 |
Re: artificial compressiblity?(pressure)
|
#5 |
Guest
Posts: n/a
|
(1). I did not work on this fancy method. (2). But in your test case, you can just use the exact analytical solution for u and v , and substitute u and v into the method. In this way, you can easily check out the formulation for the pressure portion of solution. (3). Actually, the test case is 1-D problem. So, why not just look at the 1-D part of the pressure solution. In this way, you should be able to tell whether this method is all right or not for the pressure solution. If it can not solve a simple 1-D problem, the the answer is clear.
|
|
August 18, 1999, 21:14 |
Re: artificial compressiblity?(pressure)
|
#6 |
Guest
Posts: n/a
|
Lee,
I would check and see if the pressure gradients are correct. Since the pseudo-compressibility method is based on the incompressible equations the value of pressure used by the code is only important to provide an accurate calculation of its gradient. The coeficient used in the continuity equation for time-marching is optimized for faster convergence and not as a reflection of the true value of the pressure. Since you say the pressure trend is correct (by that I suppose the pressure gradients are similar to the experimental data) the algorithm is working as intended. Hope I helped, Paulo |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Artificial dissipation for NS equations, flow in a pipe | RameshK | Main CFD Forum | 8 | November 13, 2011 11:29 |
Artificial Dissipation | TheBoyce | Main CFD Forum | 2 | March 23, 2011 16:27 |
Artificial viscosity | rads | CFX | 2 | July 31, 2006 08:02 |
artificial viscosity | rvndr | Main CFD Forum | 1 | March 2, 2004 11:24 |
Artificial Viscosity | Girish Bhandari | Main CFD Forum | 5 | January 13, 2001 14:22 |