CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

pressure correction and absolure pressure

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 18, 2005, 20:23
Default pressure correction and absolure pressure
  #1
George
Guest
 
Posts: n/a
Hello to all! In my code I use the pressure correction method to solve a compressible unsteady flow.At the inflow the velocity is prescribed.When I correct the pressure: P(i,j,k)=P(i,j,k)+a*P'(i,j,k) , I also correct the density: Density(i,j,k)=Density(i,j,k)+a*P(i,j,k)/R/T(i,j,k). But when I compute the density from the equation of state (density=Pressure/R/Ttemperature) I have totally different values.From the first method the density is about 1.5 kg/m^3 and from the equation of state is about 0.8 kg/m^3.Can you please tell me a safe way to compute density and the absolute pressure? Thank you in advance!!!
  Reply With Quote

Old   March 19, 2005, 04:18
Default Re: pressure correction and absolure pressure
  #2
versi
Guest
 
Posts: n/a
For compressible flow, the independent primitive variables are (rho,u,v,w,E), or (p,u.v,w,h). You can not use density=density +a*P/R/T if you already use (p,u,v,w,h) as independent variables.
  Reply With Quote

Old   March 20, 2005, 20:03
Default Re: pressure correction and absolure pressure
  #3
George
Guest
 
Posts: n/a
I use the set (p,u,v,w,h).But how can I compute the density then.From the equation of state I find one value and from: density=density +a*P/R/T one other.I thought that these vakues should be the same.One more question:In incompressible flow,the pressure is corrected with this formula: P=P+a*(P'-P'reference).This should happen also in the compressible flow? Thank you

  Reply With Quote

Old   March 21, 2005, 04:05
Default Re: pressure correction and absolure pressure
  #4
versi
Guest
 
Posts: n/a
with (p,u,v,w,h), you have rho=EOS(p,h), but use density=density +a*P/R/T to update density is nonsense now. If your really wishes to update density by incremetal formula, then differentiate d rho= d EOS(p,h), you will find numerical difference between rho=EOS(p,h) and rho=rho+d EOS. In compressible flow, you need not use a P_ref. In incompressible flow, since it is gradient p not p that matters, adding any reference value to pressure does not matter. This value can be zero.
  Reply With Quote

Old   March 21, 2005, 19:04
Default Re: pressure correction and absolure pressure
  #5
George
Guest
 
Posts: n/a
Hello again. Thank you for your response.My question is that I have read in many papers, that the proper way to correct density is with the formula: density=density+a*P/R/T. If this is not the proper,can you please tell me how to implement this. One more question.I prescribe the velocity in inflow.Can I also prescribe pressure,or is this too much? Thank you
  Reply With Quote

Old   March 22, 2005, 06:10
Default Re: pressure correction and absolure pressure
  #6
Salvador
Guest
 
Posts: n/a
I assume you are using low Mach number assumptions (otherwise no point in correcting Pressure, change model). If you are doing so, then what your thermodynamic pressure?, if you are using an open flow for examplem, then you assume ambient pressure. In this case the pressure you obtain in the pressure solver has NOTHING to do with thermodynamic pressure, therefore you do NOT have to correct the density. In fact you are probably adding 2/3div(u) to it to simplify the modelling of the viscous part.

When you correct the pressure (SIMPLE style algorithms), you are just enforcing the costrain D(rho)/Dt=0 (continuity equation). The tricky thing is, you need to model drho/dt which probably you do not know yet (before correcting pressure) so the coupling between rho,u,P is weak or very weak selon density gradients. If density gradients are moderate the pressure correction is far from good and your flow becomes nicely unstable. It seem a very simple thing but it is not.

If you have variable pressure, then there is place for the denisty corrections which you assume proportional to the pressure correction (cte T is one iteration) which gives an equation for P "similar" to incompressible flows (not in nature). see book by Ferziger and Peric.

  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 13:50.