Go to the source code of this file.
◆ bedload_engel_cc()
subroutine bedload_engel_cc |
( |
type(bief_obj), intent(in) |
TETAP, |
|
|
type(bief_obj), intent(in) |
CF, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
DM, |
|
|
double precision, intent(in) |
DENS, |
|
|
type(bief_obj), intent(inout) |
TETA, |
|
|
type(bief_obj), intent(inout) |
QSC |
|
) |
| |
- Parameters
-
[in] | tetap | CF Quadratic friction coefficient |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in] | NPOIN | Number of points |
[in,out] | QSC | Bed load transport |
[in,out] | TETA | Dimensionless bed shear stress |
[in] | TETAP | Adimensional skin friction |
[in] | cf | CF Quadratic friction coefficient |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in] | NPOIN | Number of points |
[in,out] | QSC | Bed load transport |
[in,out] | TETA | Dimensionless bed shear stress |
[in] | TETAP | Adimensional skin friction |
Definition at line 7 of file bedload_engel_cc.f.