vind_onFwake_byRotor Function

public function vind_onFwake_byRotor(rotor, Fwake, optionalChar) result(vindArray)

Uses

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

Arguments

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

Rotor

type(Fwake_class), intent(in), dimension(:) :: Fwake

Far wake

character(len=1), optional :: optionalChar

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

Return Value real(kind=dp), dimension(3, size(Fwake, 1))