Skip to content

Commit 9ae2ab2

Browse files
1-Bort-1claude
andcommitted
List plot_section_polars under Added in the changelog
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 0cc53b2 commit 9ae2ab2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
doi:10.1088/1742-6596/2767/2/022068): each section gets a drag increment and a force
99
along its span from the flow across it, in `solve!`, `solve` and `linearize`. Opt-in
1010
via `is_with_viscous_drag_correction` (default `false`) on the solver settings.
11+
- `plot_section_polars(body_aero; panels, alphas, delta)` draws cl, cd and cm against α
12+
per panel through `calculate_cl`/`calculate_cd`/`calculate_cm`, for every aero model
13+
and at flap deflection `delta`, in one figure instead of one coefficient per call.
1114

1215
### Changed
1316

1417
- Requires Julia 1.12 or 1.13; 1.10 and 1.11 keep resolving v5.1.1.
1518
- The Makie `plot!` methods for a `Panel` or a `BodyAerodynamics` return a
1619
`Vector{Makie.AbstractPlot}` instead of a `Vector{Any}`; for a `BodyAerodynamics`
1720
drawn as flat panels it is one flat list rather than a list per panel.
18-
- BREAKING - `plot_section_polars(body_aero; panels, alphas, delta)` draws cl, cd and cm
19-
against α per panel through `calculate_cl`/`calculate_cd`/`calculate_cm`, for every
20-
aero model and at flap deflection `delta`; the `coefficient` argument is removed.
2121

2222
### Fixed
2323

0 commit comments

Comments
 (0)