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

Functions

double fr_bedshstr_drag_coef (double depth, double roughness_height)
 This routine calculates a coefficient c_f, such that the shear stress tau is found as follows: $ \tau = 1/2 \rho c_f \|V\|^2 $ This coefficient is for depth integrated model velocity. More...
 

Detailed Description

This file collections functions responsible for computinf friction coefficient

Function Documentation

◆ fr_bedshstr_drag_coef()

double fr_bedshstr_drag_coef ( double  depth,
double  roughness_height 
)

This routine calculates a coefficient c_f, such that the shear stress tau is found as follows: $ \tau = 1/2 \rho c_f \|V\|^2 $ This coefficient is for depth integrated model velocity.

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