AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
fr_equiv_depavg_shstr_coef.c File Reference
#include "adh.h"

Functions

double fr_equiv_depavg_shstr_coef (double depth, double roughness_height)
 This routine calculates a coefficient $c_{eda}$, such that the shear stress $tau$ is found as follows: $ \tau = c_{eda} \tau_{nbv}$ where $\tau_{nbv}$ is the shear stress as calcuated using near bed velocity. Hence, this routine yields a coefficient that will convert the shear stress found using near bed velocity into an approximate shear stress that would result from using depth averaged valocity. More...
 

Detailed Description

This file collections functions responsible for computing friction coefficient

Function Documentation

◆ fr_equiv_depavg_shstr_coef()

double fr_equiv_depavg_shstr_coef ( double  depth,
double  roughness_height 
)

This routine calculates a coefficient $c_{eda}$, such that the shear stress $tau$ is found as follows: $ \tau = c_{eda} \tau_{nbv}$ where $\tau_{nbv}$ is the shear stress as calcuated using near bed velocity. Hence, this routine yields a coefficient that will convert the shear stress found using near bed velocity into an approximate shear stress that would result from using depth averaged valocity.

Parameters
[in]depth(double) - water depth
[in]roughness_height(double) - roughness height
Returns
c_eda (double)
Note
The minimum ratio of depth to roughness_height is 1./29.7
Author
Brown Jul 24 2006