Go to the source code of this file.
|
subroutine | calcuw (UW, H, HW, TW, GRAV, NPOIN) |
|
◆ calcuw()
subroutine calcuw |
( |
double precision, dimension(npoin), intent(inout) |
UW, |
|
|
double precision, dimension(npoin), intent(in) |
H, |
|
|
double precision, dimension(npoin), intent(in) |
HW, |
|
|
double precision, dimension(npoin), intent(in) |
TW, |
|
|
double precision, intent(in) |
GRAV, |
|
|
integer, intent(in) |
NPOIN |
|
) |
| |
- Parameters
-
[in] | npoin | GRAV Acceleration of gravity |
[in] | H | Water depth |
[in] | HW | Wave depth |
[in] | NPOIN | Number of points |
[in] | TW | Wave period |
[out] | UW | Orbital velocity (wave) |
Definition at line 7 of file calcuw.f.