rotor_init Subroutine

public subroutine rotor_init(this, rotorNumber, density, dt, nt, switches, sourceRotor)

Uses

Initialize variables of rotor geometry and wake

Type Bound

rotor_class

Arguments

Type IntentOptional 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