Go to the source code of this file.
|
subroutine | suspension_sandflow (FDM, FD90, NPOIN, GRAV, XMVE, XMVS, ZERO, CSTAEQ, HN, U2D, V2D, CSRATIO) |
|
◆ suspension_sandflow()
subroutine suspension_sandflow |
( |
double precision, intent(in) |
FDM, |
|
|
double precision, intent(in) |
FD90, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
XMVE, |
|
|
double precision, intent(in) |
XMVS, |
|
|
double precision, intent(in) |
ZERO, |
|
|
type(bief_obj), intent(inout) |
CSTAEQ, |
|
|
type(bief_obj), intent(in) |
HN, |
|
|
type(bief_obj), intent(in) |
U2D, |
|
|
type(bief_obj), intent(in) |
V2D, |
|
|
type(bief_obj), intent(in) |
CSRATIO |
|
) |
| |
- Parameters
-
[in] | hn | XMVE Water density |
[in] | XMVS | Sediment density |
[in,out] | CSTAEQ | Equilibrium sediment concentration HN |–>| WATER DEPTJ |
[in] | U2D | Depth averaged velocity in x direction |
[in] | V2D | Depth averaged velocity in y direction |
[in,out] | T2 | Work array |
[in] | u2d | XMVE Water density |
[in] | XMVS | Sediment density |
[in,out] | CSTAEQ | Equilibrium sediment concentration HN |–>| WATER DEPTJ |
[in] | U2D | Depth averaged velocity in x direction |
[in] | V2D | Depth averaged velocity in y direction |
[in,out] | T2 | Work array |
[in] | v2d | XMVE Water density |
[in] | XMVS | Sediment density |
[in,out] | CSTAEQ | Equilibrium sediment concentration HN |–>| WATER DEPTJ |
[in] | U2D | Depth averaged velocity in x direction |
[in] | V2D | Depth averaged velocity in y direction |
[in,out] | T2 | Work array |
[in] | csratio | XMVE Water density |
[in] | XMVS | Sediment density |
[in,out] | CSTAEQ | Equilibrium sediment concentration HN |–>| WATER DEPTJ |
[in] | U2D | Depth averaged velocity in x direction |
[in] | V2D | Depth averaged velocity in y direction |
[in,out] | T2 | Work array |
Definition at line 8 of file suspension_sandflow.f.