We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb0836 commit c7251eeCopy full SHA for c7251ee
1 file changed
src/body_aerodynamics.jl
@@ -619,10 +619,10 @@ Set velocity array and update wake filaments.
619
620
# Arguments
621
- body_aero::BodyAerodynamics: The [BodyAerodynamics](@ref) struct to modify
622
-- `va`: Velocity vector of the apparent wind speed [m/s]
623
-- `omega`: Turn rate vector around x y and z axis [rad/s]
+- `va::VelVector`: Velocity vector of the apparent wind speed [m/s]
+- `omega::VelVector`: Turn rate vector around x y and z axis [rad/s]
624
"""
625
-function set_va!(body_aero::BodyAerodynamics, va::AbstractVector, omega=zeros(MVec3))
+function set_va!(body_aero::BodyAerodynamics, va, omega=zeros(MVec3))
626
627
# Calculate va_distribution based on input type
628
va_distribution = if all(omega .== 0.0)
0 commit comments