Go to the source code of this file.
|
subroutine | ride (KS, TW, UW, UNORM, GRAV, XMVE, XMVS, VCE, NPOIN, KSPRATIO, ACLADM) |
|
◆ ride()
subroutine ride |
( |
double precision, dimension(npoin), intent(inout) |
KS, |
|
|
double precision, dimension(npoin), intent(in) |
TW, |
|
|
double precision, dimension(npoin), intent(in) |
UW, |
|
|
double precision, dimension(npoin), intent(in) |
UNORM, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
XMVE, |
|
|
double precision, intent(in) |
XMVS, |
|
|
double precision, intent(in) |
VCE, |
|
|
integer |
NPOIN, |
|
|
double precision, intent(in) |
KSPRATIO, |
|
|
double precision, dimension(npoin), intent(in) |
ACLADM |
|
) |
| |
- Parameters
-
[in] | npoin | ACLADM Mean diameter of sediment |
[in] | GRAV | Acceleration of gravity |
[out] | KS | Wave induce ripple roughness |
[in] | KSPRATIO | Ratio between skin bed roughess and grain size |
[in] | NPOIN | Number of points |
[in] | TW | Wave period |
[in] | UNORM | Norm of the mean flow velocity |
[in] | UW | Orbital wave velocity |
[in] | VCE | Water viscosity |
[in] | XMVE | Fluid density |
[in] | XMVS | Sediment density |
Definition at line 7 of file ride.f.