Initialize variables of rotor geometry and wake
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(rotor_class) | :: | this | ||||
| integer, | intent(in) | :: | rotorNumber | |||
| real(kind=dp), | intent(in) | :: | density | |||
| real(kind=dp), | intent(inout) | :: | dt | |||
| integer, | intent(inout) | :: | nt | |||
| type(switches_class), | intent(inout) | :: | switches | |||
| type(rotor_class), | optional | :: | sourceRotor |