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

Not getting vortex shedding

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2017, 08:03
Default Not getting vortex shedding
  #1
New Member
 
Donton
Join Date: Aug 2017
Posts: 6
Rep Power: 8
Donton is on a distinguished road
Hello everyone,


I have started working in the area of CFD recently. Currently I am trying to write a C++ code to simulate 2D flow past a fixed circular cylinder using the immersed boundary method with finite volume and staggered grid, fractional step method as explained in http://www.sciencedirect.com/science...21999101967786 . Though in this paper the authors are using RK method for time advancement I am using Adams Basforth (convection term) and Crank Nicolson (diffusion) for time advancement. To evaluate the cell face values I have used central difference or liner interpolation. I am also using an uniformly distributed structurred rectangular mesh. With this at low Re number (Re<40) I am getting some what good result with the two recirculating zones behind the cylinder. But when I increased the Re number even at Re=100 I am not getting any shedding. Only the recirculating regions getting stretched along the direction of the flow.


Is it because of the linear interpolation for the cell face values?


For top and bottom wall I implemented the boundary condition as u=0,v=0, normal gradient of the pressure correction is zero and for the inlet and outlet boundary u=1,v=0, normal gradient of the pressure correction is zero.


Pleas help me stating what may be the possible reasons and solutions...


Thanks in advance.
Donton is offline   Reply With Quote

Old   August 25, 2017, 10:38
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Have you tried to run the code for enough long time? Do you monitor in time the velocity at some stations?

The code can introduce numerical viscosity by linear interpolation and a more refined grid could be required near the walls. Finally, the height of the domain should be enough large to allow the boundaries to be far from the cylinder. Similarily, the ourflow section must be far from the shedding.
FMDenaro is offline   Reply With Quote

Old   August 28, 2017, 06:36
Default
  #3
New Member
 
Donton
Join Date: Aug 2017
Posts: 6
Rep Power: 8
Donton is on a distinguished road
Thank you. When I run the code for a long time initially it is converging, the residual flux going 10^-2 order but after some 5000 iterations it started increasing resulting it to diverge. Any suggestion?
Instead of the central difference if I use upwind for the cell face values, Will that help?
Donton is offline   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
K-Epsilon for Vortex Shedding Sham FLUENT 33 March 29, 2017 05:48
How to know when a vortex shedding pattern has been onset? HectorRedal Main CFD Forum 18 January 5, 2017 06:42
No Vortex shedding for flow past cylinder shashanktiwari619 FLUENT 7 December 28, 2016 09:35
Vortex shedding behind cylider in cross flow Muthu FLUENT 0 March 6, 2006 10:29


All times are GMT -4. The time now is 03:46.