Go to the source code of this file.
|
subroutine | qwind2 (TSTOT, TSDER, F, XK, USOLD, USNEW, TWOLD, TWNEW, NF, NDIRE, NPOIN2, USN, USO) |
|
◆ qwind2()
subroutine qwind2 |
( |
double precision, dimension(npoin2,ndire,nf), intent(inout) |
TSTOT, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(inout) |
TSDER, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(in) |
F, |
|
|
double precision, dimension(npoin2,nf), intent(in) |
XK, |
|
|
double precision, dimension(npoin2), intent(in) |
USOLD, |
|
|
double precision, dimension(npoin2), intent(in) |
USNEW, |
|
|
double precision, dimension(npoin2), intent(in) |
TWOLD, |
|
|
double precision, dimension(npoin2), intent(in) |
TWNEW, |
|
|
integer, intent(in) |
NF, |
|
|
integer, intent(in) |
NDIRE, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
double precision, dimension(npoin2,ndire), intent(inout) |
USN, |
|
|
double precision, dimension(npoin2,ndire), intent(inout) |
USO |
|
) |
| |
- Parameters
-
[in] | nf | F Directional spectrum |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | TWNEW | Wind direction at time n+1 |
[in] | TWOLD | Wind direction at time n |
[out] | USN | Work table |
[in] | USNEW | Friction velocity at time n+1 |
[out] | USO | Work table |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
[in] | ndire | F Directional spectrum |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | TWNEW | Wind direction at time n+1 |
[in] | TWOLD | Wind direction at time n |
[out] | USN | Work table |
[in] | USNEW | Friction velocity at time n+1 |
[out] | USO | Work table |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
[in] | npoin2 | F Directional spectrum |
[in] | NF | Number of frequencies |
[in] | NDIRE | Number of directions |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | TSDER | Derived part of the source term contribution |
[in,out] | TSTOT | Total part of the source term contribution |
[in] | TWNEW | Wind direction at time n+1 |
[in] | TWOLD | Wind direction at time n |
[out] | USN | Work table |
[in] | USNEW | Friction velocity at time n+1 |
[out] | USO | Work table |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
Definition at line 8 of file qwind2.f.