Description Usage Arguments Details Value Examples
Calculate the Froude Number.
1 | froude(Q, g, A, DH)
|
Q |
Flow rate [L^3 T^{-1}]. |
g |
Gravitational acceleration [L T^{-2}]. |
A |
Flow area [L^2]. |
DH |
Hydraulic depth [L]. |
The Froude number is a dimensionless measure of bulk flow characteristics that represents the relative importance of inertial forces and gravitational forces. For open channel flow, the Froude number of open channel flow is defined as
Fr = \frac{v}{√{gD_H}}
where v = \frac{Q}{A} is the flow velocity, g is the gravitational acceleration and D_H is the hydraulic depth. The Froude number is related to the energy state of the flow and can be used to identify flows as either supercritical (Fr < 1) or subcritical (Fr > 1).
The Froude Number (dimensionless).
1 2 3 |
[1] 0.1970234
[1] 0.9999867
[1] 1.459464
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.