vel_order2_Nwake Function

public function vel_order2_Nwake(v_wake_n, v_wake_np1)

Calculate 2nd order accurate induced velocity on near wake

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(:, :, :) :: v_wake_n

Induced velocity on wake at timestep n

real(kind=dp), intent(in), dimension(:, :, :) :: v_wake_np1

Induced velocity on wake at timestep n+1

Return Value real(kind=dp), dimension(3, size(v_wake_n, 2), size(v_wake_n, 3))