Go to the source code of this file.
◆ bedload_engel_gaia()
subroutine bedload_engel_gaia |
( |
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) |
DCLA, |
|
|
double precision, intent(in) |
XMVE, |
|
|
type(bief_obj), intent(inout) |
TETA, |
|
|
type(bief_obj), intent(inout) |
QSC, |
|
|
double precision, intent(in) |
XMVS |
|
) |
| |
- Parameters
-
[in] | tob | CF Quadratic friction coefficient |
[in] | DENS | Relative density of sediment |
[in] | DCLA | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in,out] | QSC | Bed load transport rate |
[in,out] | TETA | Dimensionless bed shear stress |
[in] | TOB | Bed shear stress (total friction) |
[in] | XMVE | Fluid density |
[in] | XMVS | Sediment density |
[in] | cf | CF Quadratic friction coefficient |
[in] | DENS | Relative density of sediment |
[in] | DCLA | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in,out] | QSC | Bed load transport rate |
[in,out] | TETA | Dimensionless bed shear stress |
[in] | TOB | Bed shear stress (total friction) |
[in] | XMVE | Fluid density |
[in] | XMVS | Sediment density |
Definition at line 7 of file bedload_engel_gaia.f.