From 1D eigenmodes to 3D ray-tracing
Layers 1–6 used 1D geometries — slab, cylinder (axisymmetric), sphere — for which the Holstein kernel has a closed-form integral and the eigenmode expansion is exact. Real experiments are rarely 1D.
Hydrodynamic instabilities in ICF implosions break spherical symmetry. Fluorescent lamps have end-caps. LightCell-class TPV emitters have inlet flow, hot-mirror boundaries on some sides only, and PV-cell coupling on others. Once symmetry breaks, the eigenmode expansion has no closed form and you must solve the transport equation directly.
CRETIN (Scott 2001) uses one of three methods, switching by regime:
- Long-characteristics ray tracing in 1D — equivalent to discrete-ordinate $S_N$. Fast for axisymmetric problems.
- Discrete-ordinate integral formalism in 2D and 3D — angles sampled on quadrature grid, optical-depth integration along each ray.
- Monte Carlo photon-tracing when source-and-sink geometries are complicated and analytical ray integration is impractical (e.g. multi-material ICF capsules, complex mirror boundaries).
Below: a live 2D Monte Carlo photon-tracing simulation. Each press launches a fresh batch of photons from your chosen source; they fly, get absorbed-and-reemitted, and either escape or get quenched. The cumulative source function $S(\mathbf{r})$ builds up on the heatmap.
Explore
Source function $S(x, y)$ (2D Monte Carlo)
Escape angular distribution $I(\Omega)$
Escape histogram by number of absorptions
The Scott 2001 ICF case
Scott 2001 §5.1 reports CRETIN simulations of an imploded Nova capsule, with argon dopant in the central DH fuel and titanium in the inner shell. Both serve as spectroscopic indicators — argon for fuel temperature at peak compression, titanium for shell distortion. The published images (Scott 2001 Figs 1–2) show the 254 Å Ar He-α line viewed from four orthogonal directions; in a symmetric implosion they should be identical, but the 3D simulation reveals shell distortions that print themselves into the line emission profile.
The key result of that section: 1D simulations agreed with neither the line ratios nor the directional asymmetry. 2D simulations got the line ratios but missed the directional asymmetry. Only 3D simulations reproduced both. The 3D NLTE solver isn't a luxury for ICF — it's the only tool that can extract the asymmetry from the spectra.
What this layer does NOT do
- 2D only; the live MC sim is in $(x, y)$ with cylindrical-cell boundary. True 3D ICF capsule rendering requires GPU; left for a Rust→WASM build (Layer 7v2).
- Single-line, CFR-only — no PFR, no multi-level. To couple to Layer 3/4/6 physics, the MC photon kernel would need to be replaced by the full $R_{II}$ redistribution function and the multi-level CRM.
- No discrete-ordinate $S_N$ quadrature comparison; deferred to a separate page.
- The "ICF capsule" interactive is conceptual — the live MC is 2D circular, not the 3D Nova geometry.
FEYNMAN ✓ live MC + worked case · Victor ✓ button + sliders + live heatmap · Kay ⏳ MC photon kernel is layer-local; should be factored to shared/mc.js for Layer 8 · Scott ✓ Scott 2001 §5.1 cited · Tri Dao spirit ⏳ no GPU; CPU JS only at this stage