HIND // HMI

Process Article Terminal

Things Are Heating Up

Article 01 / 01
State Guided mode
Step 01 / 5
Medium AIR

A standalone HMI-style reading environment for a single article. The left pane carries the essay. The right pane translates its thermodynamics argument into a scroll-linked visualization.

Convection widget

Heat Flow via Convection

LOCKED
HEAT SOURCE
RADIATOR FINS

Heat Transfer Curve (h = 50)

AIR SIDE
Heat Rate 3,780 W
Coefficient h 50 W/m²K
Stroke Memory 72 mm
Alarm / event history scroll-linked state
A-11 info

System framing active

Transition treated as physical continuity, not marketing rupture.

A-14 info

First-principles lock

Coordinate mapping preserved across drivetrain change.

W-03 warn

Narrative distortion risk

Commercial language overstating discontinuity.

Widget logic trace adapted from Gemini inspection
* 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

Section transition log

entries: 0 scroll: 0%
SCROLL 0%