|
[Sponsors] |
October 27, 2016, 08:08 |
low speed compressible flow
|
#1 |
New Member
Abolfazl
Join Date: Oct 2016
Posts: 28
Rep Power: 10 |
Hi everyone.
I am trying to simulate compressible viscous flow around a circular cylinder by implementing VAN-LEER scheme. for supersonic flow the results are satisfactory but for low mach number (mach=0.3 and Reynolds=300) I can't simulate the vortex shedding. I only get two stationary small vortexes. can anybody suggest me what should I do!?? thanks. |
|
October 27, 2016, 08:24 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
|
||
October 27, 2016, 09:22 |
|
#3 | |
New Member
Abolfazl
Join Date: Oct 2016
Posts: 28
Rep Power: 10 |
Quote:
but my mesh is fine enough. the problem is as i increase the mach number the length of steady symmetrical vortexes increase and as i decrease the mach the length decrease. I don't think this is related to mesh. |
||
October 27, 2016, 09:26 |
|
#4 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Assuming the speed of sound is the same, you are changing both the Mach and the Reynolds number. If you decrease it and your scheme has numerical viscosity, your actual Re number can be as low as to produce a laminar steady solution. Ensure that at low Re you have no turbulence model active in your code.
|
|
October 27, 2016, 09:35 |
|
#5 | |
New Member
Abolfazl
Join Date: Oct 2016
Posts: 28
Rep Power: 10 |
Quote:
my numerical method is Van-Leer and it is first order upwind. and i don't have turbulence model. |
||
October 27, 2016, 09:51 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
the solution with first order upwind is full of artificial viscosity...check your grid is so fine to get the cell Reynolds number =O(1) everywhere
|
|
October 27, 2016, 10:24 |
|
#7 | |
New Member
Abolfazl
Join Date: Oct 2016
Posts: 28
Rep Power: 10 |
Quote:
I have checked with really fine grid and I'm almost certain the grid is fine enough. but don't you think that Van Leer doesn't work properly for low mach numbers or for viscous flows!? |
||
October 27, 2016, 18:29 |
|
#8 |
Senior Member
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19 |
Can't say if Van Leer will work or not, but, since your original post reads as if you may have written the code, did you divide the Reynolds number by the Mach number? For a non-dimensionalized compressible solver the Reynolds number is, in general, calculated using the speed of sound rather than the velocity therefore the inputed Reynolds number (which in general is calculated using velocity) is divided by the Mach number internal to the code.
|
|
October 30, 2016, 05:18 |
|
#9 | |
New Member
Abolfazl
Join Date: Oct 2016
Posts: 28
Rep Power: 10 |
Quote:
Thank u for your reply. No, I didn't divide the Reynolds number with Mach number. I just set Mach and Reynolds number. and the Reynolds number is base on free stream velocity. |
||
October 30, 2016, 10:47 |
|
#10 |
Senior Member
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19 |
Given your reply, I'm not sure my post was understood correctly. In general, the Reynolds number that goes into compressible solvers is based on the freestream velocity. So your post reads as if your input is correct. However, internal to a compressible code the Reynolds number will be modified to be based on the speed of sound by dividing by the Mach number. So, if you have written your own code, make sure your equations are non-dimensionalized consistently.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set BC for compressible flow target mass flow rate | foolboy007 | FLUENT | 1 | April 4, 2012 04:24 |
Can OpenFOAM generate flow at the speed of light? | Michel_sharp | OpenFOAM | 6 | October 24, 2009 05:09 |
How to set Boundary in comepute low speed flow | zuo | FLUENT | 3 | June 4, 2009 17:44 |
Low Reynolds, compressible flow | andre burdet | Main CFD Forum | 0 | February 21, 2001 12:13 |
Solving unsteady compressible low speed flow | atit | Main CFD Forum | 8 | July 31, 2000 14:19 |