Problem definition
IEC 60853-2:2024; Daminov et al. (2019) IEEE TPWRD; Neher & McGrath (1957)
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 _cable_thermal_rhs(t: float, y: np.ndarray) -> np.ndarray:
"""IEC 60853-2 two-cell thermal equivalent circuit.
Node A: conductor + insulation (fast thermal response).
Node B: sheath + soil (slow thermal response, τ ≈ hours).
dT_A/dt and dT_B/dt per IEC 60853-2 Appendix A two-cell reduction.
"""
T_A, T_B = y
heat_gen = _CT_I_nom**2 * _CT_Rac * (1.0 + _CT_lam1 + _CT_lam2) + _CT_Wd
q_AB = (T_A - T_B) / _CT_Tint
q_A_surf = (T_A - _CT_Tamb) / _CT_TextA
dTA = (1.0 / _CT_QA) * (heat_gen - q_AB - q_A_surf)
dTB = (1.0 / _CT_QB) * (q_AB - (T_B - _CT_Tamb) / _CT_TextB)
return np.array([dTA, dTB])- Parameters
- _CT_I_nom = 800
- _CT_QA = 1280
- _CT_QB = 4500
- _CT_Rac = 2.83e-05
- _CT_Tamb = 293.15
- _CT_TextA = 0.2
- _CT_TextB = 1.6
- _CT_Tint = 0.4
- _CT_Wd = 0.5
- _CT_lam1 = 0.08
- _CT_lam2 = 0.03
- Initial condition
- y(0) = [293.15, 293.15]
- Horizon
- t ∈ [0, 86400]
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.
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_iec_60853_2_cable_thermal_2d_2026,
title = {Resonix Evidence Portal: IEC 60853-2 cable thermal (2D)},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonix.tech/evidence/problems/iec-60853-2-cable-thermal-2d}},
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.}
}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