AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
fr_manningsn_to_rheight.c File Reference
#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...
 

Detailed Description

This file collections functions responsible for computing friction coefficient

Function Documentation

◆ fr_manningsn_to_rheight()

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.

Parameters
[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
Returns
ks (double) - equivalent sand roughness height
Author
Brown Jul 24 2006