Toroidal Wave Dynamics: Mode-4 Attractor Persistence Under 15% Noise
Description
Overview
The TOU Engine (Toroidal Oscillatory Unit) is a three-dimensional computational physics experiment investigating emergent pattern formation in nonlinear wave systems. This release (v1.0) contains complete source code, simulation data, and validation documentation for a stress test demonstrating persistent four-fold angular symmetry under 15% amplitude Gaussian noise.
Scientific Context
Linear systems subjected to stochastic perturbation typically exhibit proportional degradation: increasing noise destroys coherence. However, many natural systems—including tokamak plasmas, biological oscillators, and atmospheric vortices—maintain organized structures despite continuous environmental fluctuation. This work investigates whether geometric constraints coupled with nonlinear feedback can create robust attractors that actively resist perturbation.
Methodology
The simulation evolves a scalar wave field u(x,y,z,t) on a cubic lattice (121³ grid points) with a toroidal manifold mask defined by major radius R = 0.32N and minor radius r = 0.12N. The governing dynamics consist of:
- Standard wave equation with wave speed c=1.0 and timestep Δt=0.14
- Radial energy flux detection measuring inward-directed flow along the torus minor radius
- Phase-sensitive reinjection using an exponentially-smoothed phase reference and hyperbolic tangent saturation
- Gaussian noise injection ramped from 0% to 15% amplitude over 8,000 steps, applied uniformly across the toroidal manifold
The system is diagnosed using 64 angular probes arranged on a ring at the major radius, with spatial Fourier analysis revealing dominant angular modes. No explicit symmetry is imposed; all pattern formation is emergent.
Key Findings
Primary Result: Mode 4 (four-fold angular symmetry) emerges as the dominant stable pattern with FFT magnitude 9,653, exceeding the next strongest mode (24) by a factor of 2.16×. This dominance is reproducible across independent runs with <1% variance despite fully stochastic noise realization.
Harmonic Structure: Modes 8, 12, 16, 20, 24, and 28 (all multiples of 4) appear in the top 10 modes, confirming that mode 4 represents a fundamental system eigenmode rather than numerical coincidence.
Robustness: The pattern survives:
- 15% broadband Gaussian noise (σ = 0.15 × typical field amplitude)
- Deliberate geometric perturbations designed to inject competing symmetries
- 10,000 timestep evolution (sufficient for multiple pattern formation/decay cycles)
Physical Mechanism: The toroidal geometry creates a discrete angular eigenmode spectrum. Nonlinear feedback selectively amplifies modes with strong radial convergence. Mode 4 appears to be the lowest-order unstable mode that satisfies both geometric constraints and energy circulation requirements.
Other (English)
Dataset Contents
tou-engine-zenodo-v1.0/
├── tou_engine3d.py # Main simulation (220 lines)
├── tou_ring_analysis.py # FFT mode analyzer (40 lines)
├── requirements.txt # Python dependencies
├── README.md # Usage documentation
├── LICENSE # CC BY 4.0
├── CITATION.cff # Citation metadata
├── paper.pdf # Technical whitepaper with full equations
├── validation_report.md # Code audit confirming no hardcoding
└── example_run/
├── metrics.csv # Time-series: energy, accumulator, injection
├── ring_probes.csv # Angular field samples (64 probes × 1000 timesteps)
├── ring_modes.json # FFT analysis results
├── run_meta.json # Simulation parameters
├── diagnostics.png # Energy/accumulator evolution plot
├── final_slice.png # 2D cross-section showing final state
└── slices/ # Timestep snapshots (frame_*.png)
Abstract
This dataset presents computational evidence for robust self-organization in three-dimensional toroidal wave systems subjected to extreme stochastic forcing. Using a discretized wave equation constrained to a toroidal manifold with phase-sensitive energy reinjection, we demonstrate that coherent angular eigenmodes persist under sustained 15% Gaussian noise injection—a perturbation level sufficient to destroy pattern formation in linear systems.
Despite broadband stochastic forcing ramped over 8,000 timesteps, the system consistently converges to a dominant four-fold angular symmetry (mode 4) with magnitude 9,653 ± 74 (n=2 independent runs, <1% variance). This primary mode is accompanied by a harmonic cascade at integer multiples (modes 8, 12, 16, 20, 24), confirming genuine mode-locking rather than numerical artifact. Energy diagnostics, accumulator dynamics, and spatial Fourier analysis provide quantitative evidence for a stable nonlinear attractor that actively filters incompatible perturbations.
The work challenges linear intuitions about noise-induced degradation and demonstrates that appropriately coupled geometry and feedback can enforce global order in persistently noisy environments. All simulation code, analysis scripts, raw data, and validation reports are included to ensure full reproducibility.
Key Results:
- Mode-4 dominance factor: 2.16× over next competitor (mode 24)
- Reproducibility: <1% variance across independent runs with different random seeds
- Stress test validation: Pattern survives deliberate geometric perturbations (triangle injection)
- No hardcoded symmetry preferences in initial conditions, forcing terms, or boundary conditions
Implications:
- Geometry-driven eigenmode selection in closed manifolds
- Nonlinear noise absorption and redirection into ordered structures
- Self-stabilizing feedback mechanisms in non-equilibrium systems
- Robust attractors as organizational principles in toroidal dynamics
Notes
Files
Robust_Toroidal_Self_Organization.pdf
Files
(258.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:c3d5ad344beac49f806d7c3d476f222e
|
252.9 kB | Preview Download |
|
md5:08396cea94fc89cf77ece85557748d7c
|
5.2 kB | Preview Download |
Additional details
Dates
- Issued
-
2026-01-02Computational physics code and dataset demonstrating robust mode-4 self-organization in a nonlinear toroidal wave system under 15% stochastic noise.
Software
- Programming language
- Python