Commit 0f86bd7
Regression - FEATURE - Pin the del_s layer width against Fitzpatrick figs 6.2/6.3
Every other case in this suite pins GPEC against its own previous output, which
answers "did this change?" but never "is this right?". This one pins it against
published values: riccati_del_s integrates Fitzpatrick (IOP 2023) equations
(6.29)/(6.30)/(6.38) directly and returns the plotted delta_s/d_beta, so
prescribing the normalized parameters reproduces the figures' own axes. Verified
at eight points inside the published contour bands, and the magnitudes match the
book's table 6.2 reactor estimates at DIII-D-like parameters.
Pure ODE -- no equilibrium, no geqdsk, no kinetic file -- so it is sub-second,
fast-tier eligible, and carries no equilibrium dependence, meaning its golden
values survive equilibrium-side re-baselining. Complements slayer_delta_probe,
which pins the dispersion solve rather than the width solve.
tau is not stated in the book's figure captions, so the reproduction's assumption
(tau = 1, table 5.1) is pinned as a tracked quantity rather than left implicit.
P_hat = 0 is excluded: it is a singular edge of the model, where alpha vanishes
and F -> -i Q_hat at the origin, so pinning it would record a modelling boundary
rather than a result.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 16842d3 commit 0f86bd7
2 files changed
Lines changed: 110 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
158 | 198 | | |
159 | 199 | | |
160 | 200 | | |
| |||
291 | 331 | | |
292 | 332 | | |
293 | 333 | | |
| 334 | + | |
| 335 | + | |
294 | 336 | | |
295 | 337 | | |
296 | 338 | | |
| |||
0 commit comments