HomeDocs-Technical WhitePaper34-EFT.WP.Astro.Acceleration v1.0

Chapter 12 Simulation & Benchmarks (SimStack)


I. Abstract & Scope
This chapter defines the unified architecture and executable workflows of the simulation-and-benchmark stack (SimStack), M70-*, covering: geometry & channel drivers, spectrum formation & transport, instrument/noise models, dual-form time-of-arrival (ToA) path corrections, dataset/model/pipeline cards and benchmark suites, regression & acceptance metrics, and reproducible deliverables. All equations and symbols use English notation wrapped in backticks, SI units, and parentheses for any composite operators; any ToA quantity must state path gamma(ell) and measure d ell.

II. Dependencies & References

III. Normative Anchors (added in this chapter, M70-*)

IV. Body Structure


I. SimStack Architecture


II. Key Equations & Derivations (S-series)
No new minimal equations are introduced here; use S-series from Chapters 4–8 and chapter-specific forms from Chapters 10–11. The unified synthetic observation mapping is
Phi_obs(E,t) = C_geom(t) * C_prop(E,t) * N(E,t) ⊗ R_inst(E→E'),
with path integrals ∫_{gamma(ell)} (…) d ell included when required.


III. Methods & Flows (M-series)

  1. M70-1 (Geometry Generation):
    • Reconnection: sample {L_sheet, delta_sheet, chi_open, u_in, u_out, T_fil} under Chapter 4 S30-* constraints.
    • Shear: compute S and sigma_shear = ( 0.5 * Tr(S^2) )^{1/2} from velocity fields under Chapter 5 S40-*.
  2. M70-2 (Channel Time Series):
    • Use piecewise splines or pulse trains for A_rec^0(t)/A_sh^0(t); shape functions f_rec/f_sh governed by energy-band params {E_cut, p}.
    • Produce A_acc(E,t) and tau_acc(E,t) = 1 / A_acc(E,t).
  3. M70-3 (Spectrum Solver):
    In each time window Δt_k, compute N(E,t) via Chapter 7 S50-* semi-closed forms; use flux-conservative numerics when needed.
  4. M70-4 (Transport & Losses):
    • One-zone: tau_esc(E) = L_esc^2 / ( kappa_esc D(E) ), A_loss(E) = b_loss / E.
    • Multi-zone: compose series/parallel equivalents per S52-10.
  5. M70-5 (Instrument Response & Noise):
    • High-energy: convolve Phi(E,t) with R_inst, bin by exposure; sample events with Poisson statistics.
    • Radio: generate dynamic spectrum I(ν,t) per channelization/dedispersion conventions, add out-of-band leakage and baseline drifts.
  6. M70-6 (Dual-Form ToA & Paths):
    Apply both T_arr forms to align t_src = ( t_obs − t0 − T_arr ) / (1+z); record delta_form and export residuals.
  7. M70-7 (Benchmark Suite Generation):
    • Define {S, M, L} levels: sample size, energy windows, time resolution, SNR, and systematics ratios.
    • Produce fixed-seed reference products (truth vs observed) for regression.
  8. M70-8 (Acceptance & Regression):
    Run predefined scripts to compute metrics (see Tab. 12-4) and compare to thresholds; emit pass/fail and diffs.
  9. M70-9 (Packaging Deliverables):
    Write products/ (synthetic spectra, lightcurves, dynamic spectra, polarization, ToA records), metrics.json, masks/ (dominant bands), delta_form.log, repro/ (env & scripts).

IV. Cross-References within/beyond this Volume


V. Validation, Criteria & Counterexamples

  1. Positive criteria:
    • Spectral consistency: SpecMAE = mean(|Phi_sim − Phi_ref|) / mean(Phi_ref) ≤ ε_spec.
    • Timing consistency: RMS_Δt ≤ ε_time; relative error of E_pk(t) below threshold.
    • Polarization & RM: linear PA(λ) vs λ^2 with no systematic residual drifts.
    • ToA: dual-form residual ΔToA = |T_arr^A − T_arr^B| below threshold in the nominal band and consistent with the path model.
  2. Negative criteria:
    • Zeroing or mismatching any layer (geometry/channel/transport/instrument) does not reduce evidence.
    • Dimensional audit fails (units not closed).
    • Regression against reference degrades beyond thresholds for key metrics.
  3. Contrasts:
    {reconnection only, shear only, mixed} channels; {one-zone, multi-zone} transport; {ideal instrument, realistic response}; ToA {Form A, Form B} in parallel.

VI. Summary & Handoff
This chapter operationalizes SimStack via M70-*, delivering a fully reproducible pipeline from channel → spectrum → transport → observation with instrument and dual-form ToA corrections, plus benchmarks and regression machinery. The next chapter (Chapter 13) unifies inference and falsification workflows and their acceptance.

V. Figures & Tables (this chapter)

Layer

Input

Output

Anchors

Geometry

SimCfg.geometry

{L_sheet, …} or {S, …}

S30-0 / S40-0

Channel

Geometry, θ_rec/θ_sh

A_acc(E,t)

S20-2 / S30-4 / S40-4

Spectrum

A_acc, tau_*

N(E,t), alpha_loc

S50-*

Transport

N(E,t), D, A_loss

Phi_obs(E,t), n(E,r,t)

S52-*

Observation

Phi_obs, path

Phi_obs ⊗ R_inst

S50-9 / S52-7

ToA

n_eff, gamma(ell)

T_arr^A, T_arr^B, delta_form

M70-6

Field

Type

Example

Notes

sim_id

str

"ASTROACC_CR_S_v1"

unique ID

seed

int

1729

fixed RNG

geometry

obj

{mode:"sheet", L_sheet:…, …}

or shear

channel

obj

{A_rec0(t):…, f_rec:…, A_sh0(t):…, f_sh:…}

transport

obj

{D(E):…, tau_esc:…, A_loss:…}

instrument

obj

{R_inst:…, noise:…}

path_correction

obj

{use_ToA_A:1, use_ToA_B:1}

record delta_form

timebase

obj

{t0:…, z:…}

GRB/FRB

units

str

"SI"

3 significant figures

Code

Class

Scale

Description

CR-S-01

CosmicRay

S

one-zone, locally constant band

GRB-M-02

GRB

M

segmented pulses, realistic response

FRB-L-03

FRB

L

multi-screen broadening + dual-form ToA

Metric

Definition

Threshold

SpecMAE

`mean(

Phi_sim − Phi_ref

IndexErr

RMS(alpha_loc_sim − alpha_ref)

≤ 0.05

LagRMS

RMS(tau_lag_sim − ref)

≤ 5%

PA_RMS

RMS(PA_sim − ref)

≤ 3°

ToAΔ

`mean(

T_arr^A − T_arr^B

Card

Fields (subset)

Dataset

Instrument, Band, Unit, Calibration, Systematics, Covariance

Model

Anchors, Params, Priors, Units, see:

Pipeline

Steps, Seeds, Env, Hash, Outputs


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/