Model help:FallVelocity: Difference between revisions

From CSDMS
m WikiSysop moved page Temp:FallVelocity to Model help:FallVelocity without leaving a redirect
m Text replacement - "http://csdms.colorado.edu/wiki/" to "https://csdms.colorado.edu/wiki/"
 
Line 3: Line 3:
1) Log in to the wiki
1) Log in to the wiki
2) Create a new page for each model, by using the following URL:
2) Create a new page for each model, by using the following URL:
   * http://csdms.colorado.edu/wiki/Model help:<modelname>
   * https://csdms.colorado.edu/wiki/Model help:<modelname>
   * Replace <modelname> with the name of a model
   * Replace <modelname> with the name of a model
3) Than follow the link "edit this page"
3) Than follow the link "edit this page"
Line 162: Line 162:


<span class="remove_this_tag">Follow the next steps to include images / movies of simulations:</span>
<span class="remove_this_tag">Follow the next steps to include images / movies of simulations:</span>
* <span class="remove_this_tag">Upload file: http://csdms.colorado.edu/wiki/Special:Upload</span>
* <span class="remove_this_tag">Upload file: https://csdms.colorado.edu/wiki/Special:Upload</span>
* <span class="remove_this_tag">Create link to the file on your page: <nowiki>[[Image:<file name>]]</nowiki>.</span>
* <span class="remove_this_tag">Create link to the file on your page: <nowiki>[[Image:<file name>]]</nowiki>.</span>



Latest revision as of 17:16, 19 February 2018

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
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
kinematic viscosity of water (ν) m2 / s
Submerged specific gravity of sediment (R) -
Grain size (D) mm
Acceleration due to gravity (g) -
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

  • Explicit particle Reynolds number
<math>Re_{p} = {\frac{\sqrt { R g D } D}{\nu}} </math> (1)
  • Dimensionless fall velocity
<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> (2)
  • fall velocity
<math>R_{f} = {\frac{v_{s}}{\sqrt { R g D }}} </math> (3)

Notes

b1, b2, b3, b4, b5 are all parameters from Dietrich(1982).

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