Commit 07db38f
committed
fix(galaxy): disable forced inward convergence that collapsed orbits to black hole
Root cause (8 parallel scouts):
- PRIMARY: applyGalaxyInwardConvergence forced 25%/minute radius contraction
regardless of orbital velocity balance, overriding correct v=√(GM/r) mechanics.
GALAXY_INWARD_CONVERGENCE_PER_MINUTE set to 0 (was 0.25).
- HIGH: Event horizon decay stripped 3.4% tangential velocity/tick at warp=3,
draining angular momentum. GALAXY_EVENT_HORIZON_DECAY_RATE reduced from
0.12 to 0.005 (24x reduction).
Orbital seeding physics (seedGalaxyOrbits, seedGalaxySystemOrbits) uses correct
softened Keplerian + logarithmic halo rotation curve — no changes needed.
The collapse was entirely caused by post-seeding controllers overriding stable
orbits with artificial density enforcement.1 parent a23850b commit 07db38f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments