CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Cd validation of a bluff body

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 26, 2017, 12:06
Default Cd validation of a bluff body
  #1
New Member
 
Dave
Join Date: Aug 2016
Posts: 23
Rep Power: 9
DaveR is on a distinguished road
Hi all,

I've been trying to verify a 2D simulation against literature by considering drag coefficients. I have a rectangle in an air flow field of velocity 27 m/s. As such I calculate a very high Re number, therefore I'm using a k-e turbulence model with initial conditions estimated using these guidelines (k= 5.35, e=0.679). To setup my case I have modified the motorbike tutorial.

The data i'm trying to validate against is the table shown on page 20 of BS5400-2.

To compare to my scenario, if length = 18m and width = 2.55m then t/b=18/2.55= 7. For 2D the height is taken to be very large, so assume h/b=40. Therefore CD=1.1. However in my simulation I consistently get CD's within the range of 0.05-0.008, depending on what minor changes I make. Residuals look good (e-6 - e-7), however are obviously converging around the wrong value!

It seems like this should be a simple exercise however it has me stumped. Can anyone suggest what I might be missing?

I've attached my case here if it is of interest.


Thanks and best regards
DaveR is offline   Reply With Quote

Old   July 27, 2017, 00:50
Default
  #2
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
Do you simulate compressible or incompressible?

If incompressible please keep in mind that the pressure and all values derived form it are scaled by the volumetric mass density.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   July 27, 2017, 03:54
Default
  #3
New Member
 
Dave
Join Date: Aug 2016
Posts: 23
Rep Power: 9
DaveR is on a distinguished road
Hi,

Thanks for your reply! Could you explain a little further?

I've modelled the flow as incompressible due to the 27m/s flow speed. Should I be doing something with the drag coefficient due to this? I followed this tutorial a few months ago and achieved a similar drag coefficient without dividing/multiplying anything through by rho?

Thanks for your help!

Best regards
DaveR is offline   Reply With Quote

Old   July 27, 2017, 08:37
Default
  #4
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
If you use the density of air, you have to take that into account.

Or you use a mass density of 1 and calibrate the flow situation with the viscosity: It is only the Reynolds number what counts in incompressible flow.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   July 27, 2017, 08:46
Default
  #5
New Member
 
Dave
Join Date: Aug 2016
Posts: 23
Rep Power: 9
DaveR is on a distinguished road
I have used rho = 1.225kg/m^3 and nu = 15.11x10-6 m^2/s (approximate values for air at 20 deg C). For a flow velocity of 27 m/s, this gives me a Re to the order of 10^8.

How would you suggest I take this into account?

The Cd values in BS5400-2 do not appear to state an associated Reynolds number, which I found a little confusing. Does this suggest the the variation of Cd is limited for such a shape, and independent of flow conditions?

Regards
DaveR is offline   Reply With Quote

Old   July 30, 2017, 03:03
Default
  #6
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
For sharp edged bluff bodies the flow is usually assumed to be independent of the Reynolds number after a certain minimum Re. I can not access the files from my phone so how did you calculate the drag?

edit:

In your forceCoeff files how did you calculate these values?

lRef 16.55; // Wheelbase length
Aref 37.2375; // Estimated (Frontal Area)

What is the reference length in the literature for a rectangular bluff blody for the cd value? Are you sure these two values are correct?

I also think that you should not worry about the pressure calculation beeing dependent on the density as you defined it in the forceCoeff file, so it should be taken into account automatically.

Sent from my SM-G950F using CFD Online Forum mobile app

Last edited by Bazinga; July 30, 2017 at 07:29.
Bazinga is offline   Reply With Quote

Old   August 2, 2017, 09:35
Default
  #7
New Member
 
Dave
Join Date: Aug 2016
Posts: 23
Rep Power: 9
DaveR is on a distinguished road
Thanks for clearing that up about the Reynolds number!

Also thanks for pointing out the forceCoeffs, I had got my reference area wrong. Changing this and a few other settings I get a much more amicable Cd ~ 1.05.

My next stages have been to split the rectangle up into a small square and then a rectangle (see attached images).

However, for this simulation I get a Cd ~ 0.952. How much would you suggest I can trust my results? - To me it seems the Cd for the whole body should increase, rather than decrease? I have tried adjusting the level of surface refinement but the change in Cd is trivial.

Any thoughts?

Thanks again for your help and best regards

mesh-rectangle.png
mesh-shapes.png
DaveR is offline   Reply With Quote

Old   August 2, 2017, 10:18
Default
  #8
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
Are we now talking about the drag of the second body?

The second body is now in the wake flow of the first body so I would assume that the drag decreases because of this.
Bazinga is offline   Reply With Quote

Old   August 2, 2017, 10:37
Default
  #9
New Member
 
Dave
Join Date: Aug 2016
Posts: 23
Rep Power: 9
DaveR is on a distinguished road
Thanks for the speedy reply!

I'm not sure how OpenFOAM interprets the shapes, but essentially both the square & rectangle are loaded into snappyHexMesh as a single .stl file named "body". My forceCoeffs file references "body" for taking measurements - so I guess it's working out the average across both shapes?

If I were to separate them, I guess I would see the initial square with a similar Cd as the first simulation (long rectangle), and the rectangle in the wake as quite low. Ideally I'd want to analyse them as one entity however, if that makes sense?

The model is similar to a birds eye view of a articulated lorry. It's known that the gap between the cab and trailer increases turbulence & drag - So would this not be reflected in my results in comparison to the first simulation of the long rectangle?
DaveR is offline   Reply With Quote

Old   August 3, 2017, 14:34
Default
  #10
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
I am not sure if the average of both cd is calculated. I would assume the sum, though. I would just test it with two bodies if I were you.

Sent from my SM-G950F using CFD Online Forum mobile app
Bazinga 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
Reducing drag on a bluff body using dimples BBA FLUENT 3 January 29, 2018 10:09
CFX-Pre problem, pls help!!! cth_yao CFX 0 February 17, 2012 00:52
Bluff body used for diffuser testing lemat1 Siemens 0 December 5, 2009 09:11
Bluff Body krithiga Siemens 4 November 7, 2006 15:45
UDF for lift force on a bluff body sawa FLUENT 2 April 11, 2005 03:06


All times are GMT -4. The time now is 06:59.