| Re3 | R Documentation |
Calculating the Reynolds Number 3
Re3(D, G, mu, gc = NULL, units = c("SI", "Eng"))
D |
numeric vector that contains the hydraulic diameters "(four times the area in flow divided by the wetted surface) is a characteristic length" (m or ft) [Reference: Lindeburg Manual] |
G |
numeric vector that contains the 'mass flow rate per unit area' (kg/m^2-s or lbm/ft^2-sec) [Reference: Lindeburg Manual] |
mu |
numeric vector that contains the absolute or dynamic viscosity of the fluid (Pa-s or lbf-sec/ft^2) [Reference: Lindeburg Manual] |
gc |
numeric vector that contains the gravitational constant (32.2 lbm-ft/lbf-sec^2) [Reference: Lindeburg Manual] |
units |
character vector that contains the system of units [options are
|
the Reynolds number as a numeric vector for Re3
Note: Please see the Calculating the Reynolds number Examples vignette for usage of Re3
Irucka Embry
Re1 for the additional seealso, description, details, note, and references sections, Re2, Re4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.