File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## VortexStepMethod v3.1.0 2026-03-18
2+
3+ ### Added
4+ - ` BILLOWING ` panel distribution with circular arc TE billowing between ribs
5+ - ` billowing_angle ` field on ` Wing ` and ` WingSettings `
6+ - ` billowing_angle_from_percentage() ` utility function
7+ - ` billowing.jl ` example comparing flat vs billowed V3 kite
8+ - Coarse V3 kite geometry, settings, and combined CFD polar data
9+ - ` cl_over_cd ` keyword for ` plot_polars ` and ` plot_combined_analysis `
10+
11+ ### Changed
12+ - Plot legends moved to shared horizontal legend at bottom of grid layouts
13+
14+ ### Fixed
15+ - Domain error in elliptical gamma distribution when control points lie
16+ outside the nominal span envelope
17+
118## VortexStepMethod v3.0.1 2025-03-17
219### Changed
320- the file ` CITATION.cff `
Original file line number Diff line number Diff line change 11name = " VortexStepMethod"
22uuid = " ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
33authors = [" 1-Bart-1 <bart@vandelint.net>" , " Oriol Cayon and contributors" ]
4- version = " 3.0.1 "
4+ version = " 3.1.0 "
55
66[deps ]
77Colors = " 5ae59095-9a9b-59fe-a467-6f913c188581"
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ You should see the following menu:
121121```
122122Choose function to execute or `q` to quit:
123123 > V3_kite = include("V3_kite.jl")
124+ billowing = include("billowing.jl")
124125 pyramid_model = include("pyramid_model.jl")
125126 rectangular_wing = include("rectangular_wing.jl")
126127 ram_air_kite = include("ram_air_kite.jl")
Original file line number Diff line number Diff line change 88calculate_span
99calculate_projected_area
1010load_polar_data
11+ billowing_angle_from_percentage
1112```
1213
1314## Setting the inflow conditions and solving
You can’t perform that action at this time.
0 commit comments