Radiative-conductive multi-layer
ADVANTAGES2 · dim 24SolvSRK wins. At the comparison noise level, SolvSRK beats the best baseline by at least 10 percentage points of survival, or by at least 0.05 balanced score when survival is tied. Use SolvSRK for this class of problem. All verdicts →
Three-layer slab with radiation, conduction, and solar forcing
Problem definition
Canonical benchmark implementation
Canonical RHS excerpt from the registered callable used for this benchmark cell. Expand it to verify the state equations; it is not a standalone runnable fixture.
Show canonical RHS excerpt
def rhs(t: float, temp: np.ndarray) -> np.ndarray:
temp = np.clip(np.asarray(temp, dtype=float), 200.0, 3500.0)
d = np.zeros(n)
q_solar = solar_amp * max(0.0, np.sin(2.0 * np.pi * t / 86400.0))
for i in range(n):
t_left = temp[i - 1] if i > 0 else temp[i]
t_right = temp[i + 1] if i < n - 1 else temp[i]
cond = alphas[i] * (t_left - 2.0 * temp[i] + t_right) / dx2
rad = emiss[i] * _STEFAN_BOLTZMANN * (t_air**4 - temp[i] ** 4) / (rho_c[i] * dx)
d[i] = cond + rad
d[0] += q_solar / (rho_c[0] * dx)
return d- Parameters
- _STEFAN_BOLTZMANN = 5.67037e-08
- alphas = [8e-05, 8e-05, 8e-05, 8e-05, 8e-05, 8e-05, …] [shape=(24,), min=2.5e-08, max=8e-05]
- dx = 0.00416666666667
- dx2 = 1.73611e-05
- emiss = [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, …] [shape=(24,), min=0.3, max=0.95]
- n = 24
- rho_c = [3.5e+06, 3.5e+06, 3.5e+06, 3.5e+06, 3.5e+06, 3.5e+06, …] [shape=(24,), min=1.2e+06, max=3.5e+06]
- solar_amp = 900
- t_air = 290
- Initial condition
- y(0) = [340, 337.391304348, 334.782608696, 332.173913043, 329.565217391, 326.956521739, …] [shape=(24,), min=280, max=340]
- Horizon
- t ∈ [0, 2000]
Canonical RHS excerpt captured from the same registered callable used for the published benchmark. Frozen closure values are summarized below; helper imports and solver settings are intentionally omitted.
Fingerprint
Spread: high
Default noise: none
Recommendation snapshot
Clean best: SolvSRK
Noisy best: SolvSRK
Coverage
14 solver arms · clean + 5 noise levels
Ranked on survival, precision, and speed
Versions & freeze
Methodology →- Freeze
- 2026-08-13
- libsolvsrk
- 2.3.0
- SciPy
- 1.14
- SUNDIALS
- CVODE (bundled backend)
20 seeds/cell default · 14 arms · TRL 4–5 · simulation-lab validated · this page: Radiative-conductive multi-layer (radiative-conductive-multi-layer)
Governed SolvTune benchmark freeze; per-arm medians only. RHS definitions and raw trial rows are not published.
Self-reported by Resonix Labs · not independently verified
Results matrix
Pick an objective and a noise level to rank all arms on survival, median SCD, median nfev, and median wall time. Medians across seeds.
Objective
Best overall trade-off of survival, precision, and speed.
Noise level
| # | Solver | Survival | SCD | nfev | Wall | Score |
|---|---|---|---|---|---|---|
| 1 | SolvSRK | 100% | 14.8 | 85,153 | 2.84 s | 0.972 |
| 2 | SciPy RadauSciPy | 100% | 10.8 | 1,026 | 50 ms | 0.876 |
| 3 | Tsit5external | 100% | 8.3 | 77,550 | 9.64 s | 0.816 |
| 4 | SciPy LSODASciPy | 100% | 8.0 | 923 | 29 ms | 0.809 |
| 5 | SciPy DOP853SciPy | 100% | 8.0 | 66,938 | 2.31 s | 0.808 |
| 6 | SciPy RK45SciPy | 100% | 7.9 | 75,290 | 2.61 s | 0.808 |
| 7 | SciPy BDFSciPy | 100% | 7.9 | 467 | 30 ms | 0.808 |
| 8 | CVODE BDFexternal | 100% | 7.8 | 382 | 21 ms | 0.805 |
| 9 | SciPy RK23SciPy | 100% | 7.7 | 42,644 | 1.56 s | 0.802 |
| 10 | CVODE Adamsexternal | 100% | 7.5 | 1,940 | 72 ms | 0.797 |
At Clean, best balanced arm is SolvSRK.
Values are medians across seeds, measured by Resonix Labs on Resonix hardware and not independently verified; nfev and wall are on reference lab hardware (indicative). Under injected noise only SolvSRK and the SciPy arms are run. How we measure accuracy → · Verification status →
Cite this page
Replace the access date. Pin the freeze ID and library versions when comparing against a later export. Cite it as what it is - a self-reported vendor benchmark, not an independently verified result. The note field says so; please keep it.
@misc{resonix_evidence_radiative_conductive_multi_layer_2026,
title = {Resonix Evidence Portal: Radiative-conductive multi-layer},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonixusa.com/evidence/problems/radiative-conductive-multi-layer}},
note = {Self-reported vendor benchmark; internally generated by Resonix Labs and not independently verified. Accessed YYYY-MM-DD. Freeze 2026-08-13; libsolvsrk 2.3.0; SciPy 1.14.}
}Related
TRL 4–5 · simulation-lab validated · 398 problems · 14 solver arms · clean + 5 noise levels
Freeze: 2026-08-13 · scipy 1.14 · libsolvsrk 2.3.0 · Methodology
Self-reported by Resonix Labs · not independently verified · Verification status