Go to the source code of this file.
|
subroutine | friction_khione (NPOIN, KFROT, GRAV, KARMAN, CHESTR, CF, H, U, V) |
|
◆ friction_khione()
subroutine friction_khione |
( |
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
KFROT, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
KARMAN, |
|
|
type(bief_obj), intent(in) |
CHESTR, |
|
|
type(bief_obj), intent(inout) |
CF, |
|
|
type(bief_obj), intent(in) |
H, |
|
|
type(bief_obj), intent(in) |
U, |
|
|
type(bief_obj), intent(in) |
V |
|
) |
| |
- Parameters
-
[in] | npoin | [out] CF Adimensional friction coefficient |
[in] | CHESTR | Friction parameter |
[in] | GRAV | Gravity acceleration |
[in] | H | Water depth |
[in] | KARMAN | Von karman's constant |
[in] | KFROT | Law used for the calculation |
[in] | NPOIN | Number of nodes |
[in] | U | X component of the velocity |
[in] | V | Y component of the velocity |
[in] | kfrot | [out] CF Adimensional friction coefficient |
[in] | CHESTR | Friction parameter |
[in] | GRAV | Gravity acceleration |
[in] | H | Water depth |
[in] | KARMAN | Von karman's constant |
[in] | KFROT | Law used for the calculation |
[in] | NPOIN | Number of nodes |
[in] | U | X component of the velocity |
[in] | V | Y component of the velocity |
Definition at line 7 of file friction_khione.f.