Go to the source code of this file.
◆ bedload_engel()
subroutine bedload_engel |
( |
type(bief_obj), intent(in) |
TOB, |
|
|
type(bief_obj), intent(in) |
CF, |
|
|
double precision, intent(in) |
DENS, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
DM, |
|
|
double precision, intent(in) |
XMVE, |
|
|
type(bief_obj), intent(inout) |
QSC |
|
) |
| |
- Parameters
-
[in] | tob | CF Quadratic friction coefficient |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in,out] | QSC | Bed load transport |
[in,out] | TOB | Bed shear stress (total friction) |
[in] | XMVE | Fluid density |
[in] | cf | CF Quadratic friction coefficient |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in,out] | QSC | Bed load transport |
[in,out] | TOB | Bed shear stress (total friction) |
[in] | XMVE | Fluid density |
Definition at line 7 of file bedload_engel.f.