DragCoef_HalfTube_d
Function DragCoef_halftube_d(Re) the drag coefficient for a round half tube cylinder of infinite length in crossflow with the curved end facing downstream
Inputs
Re - Reynold's number {Note: The drag coefficient is independent of Re, but a value must be supplied}
Outputs
DragCoef_HalfTube_d - drag coefficient [-]
Reference:
F.M White, Fluid Mechanics, 5th ed, ISBN 0-07-240217-2, McGraw-Hill, 2003
Example:
Re=5e4
C_d=DragCoef_Halftube_d(Re)
{Solution:
C_d=2.3
}