The function estimates the Reynolds Number, which describes the dynamic properties of the fluid surrounding the animal as the ratio of internal viscous forces (Gates 1980) .

Reynolds_number(u, D, nu)

Arguments

u

numeric wind speed (m s-1).

D

numeric characteristic dimension (e.g., body diameter) (m)

nu

numeric the kinematic viscosity, ratio of dynamic viscosity to density of the fluid (m2 s-1); can calculate from DRYAIR or WETAIR.

Value

numeric Reynolds number.

References

Gates DM (1980). Biophysical Ecology. Springer-Verlag, New York, NY, USA.

Examples

  Reynolds_number(u  = 1,
                  D  = 0.001,
                  nu = 1.2)
#> [1] 0.0008333333