We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b4b6a commit 8c4b423Copy full SHA for 8c4b423
src/panel.jl
@@ -420,13 +420,10 @@ Calculate velocity induced by bound vortex filaments at the control point.
420
Only needed for VSM, as LLT bound and filament align, thus no induced velocity.
421
422
# Arguments
423
-- U_2D: unclear
+- U_2D: resulting 2D velocity vector
424
- `panel::Panel`: Panel object
425
- `evaluation_point`: Point where induced velocity is evaluated
426
- work_vectors: unclear
427
-
428
-# Returns
429
-- `Vector{Float64}`: Induced velocity at the control point
430
"""
431
function calculate_velocity_induced_bound_2D!(
432
U_2D,
0 commit comments