Go to the source code of this file.
|
subroutine | qwindl (TSTOT, USOLD, USNEW, TWOLD, TWNEW, NF, NDIRE, NPOIN2, USN, USO, FPMO, FPMN) |
|
◆ qwindl()
subroutine qwindl |
( |
double precision, dimension(npoin2,ndire,nf), intent(inout) |
TSTOT, |
|
|
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, |
|
|
double precision, dimension(npoin2), intent(inout) |
FPMO, |
|
|
double precision, dimension(npoin2), intent(inout) |
FPMN |
|
) |
| |
- Parameters
-
[in] | nf | [in, out] FPMN Work table |
[in,out] | FPMO | Work table |
[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 |
[in] | USNEW | Friction velocity at time n+1 |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
[out] | USN | Work table |
[out] | USO | Work table |
[in] | ndire | [in, out] FPMN Work table |
[in,out] | FPMO | Work table |
[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 |
[in] | USNEW | Friction velocity at time n+1 |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
[out] | USN | Work table |
[out] | USO | Work table |
[in] | npoin2 | [in, out] FPMN Work table |
[in,out] | FPMO | Work table |
[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 |
[in] | USNEW | Friction velocity at time n+1 |
[in] | USOLD | Friction velocity at time n |
[in] | XK | Discretized wave number |
[out] | USN | Work table |
[out] | USO | Work table |
Definition at line 8 of file qwindl.f.