next up previous contents
Next: Three-dimensional Navier-Stokes Calculations Up: Types of analysis Previous: Hydraulic Networks   Contents


Turbulent Flow in Open Channels

The turbulent flow in open channels can be approximated by one-dimensional network calculations. For the theoretical background the reader is referred to [15] and expecially [11] (in Dutch). The governing equation is the Bresse equation, which is a special form of the Bernoulli equation:

Figure 124: Channel geometry
\begin{figure}\epsfig{file=channelsection.eps,width=12cm}\end{figure}

$\displaystyle \frac{dh}{ds}=\frac{S_0 - S_f + \frac{1}{g} \frac{Q^2}{A^3} \frac {\partial A}{\partial s}}{\sqrt{1 - S_0^2} - \frac{Q^2 B}{g A^3}},$ (146)

where (Figure 124) h is the water depth (measured perpendicular to the channel floor), s is the length along the bottom, $ S_0= \sin(\phi)$, where $ \phi$ is the angle the channel floor makes with a horizontal line, $ S_f$ is a friction term, $ g$ is the earth acceleration, $ Q$ is the volumetric flow (mass flow divided by the fluid density), $ A$ is the area of the cross section $ \frac {\partial
A}{\partial s}$ is the change of the cross section with $ s$ keeping $ h$ fixed and $ B$ is the width of the channel at the fluid surface. The assumptions used to derive the Bresse equation are:

  1. steady-state flow
  2. each cross section is hydrostatic
  3. the velocity is constant across each cross section
  4. the velocity vector is perpendicular to each cross section.

For $ S_f$ several formulas have been proposed. In CalculiX the White-Colebrook and the Manning formula are implemented. The White-Colebrook formula reads

$\displaystyle S_f=\frac{f}{8g} \frac{Q^2 P}{A^3},$ (147)

where $ f$ is the friction coefficient determined by Equation 27, and $ P$ is the wetted circumference of the cross section. The Manning form reads

$\displaystyle S_f=\frac{n^2 Q^2 P^{4/3}}{A^{10/3}}$ (148)

where $ n$ is the Manning coefficient, which has to be determined experimentally.

In CalculiX the channel cross section has to be trapezoidal (Figure 124). For this geometry the following relations apply:

$\displaystyle A=h(b+h \tan\theta),$ (149)

$\displaystyle P=b+\frac{2h}{\cos\theta}$ (150)

and

$\displaystyle B=b+2h \tan\theta.$ (151)

Within an element the floor width $ b$ is allowed to change in a linear way. All other geometry parameters are invariable. Consequently:

$\displaystyle \frac{\partial A}{\partial s} = h \frac{\partial b}{\partial s}.$ (152)

The elements used in CalculiX for one-dimensional channel networks are regular network elements, in which the unknowns are the fluid depth and the temperature at the end nodes and the mass flow in the middle nodes. The equations at our disposal are the Bresse equation in the middle nodes (conservation of momentum), and the mass and energy conservation (Equations 140 and 144, respectively) at the end nodes.

Channel flow can be supercritical or subcritical. For supercritical flow the velocity exceeds the propagation speed $ c$ of a wave, which satisfies $ c=\sqrt{g
h}$. Defining the Froude number by $ Fr=U/c$, where U is the velocity of the fluid, supercritical flow corresponds to $ Fr>1$. Supercritical flow is controlled by upstream boundary conditions. If the flow is subcritical ($ Fr<1$) it is controlled by downstream boundary conditions. In a subcritical flow disturbances propagate upstream and downstream, in a supercritical flow they propagation downstream only. A transition from supercritical to subcritical flow is called a hydraulic jump, a transition from subcritical to supercritical flow is a fall. At a jump the following equation is satisfied [15] (conservation of momentum):

$\displaystyle A_2 \dot{m}^2 + \rho^2 g \sqrt{1 - S_0^2} A_1^2 A_2 {y_G}_1 = A_1 \dot{m}^2 + \rho^2 g \sqrt{1 - S_0^2} A_2^2 A_1 {y_G}_2,$ (153)

where $ A_1, A_2$ are the cross sections before and after the jump, $ {y_G}_1$ and $ {y_G}_2$ are the centers of gravity of these sections, $ \rho$ is the fluid density and $ \dot{m}$ is the mass flow. A fall can only occur at discontinuities in the channel geometry, e.g. at a discontinuous increase of the channel floor slope $ S_0$. Available boundary conditions are the sluice gate, the weir and the infinite reservoir. They are described in Section 6.5.

Output variables are the mass flow (key MF on the *NODE PRINT or *NODE FILE card), the fluid depth (key PN -- network pressure -- on the *NODE PRINT card and DEPT on the *NODE FILE card) and the total temperature (key NT on the *NODE PRINT card and TT on the *NODE FILE card). These are the primary variables in the network. Internally, in network nodes, components one to three of the structural displacement field are used for the mass flow, the fluid depth and the critical depth, respectively. So their output can also be obtained by requesting U on the *NODE PRINT card. This is the only way to get the critical depth in the .dat file. In the .frd file the critical depth can be obtained by selecting HCRI on the *NODE FILE card. Notice that for liquids the total temperature virtually coincides with the static temperature (cf. previous section; recall that the wave speed in a channel with water depth 1 m is $ \sqrt{10}$ m/s). If a jump occurs in the network, this is reported on the screen listing the element in which the jump takes place and its relative location within the element.


next up previous contents
Next: Three-dimensional Navier-Stokes Calculations Up: Types of analysis Previous: Hydraulic Networks   Contents
guido dhondt 2014-03-02