-
Notifications
You must be signed in to change notification settings - Fork 0
09 FCC Tesla Stability
default edited this page Jun 25, 2026
·
1 revision
Before fabric evolution:
waveCFL = cΒ·Ξt/Ξx must stay β€ 1
thermoCFL = Ξ±Β·Ξt/ΞxΒ² must stay β€ 1
Host scales parameters down if violated.
Plain English: The engine refuses to run diffusion so hot the simulation explodes into NaN.
From FieldRtxFieldAbs.hpp:
TESLA_R_FORWARD = 0.18
TESLA_R_REVERSE = 3.2
FIELD_PHI_MILLI = 618 // golden-ratio gate hint
Reverse "flow" on hardware spiderweb edges is damped more than forward. Published to data_bus[31, 34].
π Named after Tesla's fluidic diode β directional resistance metaphor in code.
Scale 0β1,000,000 Β΅ from overshoot; entropy feedback clamps aggressive modes when kernel field stack is active.