A-11 info
System framing active
Transition treated as physical continuity, not marketing rupture.
Process Article Terminal
Convection widget
Transition treated as physical continuity, not marketing rupture.
Coordinate mapping preserved across drivetrain change.
Commercial language overstating discontinuity.
* Heat Transfer Simulator (q = h * A * dT)
* Compares ICE Radiator (Air) vs EV Battery (Liquid)
*/
// 1. Setup App (UI + State)
const { state, ui } = WH.createApp({
title: "Heat Transfer Dynamics",
params: {
medium: {
value: 'Air (ICE Fin)',
options: ['Air (ICE Fin)', 'Liquid (EV Tube)'],
label: "Cooling System"
},
area: { value: 1.0, min: 0.1, max: 2.0, step: 0.1, label: "Surface Area (m²)" },
deltaT: { value: 40, min: 5, max: 100, step: 1, label: "ΔTemp (K)" },
reset: { type: 'button', label: 'Reset Parameters', onClick: (s) => {
s.area = 1.0;Trend recorder