Published February 1, 2026 | Version Version: v1.0

Toroidal Wave Dynamics: Mode-4 Attractor Persistence Under 15% Noise

  • 1. Project Black Box LLC

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:

  1. Standard wave equation with wave speed c=1.0 and timestep Δt=0.14
  2. Radial energy flux detection measuring inward-directed flow along the torus minor radius
  3. Phase-sensitive reinjection using an exponentially-smoothed phase reference and hyperbolic tangent saturation
  4. 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

Reproducibility

All results in this release are fully reproducible using the provided code and data:

 

  • Install dependencies:

    pip install -r requirements.txt

  • Run the simulation:

    python3 tou_engine3d.py

  • Analyze results:

    python3 tou_ring_analysis.py

 

Each execution generates a timestamped output directory containing complete diagnostics, raw data, and figures. An independent validation report confirms that no angular mode preferences are hardcoded; all observed symmetry breaking arises solely from the system’s geometry and nonlinear dynamics.

 

The complete, versioned archive associated with this release is permanently available via Zenodo:

https://doi.org/10.5281/zenodo.18450491

 

Code Validation

An independent third-party audit (included as validation_report.md) verifies the following:

 

  • ✅ All 20 parameters match the published whitepaper exactly

  • ✅ No angular structure exists in initial conditions or forcing terms

  • ✅ Wave equation implementation uses standard finite-difference methods

  • ✅ FFT analysis is unbiased (no mode filtering or preferential weighting)

  • ✅ Numerical stability safeguards prevent division-by-zero artifacts

 

 

The emergence of mode-4 dominance is therefore a genuine consequence of coupled toroidal geometry and nonlinear feedback, not a numerical artifact or parameter-tuning effect.

 

Suggested Future Investigations

For researchers interested in extending this work, the following experiments would further characterize the robustness of the observed mode-4 attractor:

 

1. Geometry Sensitivity Study

Run simulations with varying major radius values (e.g., R_major_frac = 0.28, 0.32, 0.36) to determine whether different toroidal aspect ratios produce distinct dominant modes or whether mode-4 is universal across parameter space.

2. Feedback Control Experiment

Execute a control run with reinject_gain = 0 to demonstrate that mode-4 dominance disappears in the absence of nonlinear feedback, confirming that the pattern is actively maintained rather than purely geometric.

3. Noise Robustness Curve

Test across a noise amplitude range (0%, 5%, 10%, 15%, 20%) to characterize the attractor’s basin of stability and identify the critical noise threshold at which coherence breaks down.

4. Initial Condition Independence

Replace the Gaussian ring initialization with a uniform random field to verify that mode-4 emergence is independent of starting conditions and represents a true dynamical attractor.

 

Note to users: The current release (v1.0) contains the 15% noise stress-test results. The above experiments are suggested to support independent validation and further exploration by the research community.

 

Applications & Broader Impact

While this work is fundamental in nature and makes no engineering claims, the demonstrated principles are relevant to:

 

  • Plasma confinement in toroidal magnetic systems

  • Vortex ring stability and coherent structure formation in fluids

  • Pattern formation theory in nonlinear and reaction-diffusion systems

  • Attractor dynamics in high-dimensional nonlinear systems

  • Best practices for validation of emergent phenomena in computational physics

 

 

Disclaimer

This software is provided strictly for research and experimental use. It makes no claims regarding propulsion, thrust, reactionless motion, or applied engineering systems. All observed dynamics are confined to the computational domain and do not violate conservation laws.

 

License & Citation

This work is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.

You are free to share and adapt this material for any purpose, including commercial use, provided appropriate credit is given. See CITATION.cff for BibTeX-compatible citation information.

 

Recommended citation:

 

Woodward, A. (2026). Robust Toroidal Self-Organization Under High-Amplitude Stochastic Perturbation: Evidence for Geometry-Driven Mode Selection in Nonlinear Wave Systems (Version 1.0) [Data set]. Zenodo.

https://doi.org/10.5281/zenodo.18450491

 

Contact

Author: Andrew Woodward

Organization: Project Black Box LLC

Location: United States

 

For questions regarding methodology, validation, or potential collaborations, users are encouraged to use the discussion or issue features associated with the Zenodo record.

 

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-02
Computational physics code and dataset demonstrating robust mode-4 self-organization in a nonlinear toroidal wave system under 15% stochastic noise.

Software

Programming language
Python