feat: forced transition (xstrip) support#16
Merged
aeronauty-flexcompute merged 3 commits intomainfrom Apr 8, 2026
Merged
Conversation
Add XFOIL-equivalent forced transition via xstrip_upper/xstrip_lower parameters (x/c chord fraction, 0-1; default 1.0 = free transition). Thread through all layers: Rust core -> XFOIL-faithful path -> coupling solver -> Python bindings -> WASM bindings -> Web UI. The low-level trchek2_full() already handled x_forced; this change plumbs the user-specified xstrip value down to it via xstrip_to_xiforc conversion (XFOIL's XIFSET equivalent). Natural e^N transition takes precedence when it occurs before the forced location. Includes 12 new Python tests (binding + API level), Trip Upper/Lower inputs in the Solve panel, and updated docs/README. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nsition UI: 1.1.3 → 1.1.4 Python: 1.1.5 → 1.1.6 Merge to main triggers pypi-publish.yml which builds wheels for all platforms and publishes to PyPI automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
xstrip_upper/xstrip_lowerparameters (x/c chord fraction, 0–1; default 1.0 = free transition) — equivalent to XFOIL'sXSTRIPcommandTest plan
pypi-publish.yml→ builds wheels → publishes flexfoil 1.1.6 to PyPI🤖 Generated with Claude Code