The four-stage visualization journey bridges the gap between abstract vector calculus and the physical reality of many-body systems. It begins by defining the origin as a singular point source radiating flux that decays exponentially, contrasting with the infinite reach of a standard Coulomb field. This mathematical decay is visualized as a "distributed sink" or a medium that systematically absorbs flux, which physically manifests in plasma as the clustering of mobile electrons around the central charge. Through interactive variables, the simulation demonstrates that higher electron densities lead to a more efficient, tighter screening cloud, while increased thermal energy acts as a dispersive force that "smears" this cloud, thereby lengthening the screening distance. Ultimately, the Yukawa potential is revealed as the steady-state equilibrium born from the fundamental competition between electrostatic attraction and thermal randomization.
The Entity-Relationship Diagram (ERD) maps the theoretical framework of the Yukawa Potential (Example) to the interactive elements and variables found in the Simulations (Demos).
---
config:
layout: elk
---
erDiagram
THEORY ||--|| POTENTIAL : "defines"
POTENTIAL ||--o| FIELD : "calculates"
FIELD ||--|| FLUX : "measures"
THEORY ||--|{ COMPONENT : "consists_of"
COMPONENT ||--|| SOURCE : "is_represented_by"
COMPONENT ||--|| SINK : "is_represented_by"
DEMO }|--|| THEORY : "visualises"
DEMO ||--|{ PARTICLE : "animates"
DEMO ||--|{ SLIDER : "provides_control_for"
SLIDER ||--|| PARAMETER : "modifies"
PARAMETER ||--|| MEDIUM : "determines_properties_of"
MEDIUM ||--|| SCREENING_LENGTH : "defines"
PARTICLE }|--|| SOURCE : "emanates_from"
PARTICLE }|--|| SINK : "is_absorbed_by"
SOURCE {
string math_term "Dirac Delta Function"
string role "Point Charge at Origin"
}
SINK {
string math_term "$$k^2 * \\phi$$"
string role "Distributed Absorption"
}
PARAMETER {
float electron_density "n"
float temperature "T"
}
SCREENING_LENGTH {
float value "lambda = 1/k"
}