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

Compressible -> incompressible.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 23, 2007, 12:53
Default Compressible -> incompressible.
  #1
Jinwon
Guest
 
Posts: n/a
I am solving a problem which needs a vast time range computation ranging from micro-second to sub-second. Through computation, the compressible flow(Ma > 0.2) become changed to the incompressible flow(Ma = 0.0~0.2). Due to such change, stability problems can be arisen. That is, under a fixed CFL condition, the compressible solver performs well in compressible flow but it does not work in incompresible flow resulting in collapse of computation.

In the literature, an all speed flow solver which can simulate both compressible and incompressible problems was proposed. The method corrects the value computed by usual compressible methods by an implicit incompressible preconditioner. It is similar to the artificial compressibility method.

Is there anyone knowing the technique to solve mixed-phase(compressible & incompressible)problems?

Thanks in advance.

  Reply With Quote

Old   November 23, 2007, 18:33
Default Re: Compressible -> incompressible.
  #2
Harish
Guest
 
Posts: n/a
Are you looking for time accurate results. Usually the preconditioning methods are not time accurate and also another important issue is if you use preconditioning you need to look for the preconditioner that fits your model. There was a review paper by turkel in annual review of fluid mechanics on this. You might want to look up in the references provided in there.
  Reply With Quote

Old   November 23, 2007, 19:07
Default Re: Compressible -> incompressible.
  #3
Jinwon
Guest
 
Posts: n/a
I guess that the preconditioning methods are not only available option. Is there any other good way to treat incompressible flows by compressible solver?

I am finally intending to construct a unified fluid solver regradless of flow phase either compressible or incompressible.
  Reply With Quote

Old   November 23, 2007, 19:12
Default Re: Compressible -> incompressible.
  #4
Harish
Guest
 
Posts: n/a
There have been many ways which are proposed for making incompressible code work for compressible flows. The implementation again depends on the kind of incompressible solver you used (SIMPLE, PISO Etc.).
  Reply With Quote

Old   November 23, 2007, 19:44
Default Re: Compressible -> incompressible.
  #5
Jinwon
Guest
 
Posts: n/a
I am mainly using a compressible solver since I am more interested in early phase(mainly compressible). In some applications, I needed to run the compressible code to incompressible states.

My intention is to extend the compressible solver to incompressible flows.
  Reply With Quote

Old   November 23, 2007, 20:44
Default Re: Compressible -> incompressible.
  #6
constantine
Guest
 
Posts: n/a
Well, it is easier to extend "incompressible" methods to compressible flows, because they are more general in nature. Nothing prevents you from using a variable density in usual SIMPLE procedure. You may not get a great resolution for all shocks, but looking at your Mach numbers it is not an issue.
  Reply With Quote

Old   November 23, 2007, 21:07
Default Re: Compressible -> incompressible.
  #7
momentum_waves
Guest
 
Posts: n/a
Use a transient solver & the following time step, if you want to track the momentum waves (for 2d):

dt = (1/2)*dx/uin

Makes sure your element dimensions are small-enough to track the waves. Use no stabilisation tricks eg. upwinding & it's allies.

Incompressibility assumptions should be good up until M ~ 0.3

Take a look at some of the papers & presentations in <http://adthermtech.com/wordpress3/?page_id=5>

The secret is to observe the simulation during temporal evolution & keep on reducing element size until the waves evolve & track smoothly across the mesh. Try to maintain a fairly uniform mesh without undue distortions. The time step is crucial to your success.

Feel free to e-mail me on <des@adthermtech.com>

mw...

<www.adthermtech.com/wordpress3>

  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


Similar Threads
Thread Thread Starter Forum Replies Last Post
compressible and incompressible flow chinababu FLUENT 4 November 13, 2008 05:56
Can a compressible solver solve incompressible ? jinwon park Main CFD Forum 17 December 13, 2007 05:00
compressible and incompressible learner Main CFD Forum 3 August 25, 2005 00:35
Incompressible and compressible flow. John. Main CFD Forum 1 December 15, 2004 11:29
Compressible vs. Incompressible formulations Fernando Velasco Hurtado Main CFD Forum 3 January 7, 2000 16:51


All times are GMT -4. The time now is 09:58.