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 2ab581f commit b882aa0Copy full SHA for b882aa0
src/wing_geometry.jl
@@ -84,16 +84,13 @@ Structure to hold calculated panel properties.
84
end
85
86
"""
87
- update_panel_properties!(section_list::Vector{Section}, n_panels::Int,
88
- aero_center_loc::Float64, control_point_loc::Float64)
+ update_panel_properties!(section_list::Vector{Section}, n_panels::Int)
89
90
Calculate geometric properties for each panel.
91
92
# Arguments
93
- section_list::Vector{Section}: List of [Section](@ref)s
94
- `n_panels`::Int: Number of [Panel](@ref)s
95
-- `aero_center_loc`::Float64: Location of the aerodynamic center
96
-- `control_point_loc`::Float64: Location of the control point
97
98
# Returns:
99
[PanelProperties](@ref) containing vectors for each property
0 commit comments