Skip to content
Discussion options

You must be logged in to vote

Following your suggestion, we prototyped aeroelastic coupling as an external
package on this PR's pattern: a window predictor-corrector coupler
(predict with extrapolated forces → solve at the predicted state → rewind →
re-march with per-substep force interpolation), driving Newton via
State.particle_f, with rewind built on the same idea as iteration_restart.

Two results worth sharing:

  • On an aeroelastic benchmark validated against a MATLAB reference to 1e-6:
    zero-order-holding forces across substeps (the current substep semantics)
    accumulates 46.8% error by t*=3; interpolating the same solves between
    window endpoints stays at 5.9e-5 — same arena, same solve count.
  • On a Newton-native Solv…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ExuberantWitness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants