Model help:DredgeSlotBW: Difference between revisions

From CSDMS
(Created page with "<!-- How to create a new "Model help" page: 1) Log in to the wiki 2) Create a new page for each model, by using the following URL: * http://csdms.colorado.edu/wiki/Model help:...")
 
No edit summary
Line 64: Line 64:
<span class="remove_this_tag">A list of the key equations. HTML format is supported; latex format will be supported in the future</span>
<span class="remove_this_tag">A list of the key equations. HTML format is supported; latex format will be supported in the future</span>


<div class="NavFrame collapsed" style="text-align:left">
  <div class="NavHead">Nomenclature</div>
  <div class="NavContent">
{| {{Prettytable}} class="wikitable sortable"
!Symbol!!Description!!Unit
|-
| Q<sub>w</sub>
| flow discharge
| m<sup>3</sup> / s
|-
| I<sub>f</sub>
| flood intermittency
| -
|-
| B
| channel width
| m
|-
| D<sub>50</sub>
| median grain size (sand)
| m
|-
| D<sub>90</sub>
| grain size such that 90% is finer (sand)
| -
|-
| R
| submerged specific gravity of sediment
| -
|-
| S
| bed slope
| -
|-
| L
| Reach length
| m
|-
| H<sub>slot</sub>
| depth of dredge slot
| m
|-
| r<sub>u</sub>
| fraction of reach length defining upstream end of dredge slot
| cm / s
|-
| r<sub>d</sub>
| fraction of reach length defining downstream end of dredge slot
|
|-
| λ<sub>p</sub>
| bed porosity
| -
|-
| M
| number of intervals
| -
|-
| ∆<sub>x</sub>
| spatial step length
| m
|-
| ∆<sub>t</sub>
| time step
| year
|-
| Mtoprint
| number of time steps to printout
| -
|- 
| Mprint
| number of printouts
| -
|-
| a<sub>u</sub>
| upwinding coefficient: a<sub>u</sub> = 1 corresponds to full upwinding
| -
|- 
|}
  </div>
</div>
==Notes==
==Notes==
<span class="remove_this_tag">Any notes, comments, you want to share with the user</span>
In the calculation of River Bed Elevation Variation with a Dredge Slot: the river is assumed to be sand-bed. The calculation proceeds using a backwater formulation. Flow resistance is computed using the Wright-Parker (2004) formulation. The bedload transport rate is computed using the Ashida-Michiue (1972) formulation. The rate of entrainment into suspension is computed using the Wright-Parker formulation without the stratification correction.
 
<span class="remove_this_tag">Numerical scheme</span>




Line 80: Line 161:


==Developer(s)==
==Developer(s)==
<span class="remove_this_tag">Name of the module developer(s)</span>
[[User:Gparker|Gary Parker ]]


==References==
==References==
Line 86: Line 167:


==Links==
==Links==
<span class="remove_this_tag">Any link, eg. to the model questionnaire, etc.</span>
* [[http://csdms.colorado.edu/wiki/Model:DredgeSlotBW Model:DredgeSlotBW]]


[[Category:Modules]] [[Category:Utility components]]
[[Category:Utility components]]

Revision as of 18:16, 13 April 2011

The CSDMS Help System

DredgeSlotBW

This model is a calculator for aggradation and degradation of sediment mixtures in gravel-bed streams subject to cyclic hydrographs.

Model introduction

This program calculates the 1D bed evolution of a sand-bed river after installation of a dredge slot. The calculation begins with the assumption of a prevailing mobile-bed normal flow equilibrium before installation of the dredge slot. The flow depth H, volume bedload transport rate per unit width qb and volume suspended transport rate per unit width qs at normal flow are computed based on input values of discharge Qww, channel width B, bed material sizes D50 and D90, sediment submerged specific gravity Rr and bed slope S.

The sediment is assumed to be sufficiently uniform so that D50 and D90 are unchanging in space and time. The input parameter Inter specifies the fraction of any year for which flood flow prevails. At other times of the year the river is assumed to be morphologically dormant.

The reach is assumed to have length L. The dredge slot is excavated at time t = 0, and then allowed to fill in time with no subsequent excavation. The depth of initial excavation below the bottom of the bed prevailing at normal equilibrium is an input variable with the name Hslot. The dredge slot extends from an upstream point equal to ru*L to a downstream point rd*Hslot, where ru and rd are user-input values.

The porosity lamp of the sediment deposit is a user-input parameter.

The bedload transport relation used in the calculation is that of Ashida and Michiue (1972). The formulation for entrainment of sediment into suspension is that of Wright and Parker (2004). The formulation for flow resistance is that of Wright and Parker (2004). The flow stratification correction of Wright-Parker is not implemented here for simplicity. A quasi-equilibrium formulation is used to computed the transport rate of suspended sediment from the entrainment rate.

A backwater calculation is used to compute the flow. The water surface elevation at the downstream end of the reach is held constant at the value associated with normal flow equilibrium.

Iteration is required to compute: a) the flow depth prevailing at normal flow; b) the friction slope and depth prevailing at normal flow, b) the friction slope and depth associated with skin friction associated with skin friction from any given value of depth, and b) the minimum Shields number below which form drag is taken to vanish.

Model parameters

Parameter Description Unit
First parameter Description parameter [Units]
Parameter Description Unit
First parameter Description parameter [Units]

Uses ports

This will be something that the CSDMS facility will add

Provides ports

This will be something that the CSDMS facility will add

Main equations

A list of the key equations. HTML format is supported; latex format will be supported in the future

Notes

In the calculation of River Bed Elevation Variation with a Dredge Slot: the river is assumed to be sand-bed. The calculation proceeds using a backwater formulation. Flow resistance is computed using the Wright-Parker (2004) formulation. The bedload transport rate is computed using the Ashida-Michiue (1972) formulation. The rate of entrainment into suspension is computed using the Wright-Parker formulation without the stratification correction.


Examples

An example run with input parameters, BLD files, as well as a figure / movie of the output

Follow the next steps to include images / movies of simulations:

See also: Help:Images or Help:Movies

Developer(s)

Gary Parker

References

Key papers

Links