docs: remove legacy investigation pages, add polar types and differences-from-xfoil#13
Merged
aeronauty-flexcompute merged 5 commits intomainfrom Mar 23, 2026
Merged
Conversation
Remove stall-prediction-investigation.mdx — a developer investigation page from the early porting effort that documented unresolved bugs (30-120% CD errors, no stall prediction). These issues have long been fixed but the page implied RustFoil is unfaithful to XFOIL. Clean up paneling-validation.mdx — remove investigation narrative (root cause analysis, bug code snippets) and reframe as validation results showing all airfoils match XFOIL to ~4e-7 precision. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add re_type parameter to solve(), polar(), bl_distribution() methods - Add reynolds_eff, cp, cp_x fields to SolveResult - Add bl_distribution() method and BLResult class documentation - Add missing RunDatabase methods: get_run, get_airfoil, close Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New page explaining the three Re modes exposed via the re_type parameter: - Type 1: constant Re (default, wind tunnel) - Type 2: constant Re*sqrt(CL) (level flight at fixed weight) - Type 3: constant Re*CL Includes Python examples and guidance on when to use each mode. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Single authoritative page documenting known behavioural differences between RustFoil and XFOIL. Analysis pipeline has no known differences. QDES uses a different algorithm (Gaussian basis functions vs Newton). MDES has minor gaps (chord normalization, CL computation). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix sidebar_position collision between polar-types and web-app pages. New nav order: Intro (1) → Python API (2) → Polar Types (3) → Web App (4). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Cherry-picks from the
worktree-radiant-cuddling-pikebranch that were completed during the docs review but never merged.re_type,reynolds_eff,cp,cp_x,bl_distribution(),BLResult, and missingRunDatabasemethods.Test plan
cd docs-site && npm run build)🤖 Generated with Claude Code