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

Functions

double fr_sav_drag_coef (double depth, double roughness_height, double sav_stem_height)
 TThis routine calculates a coefficient c_f, such that the shear stress tau is found as follows: $ \tau = 1/2 \rho c_f vel*vel $. More...
 

Detailed Description

This file calculates a coefficient c_f, such that the shear stress may be computed

Function Documentation

◆ fr_sav_drag_coef()

double fr_sav_drag_coef ( double  depth,
double  roughness_height,
double  sav_stem_height 
)

TThis routine calculates a coefficient c_f, such that the shear stress tau is found as follows: $ \tau = 1/2 \rho c_f vel*vel $.

Parameters
[in]depth(double) - water depth
[in]roughness_height(double) - the effective roughness height of the stems, L
[in]sav_stem_height(double) - the undeflected sav stem height, L
Returns
c_f (double) - friction coefficient
Author
Brown Jul 24 2006