
Contains module procedures associated with the velocity contraction derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(VelContracDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize velocity contraction derivation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(VelContracDerivation), | intent(inout) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | h |
Harmonic to contract with |
||
| real(kind=rk), | intent(in), | dimension(:) | :: | g |
Velocity space vector |
|
| type(VSpace), | intent(in) | :: | refVSpace |
Reference velocity space |
||
| integer(kind=ik), | intent(in), | optional | :: | expH |
Expected number of harmonics |