You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check POLAR_MATRICES forwarddiff on affine tables instead of NeuralFoil's
The ram-air wing's tip sections are ~70%-thick slices (#361) on which
NeuralFoil returns Cd=1 at every alpha, and those outputs differ with the
runner's CPU, so the LOOP solve lands on one of two different solutions
depending on the runner. Tables that are affine in (alpha, delta) make the
bilinear interpolation exact, keep every panel attached, and are the same
bits on every machine.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments