Go to the source code of this file.
|
subroutine | coefro_sisyphe (CF, H, KFROT, CHESTR, GRAV, NPOIN, HMIN, KARMAN) |
|
◆ coefro_sisyphe()
subroutine coefro_sisyphe |
( |
type(bief_obj), intent(inout) |
CF, |
|
|
type(bief_obj), intent(in) |
H, |
|
|
integer, intent(in) |
KFROT, |
|
|
type(bief_obj), intent(in) |
CHESTR, |
|
|
double precision, intent(in) |
GRAV, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, intent(in) |
HMIN, |
|
|
double precision, intent(in) |
KARMAN |
|
) |
| |
- Parameters
-
[in] | npoin | [in, out] CF Friction coefficient |
[in] | CHESTR | Friction coefficients (bed) |
[in] | GRAV | Acceleration of gravity |
[in] | HMIN | Minimum value of water depth |
[in] | HN | Water depth |
[in] | KARMAN | Von karman constant |
[in] | KFROT | Friction law (bed) |
[in] | NPOIN | Number of points |
[in] | kfrot | [in, out] CF Friction coefficient |
[in] | CHESTR | Friction coefficients (bed) |
[in] | GRAV | Acceleration of gravity |
[in] | HMIN | Minimum value of water depth |
[in] | HN | Water depth |
[in] | KARMAN | Von karman constant |
[in] | KFROT | Friction law (bed) |
[in] | NPOIN | Number of points |
Definition at line 7 of file coefro_sisyphe.f.