![]() |
AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
|
#include "adh.h"
Functions | |
double | fr_manningsn_to_rheight (double n, double kn, double g) |
This routine converts a value of Manning's n to a value of the equivalent sand roughness height. More... | |
This file collections functions responsible for computing friction coefficient
double fr_manningsn_to_rheight | ( | double | n, |
double | kn, | ||
double | g | ||
) |
This routine converts a value of Manning's n to a value of the equivalent sand roughness height.
[in] | n | (double) - manning's n L^(1/3) T |
[in] | kn | (double) - Manning's units conversion constant L^(1/6) |
[in] | g | (double) - gravitational constant |