Contents - Index


DragCoef_Ellipticalbeam

 

 

Function DragCoef_Ellipticalbeam(Re) the drag coefficient for an elliptical beam of infinite length in crossflow   

 

Inputs

Re - Reynold's number  (Use D1 (the dimension parallel to the flow) to determine Re)

D2\D1 - ratio of the dimension perpendicular to the flow to that parallel to the flow  (Valid values are between 0.125 and 2)

 

Outputs

DragCoef_Ellipticalbeam - drag coefficient [-]

 

Reference:

Summary of Drag Coefficients of Various Shaped Cylinders, 

C.F. Heddleson, D,L, Brown, and R.T. Cliffe, 

APEX-299, 12th edition, General Electric, Aircraft Nuclear Propulsion Dept., April, 1957, Figure 4} 

 

Example:

Re=5e4

D2\D1=0.5

C_d=DragCoef_Ellipticalbeam(Re)

 

{Solution: 

C_d=0.327

}

 

Index