Model help:DeltaBW: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 17: Line 17:


==Model introduction==
==Model introduction==
This module is a calculator for 1D Subaerial Fluvial Fan-Delta with Channel of Constant Width. This model assumes a narrowly channelized 1D fan-delta prograding into standing water. The model uses a single grain size D, a generic total bed material load relation and a constant bed resistance coefficient. The channel is assumed to have a constant width. Water and sediment discharge are specified per unit width.The channel is assumed to have a constant width. Water and sediment discharge are specified per unit width. The fan builds outward by forming a prograding delta front with an assigned foreset slope. The code employs a full backwater calculation.  
This program calculates bed surface evolution for a narrowly channelized1D fan-delta prograding into standing water using a backwater formulation, as well as calculating the final water surface of the system and the mass balance of sediment in the system.


<div id=CMT_MODEL_PARAMETERS>
<div id=CMT_MODEL_PARAMETERS>
Line 52: Line 52:


==Main equations==
==Main equations==
<span class="remove_this_tag">A list of the key equations. HTML format is supported; latex format will be supported in the future</span>
* Critical water depth
::::{|
|width=500px|<math> H_{crit} = \left ( q_{w} ^ 2 / g \right ) ^ \left ( {\frac{1}{3}} \right ) </math>
|width=50px align="right"|(1)
|}


<div class="NavFrame collapsed" style="text-align:left">
<div class="NavFrame collapsed" style="text-align:left">
Line 68: Line 72:
| -
| -
|-
|-
| C<sub>z<z>
| C<sub>z</sub>
| dimensionless Chezy resistance coefficient
| dimensionless Chezy resistance coefficient
| -
| -
Line 96: Line 100:
| -
| -
|-
|-
| τ<sub>sc <sup>*</sup>
| τ<sub>sc<sub> <sup>*</sup>
| critical Shields stress in load relation
| critical Shields stress in load relation
|  
|  
Line 160: Line 164:
| m / s
| m / s
|-
|-
| τ<sub>si<sub>
| τ<sub>si</sub>
| initial Shields stress at top of foreset
| initial Shields stress at top of foreset
| m / s
| m / s
|-
|-
| H<sub>ni<sub>
| H<sub>ni</sub>
| normal depth associated with initial slope
| normal depth associated with initial slope
| m
| m
|-
|-
| C<sub>f<sub>
| C<sub>f</sub>
| friction coefficient
| friction coefficient
| -
| -
|-
|-
| d<sub>t<sub>
| d<sub>t</sub>
| time step
| time step
| s
| s
Line 180: Line 184:
| s
| s
|-
|-
| τ<sub>sn<sub>
| τ<sub>sn</sub>
| normal Shields stress associated with q<sub>w</sub> and q<sub>tf</sub>
| normal Shields stress associated with q<sub>w</sub> and q<sub>tf</sub>
|  
|  
|-
|-
| S<sub>n<sub>
| S<sub>n</sub>
| normal slope associated with q<sub>w</sub> and q<sub>tf</sub>
| normal slope associated with q<sub>w</sub> and q<sub>tf</sub>
|  
|  
|-
|-
| H<sub>n<sub>
| H<sub>n</sub>
| normal depth associated with q<sub>w</sub> and q<sub>tf</sub>
| normal depth associated with q<sub>w</sub> and q<sub>tf</sub>
| m
| m
|-
|-
| F<sub>rn<sub>
| F<sub>rn</sub>
| normal Froude number associated with q<sub>w</sub> and q<sub>tf</sub>
| normal Froude number associated with q<sub>w</sub> and q<sub>tf</sub>
|  
|  
|-
| x
| downstream coordinate
| m
|-
| η
| bed surface elevation
| m
|-
| Sl
| bed slope
| -
|-
| q<sub>b</sub>
| volume bedload transport per unit width
| m<sup>2</sup> / s
|-
| H
| water depth
| m
|-
| τ
| shear stress
| N / m<sup>2</sup>
|-
| sbb
| reach of the alluvium bottom
| m
|-
| sss
| reach of the alluvium top
| m
|-
| etaup
| upstream bed surface elevation
| m
|-
| etatop
| bed surface elevation of the top of the forest
| m
|-
| etabot
| bed surface elevation of the bottom of the forest
| m
|-
| q
| flood discharge
| m<sup>2</sup> / s
|-
| I
| flood intermittency
| -
|-
| Q
| upstream bed material sediment feed rate during floods
| m<sup>2</sup> / s
|-
| D
| grain diameter
| mm
|-
| Cz
| coefficient in the Chezy rlation, C<sub>f</sub>
| -
|-
| n
| exponent in the load relation
| -
|-
| T
| critical shields stress in load relation
| -
|-
| E
| elevation of the top of the forest
| m
|-
| e
| initial elevation of the bottom of the forest
| m
|-
| f
| initial fluvial bedslope
| -
|-
| b
| subaqueous basement slope
| -
|-
| s
| initial length of the fluvial zone
| m
|-
| m
| maximum length of the fluvial zone
| m
|-
| S
| slope of the forest face, S<sub>a</sub>
| -
|-
| R
| submerged specific gravity
| -
|-
| L
| bed porosity
| -
|-
| k
| coefficient in the Manning-Strickler relation
| -
|-
| a
| coefficient in the total bed material load relation
| -
|-
| r
| coefficient in the Manning-Strickler relation
| -
|-
| M
| number of fluvial nodes
| -
|-
| t
| time step
| days
|-
| p
| number of prints
| -
|-
| i
| number of iterations per print
| -
|-
|-
|}
|}
Line 220: Line 360:


==Notes==
==Notes==
This module is a calculator for 1D Subaerial Fluvial Fan-Delta with Channel of Constant Width. This model assumes a narrowly channelized 1D fan-delta prograding into standing water. The model uses a single grain size D, a generic total bed material load relation and a constant bed resistance coefficient. The channel is assumed to have a constant width. Water and sediment discharge are specified per unit width.The channel is assumed to have a constant width. Water and sediment discharge are specified per unit width. The fan builds outward by forming a prograding delta front with an assigned foreset slope. The code employs a full backwater calculation.
* Note on model running
A uniform grain size is assumed, and the same choice of Manning Strickler or Chézy is posed to the user.
The fan builds outward by forming a prograding delta front with an assigned foreset slope.
If the flow becomes supercritical, the backwater calculation will fail, so the program automatically alerts the user and exits.


The initial depth at the top of the foreset must be greater than the critical water depth H<sub>crit</sub>; if it isn't the program will alert the user and exit





Revision as of 19:21, 25 April 2011

The CSDMS Help System

DeltaBW

This is used to Calculate evolution of long profile of a river ending in a 1D migrating delta, using a backwater formulation.

Model introduction

This program calculates bed surface evolution for a narrowly channelized1D fan-delta prograding into standing water using a backwater formulation, as well as calculating the final water surface of the system and the mass balance of sediment in the system.

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

  • Critical water depth
[math]\displaystyle{ H_{crit} = \left ( q_{w} ^ 2 / g \right ) ^ \left ( {\frac{1}{3}} \right ) }[/math] (1)

Notes

This module is a calculator for 1D Subaerial Fluvial Fan-Delta with Channel of Constant Width. This model assumes a narrowly channelized 1D fan-delta prograding into standing water. The model uses a single grain size D, a generic total bed material load relation and a constant bed resistance coefficient. The channel is assumed to have a constant width. Water and sediment discharge are specified per unit width.The channel is assumed to have a constant width. Water and sediment discharge are specified per unit width. The fan builds outward by forming a prograding delta front with an assigned foreset slope. The code employs a full backwater calculation.

  • Note on model running

A uniform grain size is assumed, and the same choice of Manning Strickler or Chézy is posed to the user.

The fan builds outward by forming a prograding delta front with an assigned foreset slope.

If the flow becomes supercritical, the backwater calculation will fail, so the program automatically alerts the user and exits.

The initial depth at the top of the foreset must be greater than the critical water depth Hcrit; if it isn't the program will alert the user and exit


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