Model help:BackwaterCalculator: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 18: Line 18:
==Model introduction==
==Model introduction==
The program solves the backwater equation for subcritical flow with a predictor – corrector scheme.  
The program solves the backwater equation for subcritical flow with a predictor – corrector scheme.  


==Model parameters==
==Model parameters==
Line 117: Line 116:
|}
|}
<headertabs/>
<headertabs/>


==Uses ports==
==Uses ports==
Line 151: Line 149:
|width=50px align="right"|(5)
|width=50px align="right"|(5)
|}
|}
* Manning-Strickler
* Manning-Strickler formulation
::::{|
::::{|
|width=500px|<math> C_{f} ^ \left ( {\frac{-1}{2}} \right ) = \alpha _{r} \left ( {\frac{H}{k_{s}}} \right ) ^ \left ( {\frac{1}{6}} \right ) </math>
|width=500px|<math> C_{f} ^ \left ( {\frac{-1}{2}} \right ) = \alpha _{r} \left ( {\frac{H}{k_{s}}} \right ) ^ \left ( {\frac{1}{6}} \right ) </math>
Line 168: Line 166:
!Symbol!!Description!!Unit
!Symbol!!Description!!Unit
|-
|-
| X
| x
| Streamwise coordinate
| Streamwise coordinate
| m
| m
Line 215: Line 213:
| non-dimensional order-one constant
| non-dimensional order-one constant
| -
| -
|-
| D<sub>90</sub>
|
|
|-
|-
| H<sub>1</sub>
| H<sub>1</sub>
Line 244: Line 238:
|-
|-
| H
| H
| depth
| water depth
| m
| m
|-
|-
Line 292: Line 286:


==Notes==
==Notes==
* Note on equations
The model uses equation 1 to compute the water depth, H, everywhere in the channel for a given water discharge per unit channel width, q<sub>w</sub>, and downstream boundary condition, i.e. a user specified water depth.
The bed slope, S, is assumed constant in the streamwise direction, the friction slope, S<sub>f</sub>, and the Froude number, Fr, are defined as equation 2,3.
* Note on model running
The water depth is calculated using a Chézy formulation, when only the Chézy coefficient is specified in the input text file.  The Manning-Strickler formulation is implemented, when only the coefficients α<sub>r</sub> and n<sub>k</sub> are given in the input file.  When all the three parameters are present, the program will ask the user which formulation they would like to use.
The water depth is calculated using a Chézy formulation, when only the Chézy coefficient is specified in the input text file.  The Manning-Strickler formulation is implemented, when only the coefficients α<sub>r</sub> and n<sub>k</sub> are given in the input file.  When all the three parameters are present, the program will ask the user which formulation they would like to use.



Revision as of 15:55, 11 May 2011

The CSDMS Help System

BackwaterCalculator

This program is used for backwater calculations in open channel flow.

Model introduction

The program solves the backwater equation for subcritical flow with a predictor – corrector scheme.

Model parameters

Parameter Description Unit
Input directory path to input files
Site prefix Site prefix for Input/Output files
Case prefix Case prefix for Input/Output files
Parameter Description Unit
Chezy or Manning, Chezy-1 or Manning-2 -
Parameter Description Unit
D90 of the surface mm
hydraulic radius m
Chezy coefficient -
initial depth mm
Mean diameter mm
alpha (r) -
roughness coefficient
starting point m
Slope m / m
water discharge m2 / s
step size m
Parameter Description Unit
Model name name of the model -
Author name name of the model author -

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

  • Water depth calculation
[math]\displaystyle{ {\frac{dH}{dx}} = {\frac{S - S_{f}}{1 - Fr^2}} }[/math] (1)
  • Friction slope
[math]\displaystyle{ S_{f} = C_{f} Fr^2 }[/math] (2)
  • Froude number
[math]\displaystyle{ Fr = {\frac{q_{w}}{\sqrt{g H^3}}} }[/math] (3)
  • Non-dimensional friction coefficient
[math]\displaystyle{ C_{f} = {\frac{1}{Cz^2}} }[/math] (4)
  • Chezy equation
[math]\displaystyle{ Cz = {\frac{K_{Cz}}{\sqrt{g}}} }[/math] (5)
  • Manning-Strickler formulation
[math]\displaystyle{ C_{f} ^ \left ( {\frac{-1}{2}} \right ) = \alpha _{r} \left ( {\frac{H}{k_{s}}} \right ) ^ \left ( {\frac{1}{6}} \right ) }[/math] (6)
  • Roughness height due to skin friciton
[math]\displaystyle{ k_{s} = n_{k} D_{90} }[/math] (7)

Notes

The water depth is calculated using a Chézy formulation, when only the Chézy coefficient is specified in the input text file. The Manning-Strickler formulation is implemented, when only the coefficients αr and nk are given in the input file. When all the three parameters are present, the program will ask the user which formulation they would like to use.


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

Any link, eg. to the model questionnaire, etc.