|
[Sponsors] |
August 16, 2005, 09:34 |
SIMPLE for compressible flows
|
#1 |
Guest
Posts: n/a
|
Hello,
I need some help with the following. I'm implementing the SIMPLE method for compressible flow calculations in an incompressible finite volume code. I'm following the approach described by Ferziger and Peric in Computational Methods for Fluid Dynamics. I'm a bit confused by the following: I have 3 variables: pressure (p), density (rho) and temperature (T). I solve a transport equation for T, so it is known. In the SIMPLE method, I calculate a pressure correction (p') and a density correction (rho'). To calculate the (new) p and rho, I have 3 possible equations: equation of state (p=rho*R*T), p_new=p+p' and rho_new= rho+rho'. Summarizing: Option 1: p_new=p+p' and rho_new=rho+rho' ; Option 2: p_new=p+p' and rho=p_new/RT ; Option 3: rho_new=rho+rho' and p=rho_new*R*T. What is now the best option (in terms of stability and accuracy)? Thanks in advance for any help, Luuk |
|
August 16, 2005, 09:55 |
Re: SIMPLE for compressible flows
|
#2 |
Guest
Posts: n/a
|
In my (limited) experience I have found option 2 to be the most robust.
|
|
August 20, 2005, 09:45 |
Re: SIMPLE for compressible flows
|
#3 |
Guest
Posts: n/a
|
Hi Luuk! I have exactly the same question. I have tried the 3 options and I get very different convergence rates. Also the results that I get are better with the first option, while with the second option are very strange, although I agree with Ag that the second option looks more robust. I am on holidays at the moment and I hope when I return to discuss this matter again. Bye
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SIMPLE pressure correction in compressible flows | Maarten de Jong | Main CFD Forum | 7 | April 30, 2012 03:23 |
How to add correcting pressure equation in SIMPLE of MRFSimpleFOAM? | renyun0511 | OpenFOAM Programming & Development | 0 | November 4, 2010 02:38 |
compressible SIMPLE method | fakor | Main CFD Forum | 1 | August 30, 2010 12:21 |
Making SIMPLE converge faster | Fabio | Main CFD Forum | 4 | April 9, 2006 12:35 |
calculating recirculating turbulent flows with k-e | Abhijeet Vaidya | Main CFD Forum | 10 | November 18, 2002 09:21 |