Go to the source code of this file.
|
subroutine | bedload_interact (UCMOY, TOBW, TOB, ALPHAW, FW, CF, UW, NPOIN, XMVE, FCW) |
|
◆ bedload_interact()
subroutine bedload_interact |
( |
type(bief_obj), intent(in) |
UCMOY, |
|
|
type(bief_obj), intent(in) |
TOBW, |
|
|
type(bief_obj), intent(in) |
TOB, |
|
|
type(bief_obj), intent(in) |
ALPHAW, |
|
|
type(bief_obj), intent(in) |
FW, |
|
|
type(bief_obj), intent(in) |
CF, |
|
|
type(bief_obj), intent(in) |
UW, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, intent(in) |
XMVE, |
|
|
type(bief_obj), intent(inout) |
FCW |
|
) |
| |
- Parameters
-
[in] | ucmoy | ALPHAW Angle of waves with ox |
[in] | CF | Quadratic friction coefficient |
[in,out] | FCW | Wave-current friction factor |
[in] | FW | Wave friction factor |
[in] | NPOIN | Number of points |
[in,out] | TOB | Bed shear stress (total friction) |
[in] | TOBW | Wave induced shear stress |
[in] | UCMOY | Mean current |
[in] | UW | Orbital wave velocity |
[in] | XMVE | Fluid density |
[in] | tobw | ALPHAW Angle of waves with ox |
[in] | CF | Quadratic friction coefficient |
[in,out] | FCW | Wave-current friction factor |
[in] | FW | Wave friction factor |
[in] | NPOIN | Number of points |
[in,out] | TOB | Bed shear stress (total friction) |
[in] | TOBW | Wave induced shear stress |
[in] | UCMOY | Mean current |
[in] | UW | Orbital wave velocity |
[in] | XMVE | Fluid density |
[in] | tob | ALPHAW Angle of waves with ox |
[in] | CF | Quadratic friction coefficient |
[in,out] | FCW | Wave-current friction factor |
[in] | FW | Wave friction factor |
[in] | NPOIN | Number of points |
[in,out] | TOB | Bed shear stress (total friction) |
[in] | TOBW | Wave induced shear stress |
[in] | UCMOY | Mean current |
[in] | UW | Orbital wave velocity |
[in] | XMVE | Fluid density |
[in] | alphaw | ALPHAW Angle of waves with ox |
[in] | CF | Quadratic friction coefficient |
[in,out] | FCW | Wave-current friction factor |
[in] | FW | Wave friction factor |
[in] | NPOIN | Number of points |
[in,out] | TOB | Bed shear stress (total friction) |
[in] | TOBW | Wave induced shear stress |
[in] | UCMOY | Mean current |
[in] | UW | Orbital wave velocity |
[in] | XMVE | Fluid density |
Definition at line 7 of file bedload_interact.f.