Prescribed far wake
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Fwake_class), | public, | dimension(240) | :: | waF | |||
| real(kind=dp), | public, | dimension(3, 241) | :: | coords | |||
| real(kind=dp), | public | :: | nRevs | = | 10.0 | ||
| real(kind=dp), | public | :: | helixPitch | = | 0._dp | ||
| real(kind=dp), | public | :: | helixRadius | = | 0._dp | ||
| real(kind=dp), | public | :: | relaxFactor | = | 0.5_dp | ||
| logical, | public | :: | isClockwiseRotor | = | .True. | ||
| logical, | public | :: | isPresent | = | .false. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pFwake_class), | intent(inout) | :: | this | |||
| type(Fwake_class), | intent(in), | dimension(:) | :: | waF | ||
| real(kind=dp), | intent(in), | dimension(3) | :: | hubCoords | ||
| real(kind=dp), | intent(in), | dimension(3) | :: | shaftAxis | ||
| real(kind=dp), | intent(in) | :: | deltaPsi |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pFwake_class), | intent(inout) | :: | this | |||
| real(kind=dp), | intent(in) | :: | theta | |||
| real(kind=dp), | intent(in), | dimension(3) | :: | axisVec | ||
| real(kind=dp), | intent(in), | dimension(3) | :: | origin |