Description Usage Arguments Value Author(s) Examples
View source: R/reynolds_number.R
The Reynolds number (Re) is an important dimensionless quantity in fluid mechanics used to help predict flow patterns in different fluid flow situations.
1 | reynolds_number(flow, dn, temp = 20)
|
flow |
cubic meter per second (m³/s) |
dn |
diameter in meter (m) |
temp |
temp is in °C |
reynolds number dimensionless quantity
Dr. Raúl Trujillo Álvarez dr.ing.trujillo@gmail.com
1 2 3 | reynolds_number(flow = 0.157, dn = 0.3, temp = 20)
reynolds_number(flow = 3.72, dn = 1.2, temp = 14)
reynolds_number(flow = 0.042, dn = 0.150, temp = 14.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.