DragCoef_Pickup
Function DragCoef_pickup returns the drag coefficient for a typical pickup truck with an uncovered bed
Inputs
Re - Reynolds number. (Any value as the drag coefficient is a constant)
Outputs
DragCoef_Pickup - drag coefficient [-]
Reference:
Yang, Z., and Khalighi, B.,
"CFD Simulation for Flow Over Pickup Trucks",
SAE Paper No. 2005-01-0547, 2005.
Example:
C_d=DragCoef_Pickup(1e5)
{Solution:
C_d=0.477
}