Skip to content

Commit 5a4b7ec

Browse files
1-Bort-1claude
andcommitted
Move the contour-fit entry under Unreleased
v5.1.0 was cut while this branch was open, so the merge left the entry inside a released section. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011SsYFmCTCdHi4sygUaabfs
1 parent cc996d8 commit 5a4b7ec

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixed
6+
7+
- `generate_airfoils` fits the contour it is handed rather than shrink-wrapping it a
8+
second time. Both adapters wrap before they call, with the `wrap_method` their
9+
settings name, so the second wrap discarded that setting and degenerated the Kulfan
10+
fit: on the SK100's 45 mesh sections nine came out with `.dat` coordinates at 1e2 to
11+
1e4 instead of 0..1, and any consumer mapping the mesh onto a structure rejected the
12+
geometry.
13+
314
## VortexStepMethod v5.1.0 2026-09-11
415

516
### Added
@@ -19,12 +30,6 @@
1930

2031
### Fixed
2132

22-
- `generate_airfoils` fits the contour it is handed rather than shrink-wrapping it a
23-
second time. Both adapters wrap before they call, with the `wrap_method` their
24-
settings name, so the second wrap discarded that setting and degenerated the Kulfan
25-
fit: on the SK100's 45 mesh sections nine came out with `.dat` coordinates at 1e2 to
26-
1e4 instead of 0..1, and any consumer mapping the mesh onto a structure rejected the
27-
geometry.
2833
- The `NONLIN` solver backtracks along each Newton step instead of always taking
2934
it whole, so it converges past stall where the full step used to cycle: on the
3035
`test/solver/solver_test_wing.yaml` wing at 26.6° it stopped 3.6% below `LOOP`'s

0 commit comments

Comments
 (0)