Model help:FallVelocity: 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 79: Line 79:
|-
|-
| R
| R
| submerged specific gravity of sediment
| submerged specific gravity of sediment, defined as (ρ<sub>s</sub> -ρ) /ρ
| m
| -
|-
|-
| D
| D
Line 86: Line 86:
| mm
| mm
|-
|-
| Re<sub>p</sub>
| ρ<sub>s</sub>
| explicit particle Reynolds no.
| sediment density
| -
| kg / m<sup>3</sup>
|-
|-
| R<sub>f</sub>
| ρ
| dimensionless fall velocity
| water density
| m / s
| kg / m<sup>3</sup>
|-
|-
|}
|}
Line 103: Line 103:
| fall velocity
| fall velocity
| cm / s
| cm / s
|-
| Re<sub>p</sub>
| explicit particle Reynolds no.
| -
|-
| R<sub>f</sub>
| dimensionless fall velocity
| -
|-
|-
|}
|}
Line 109: Line 117:


==Notes==
==Notes==
<span class="remove_this_tag">Any notes, comments, you want to share with the user</span>
This formulation is only valid for Reynold’s numbers less than or equal to 2.5·106.  If Rep is greater than this upper limit, the function will alert the user, and exit the program.
 
<span class="remove_this_tag">Numerical scheme</span>





Revision as of 10:28, 2 May 2011

The CSDMS Help System
The CSDMS Help System

FallVelocity

This model is used to calculate Particle fall velocity.

Model introduction

This model calculate fall velocity for spheres. Uses formulation of Dietrich (1982).

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

<math>Re_{p} = {\frac{sqrt \left ( R g D \right ) D}{\nu}} </math> (1)
<math>R_{f} = {\frac{v_{s}}{sqrt \left ( R g D \right )}} </math> (2)
<math>R_{f} = exp \left ( -b_{1} + b_{2} ln \left ( Re_{p} \right ) - b_{3} \left ( ln \left ( Re_{p} \right ) \right ) ^2 - b_{4} \left ( ln \left ( Re_{p} \right ) \right ) ^3 + b_{5} \left ( ln \left ( Re_{p} \right ) \right ) ^4 \right ) </math> (3)

Notes

This formulation is only valid for Reynold’s numbers less than or equal to 2.5·106. If Rep is greater than this upper limit, the function will alert the user, and exit the program.


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

Dietrich, E. W., 1982, Settling velocity of natural particles, Water Resources Research, 18 (6), 1626-1982.

Links