feat: decouple throat sizing, LEM prescreening, band-stitch fix#76
Open
feat: decouple throat sizing, LEM prescreening, band-stitch fix#76
Conversation
Throat radius is now derived from acoustic constraints (ka at f_high) rather than driver Sd, allowing cone drivers to be paired with smaller horn throats via phase plugs or compression chambers. Adds Webster equation-based LEM prescreening to efficiently filter driver-horn pairs before expensive FEM simulation. Also adds optional --min-diameter and --max-diameter pipeline params for driver size filtering. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resample merged FEM band data onto a uniform log-frequency grid and apply Savitzky-Golay smoothing before computing passband ripple and average sensitivity. This prevents discontinuities at band boundaries from inflating the ripple metric and unfairly penalising scores. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update justfile for local testing workflow, add CLAUDE.md project instructions, improve auto report and plot rendering, and update solver Dockerfile and BEM coupling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resolve conflicts in prescreen.py and test_prescreen.py by keeping the decoupled throat radius design (acoustic constraints) over the old coupled design (f_piston/horn_load_factor). Co-Authored-By: Claude Opus 4.6 <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
--min-diameter/--max-diameterpipeline params to constrain driver nominal sizeTest plan
🤖 Generated with Claude Code