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

Functions

double fr_stationary_ice_coef (double depth, double velocity, double rheight_bed, double rheight_ice, double rho, int which)
 This routine calculates a coefficient c_f for stationary ice coefficient, 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 for stationary ice coefficient of friction, such that the shear stress may be computed

Function Documentation

◆ fr_stationary_ice_coef()

double fr_stationary_ice_coef ( double  depth,
double  velocity,
double  rheight_bed,
double  rheight_ice,
double  rho,
int  which 
)

This routine calculates a coefficient c_f for stationary ice coefficient, 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]velocity(double) - velocity magnitude
[in]rheight_bed(double) - bed roughness height
[in]rheight_ice(double) - ice roughness height
[in]rho(double) - density
[in]which(int) - which value to return (1 = bed shear, 2 = ice shear, 3 = total shear)
Returns
c_f (double) - friction coefficient
Author
Brown Jul 24 2006