vind_onNwake_byRotor Function

public function vind_onNwake_byRotor(rotor, Nwake, optionalChar) result(vindArray)

Uses

Compute induced velocity by rotor (wing + wake) on Nwake corner points

Arguments

Type IntentOptional Attributes Name
type(rotor_class), intent(in) :: rotor

Rotor

type(Nwake_class), intent(in), dimension(:, :) :: Nwake

Near wake

character(len=1), optional :: optionalChar

If 'P' is specified, predicted wake of rotor is used

Return Value real(kind=dp), dimension(3, size(Nwake, 1), size(Nwake, 2) + 1)