Skip to content

Commit 1fe72b9

Browse files
1-Bort-1claude
andcommitted
Mark the section-placement change BREAKING in the changelog
The same mesh and wingtip_distance now give different section positions, and march_edges no longer returns arclen. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 9af0690 commit 1fe72b9

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
- The Makie `plot!` methods for a `Panel` or a `BodyAerodynamics` return a
99
`Vector{Makie.AbstractPlot}` instead of a `Vector{Any}`; for a `BodyAerodynamics`
1010
drawn as flat panels it is one flat list rather than a list per panel.
11-
- `obj_to_yaml` and `perpendicular_sections` spread the sections evenly over the span,
12-
measured along the quarter-chord line without its chordwise component, instead of
13-
over leading-edge arc length, and `wingtip_distance` is that spanwise length. A tip
14-
whose leading edge runs aft no longer gathers sections into its last centimetres.
11+
- BREAKING: `obj_to_yaml` and `perpendicular_sections` spread the sections evenly over
12+
the span, measured along the quarter-chord line without its chordwise component,
13+
instead of over leading-edge arc length, and `wingtip_distance` is that spanwise
14+
length. A tip whose leading edge runs aft no longer gathers sections into its last
15+
centimetres. The same mesh and settings give different section positions, so a tuned
16+
`wingtip_distance` and any geometry generated from one have to be redone.
17+
`march_edges` no longer returns `arclen`.
1518

1619
### Fixed
1720

0 commit comments

Comments
 (0)