Skip to content

Commit 26c5f77

Browse files
committed
Update docs news and project
1 parent b38946e commit 26c5f77

4 files changed

Lines changed: 20 additions & 1 deletion

File tree

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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`

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VortexStepMethod"
22
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
33
authors = ["1-Bart-1 <bart@vandelint.net>", "Oriol Cayon and contributors"]
4-
version = "3.0.1"
4+
version = "3.1.0"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

docs/src/examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ You should see the following menu:
121121
```
122122
Choose 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")

docs/src/functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ refine!
88
calculate_span
99
calculate_projected_area
1010
load_polar_data
11+
billowing_angle_from_percentage
1112
```
1213

1314
## Setting the inflow conditions and solving

0 commit comments

Comments
 (0)