Go to the source code of this file.
|
subroutine | bedload_soulsby (UCMOY, HN, UW, NPOIN, DENS, GRAV, DM, DSTAR, D90, QSC, QSS) |
|
◆ bedload_soulsby()
subroutine bedload_soulsby |
( |
type(bief_obj), intent(in) |
UCMOY, |
|
|
type(bief_obj), intent(in) |
HN, |
|
|
type(bief_obj), intent(in) |
UW, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, intent(in) |
DENS, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
DM, |
|
|
double precision, intent(in) |
DSTAR, |
|
|
double precision, intent(in) |
D90, |
|
|
type(bief_obj), intent(inout) |
QSC, |
|
|
type(bief_obj), intent(inout) |
QSS |
|
) |
| |
- Parameters
-
[in] | hn | D90 D90 |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | DSTAR | Non-dimensional diameter |
[in] | GRAV | Acceleration of gravity |
[in] | HN | Water depth |
[in] | NPOIN | Number of points |
[in,out] | QSC | Bed load transport |
[in,out] | QSS | Suspended load transport rate |
[in] | UCMOY | Current intensity (m/s) |
[in] | UW | Orbital wave velocity |
[in] | ucmoy | D90 D90 |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | DSTAR | Non-dimensional diameter |
[in] | GRAV | Acceleration of gravity |
[in] | HN | Water depth |
[in] | NPOIN | Number of points |
[in,out] | QSC | Bed load transport |
[in,out] | QSS | Suspended load transport rate |
[in] | UCMOY | Current intensity (m/s) |
[in] | UW | Orbital wave velocity |
[in] | uw | D90 D90 |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | DSTAR | Non-dimensional diameter |
[in] | GRAV | Acceleration of gravity |
[in] | HN | Water depth |
[in] | NPOIN | Number of points |
[in,out] | QSC | Bed load transport |
[in,out] | QSS | Suspended load transport rate |
[in] | UCMOY | Current intensity (m/s) |
[in] | UW | Orbital wave velocity |
Definition at line 8 of file bedload_soulsby.f.