Go to the source code of this file.
|
subroutine | qdscur (TSTOT, TSDER, F, CF, XK, USOLD, USNEW, NF, NDIRE, NPOIN2, F_INT, BETOTO, BETOTN) |
|
◆ qdscur()
subroutine qdscur |
( |
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(inout) |
F, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(in) |
CF, |
|
|
double precision, dimension(npoin2,nf), intent(in) |
XK, |
|
|
double precision, dimension(npoin2), intent(in) |
USOLD, |
|
|
double precision, dimension(npoin2), intent(in) |
USNEW, |
|
|
integer, intent(in) |
NF, |
|
|
integer, intent(in) |
NDIRE, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
double precision, dimension(npoin2), intent(inout) |
F_INT, |
|
|
double precision, dimension(npoin2,ndire), intent(inout) |
BETOTO, |
|
|
double precision, dimension(npoin2,ndire), intent(inout) |
BETOTN |
|
) |
| |
- Parameters
-
[in] | nf | [in, out] BETOTN Work table |
[in,out] | BETOTO | Work table |
[in,out] | F_INT | Work table |
[in] | CF | Advection field along frequency |
[in] | F | Directional spectrum |
[in] | XK | Discretized wave number |
[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] | TSTOT | Total part of the source term contribution |
[in] | USNEW | Friction velocity at time n+1 |
[in,out] | USOLD | Friction velocity at time n |
[in] | ndire | [in, out] BETOTN Work table |
[in,out] | BETOTO | Work table |
[in,out] | F_INT | Work table |
[in] | CF | Advection field along frequency |
[in] | F | Directional spectrum |
[in] | XK | Discretized wave number |
[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] | TSTOT | Total part of the source term contribution |
[in] | USNEW | Friction velocity at time n+1 |
[in,out] | USOLD | Friction velocity at time n |
[in] | npoin2 | [in, out] BETOTN Work table |
[in,out] | BETOTO | Work table |
[in,out] | F_INT | Work table |
[in] | CF | Advection field along frequency |
[in] | F | Directional spectrum |
[in] | XK | Discretized wave number |
[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] | TSTOT | Total part of the source term contribution |
[in] | USNEW | Friction velocity at time n+1 |
[in,out] | USOLD | Friction velocity at time n |
Definition at line 8 of file qdscur.f.