|
[Sponsors] |
October 22, 2015, 17:31 |
Pressure Based solver for supersonic flows
|
#1 |
New Member
Join Date: May 2014
Posts: 6
Rep Power: 12 |
Is it okay to use a pressure based solver for supersonic flows? I need to run a multiphase problem and hence cannot use a density based solver.
Thank you in advance for your comments. Cheers! |
|
October 22, 2015, 21:37 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,754
Rep Power: 66 |
Yes. At least it is not a wrong approach, you can try and hopefully you won't have blatant inaccuracies. You can even use the coupled p-v solver instead of SIMPLE/PISO to have a solver that's closer in behavior to the density-based solver.
The main difference is the order the equations are solved in. In the density-based approach the momentum, continuity, and energy equations are solved together. In the pressure-based approach only the momentum and continuity equations are solved together and the energy equation is put off until after the pressure correction step. This gives the density-based solver an advantage when rapid changes in material properties take place. A consequence of these differences is that in the density based solver, the density is solved from continuity and then the pressure field is computed from the equation of state. In the pressure-based solver, a predictor-corrector approach is used (the p-v coupling scheme) to compute the pressure field and later the material properties are updated based on P,T. You can see the philosophical difference as one solves for the density and looks up the pressure whereas the other solves for pressure and looks up the density. Last edited by LuckyTran; October 27, 2015 at 12:21. |
|
October 23, 2015, 09:57 |
Thank you!
|
#3 |
New Member
Join Date: May 2014
Posts: 6
Rep Power: 12 |
Appreciate your help lucky!
|
|
Tags |
multiphase flow, pressure-based solver, supersonic internal flows |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Issues on the simulation of high-speed compressible flow within turbomachinery | dowlee | OpenFOAM Running, Solving & CFD | 11 | August 6, 2021 07:40 |
Pressure based vs density based solver | newbie384 | FLUENT | 2 | July 5, 2013 03:04 |
how to get wall pressure in UDF by using desity based solver | helenyuan | Fluent UDF and Scheme Programming | 0 | April 25, 2013 10:41 |
Using pressure based solver for compressible flows | aamer | Main CFD Forum | 2 | June 15, 2011 13:45 |
regarding density and pressure based solver | Reddy | FLUENT | 0 | August 18, 2007 12:11 |