Go to the source code of this file.
|
subroutine | fric3d (CFWC, NPOIN2, DIRHOU, U_TEL, V_TEL, UWBM) |
|
◆ fric3d()
subroutine fric3d |
( |
type(bief_obj), intent(inout) |
CFWC, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
double precision, dimension(npoin2), intent(in) |
DIRHOU, |
|
|
type(bief_obj), intent(in) |
U_TEL, |
|
|
type(bief_obj), intent(in) |
V_TEL, |
|
|
double precision, dimension(npoin2), intent(in) |
UWBM |
|
) |
| |
- Parameters
-
[in] | npoin2 | [out] CFWC Friction coefficient due to wav current |
[in] | DIRHOU | Wave direction ????? |
[in] | NPOIN2 | Number of points in 2d mesh |
[in] | U_TEL | Velocity along x |
[in] | V_TEL | Velocity along y |
[in] | UWBM | Velocity on bottom |
Definition at line 5 of file fric3d.f.