![]() |
AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
|
#include "adh.h"
Functions | |
double | fr_urv_drag_coef (double depth, double roughness_height, double stem_diameter, double stem_density) |
This routine calculates a coefficient c_f, such that the shear stress tau is found as follows: ![]() | |
This file calculates a coefficient c_f, such that the shear stress may be computed
double fr_urv_drag_coef | ( | double | depth, |
double | roughness_height, | ||
double | stem_diameter, | ||
double | stem_density | ||
) |
This routine calculates a coefficient c_f, such that the shear stress tau is found as follows: .
[in] | depth | (double) - water depth |
[in] | roughness_height | (double) - the effective roughness height of the stems, L |
[in] | stem_diameter | (double) - the average stem diameter, L |
[in] | stem_density | (double) - the average stem density (stems per unit area), L^-2 |