Time of Death Estimation: Henssge Cooling Model

simulator intermediate ~10 min
Loading simulation...
PMI ≈ 8.5 hours — based on Henssge nomogram model

A 70 kg body at 28°C in a 20°C environment with standard clothing indicates approximately 8.5 hours since death (95% CI: 6.5–10.5 hours), based on the Henssge double-exponential cooling model.

Formula

T(t) = T_env + (T₀ - T_env) × (1.25 × exp(-k₁t) - 0.25 × exp(-5k₁t))
k₁ = 1.2815 / (Math.pow(body_weight, 0.625)) × clothing_factor
PMI = -ln((T_body - T_env) / (T₀ - T_env)) / k₁ (simplified Newton approximation)

The Body Clock After Death

The moment the heart stops beating, the body begins to cool. This process — algor mortis — follows predictable physical laws that forensic pathologists exploit to estimate the postmortem interval (PMI). Body temperature is the single most reliable early indicator of time since death, usable for approximately the first 24–36 hours before the body equilibrates with its environment.

Newton's Law Meets Biology

Body cooling roughly follows Newton's law of cooling — the rate of heat loss is proportional to the temperature difference between the body and its surroundings. However, biological bodies are not simple objects. The initial postmortem temperature plateau (the body maintains 37°C briefly due to residual metabolic activity) and the insulating effect of subcutaneous fat create a sigmoidal cooling curve that Newton's simple exponential cannot capture.

The Henssge Model

Claus Henssge's double-exponential model addresses these biological complexities. His formula includes two exponential terms — one for the initial plateau and one for the main cooling phase — calibrated against hundreds of real cases. The model accounts for body mass (larger bodies cool slower), clothing insulation, and environmental conditions, producing a nomogram that forensic pathologists use daily worldwide.

Practical Limitations

Temperature-based PMI estimation has inherent uncertainties. Fever at time of death raises the starting temperature. Environmental changes (doors opening, heating turning off) alter the assumed ambient conditions. Water immersion accelerates cooling dramatically. For these reasons, the Henssge method provides confidence intervals, not point estimates, and experienced pathologists always corroborate with other indicators: rigor mortis progression, vitreous potassium levels, and gastric contents.

FAQ

How do forensic pathologists estimate time of death?

The primary method is algor mortis — measuring body cooling. The Henssge nomogram uses rectal temperature, ambient temperature, body weight, and clothing to estimate the postmortem interval. Other indicators include rigor mortis (muscle stiffening, 2–12 hours), livor mortis (blood pooling), and decomposition stages.

What is the Henssge nomogram?

Developed by Claus Henssge in the 1980s, it is a graphical tool (nomogram) based on a double-exponential cooling model that accounts for the initial temperature plateau (body maintains temperature briefly after death) followed by exponential decay toward ambient temperature.

How accurate is temperature-based time of death estimation?

Under controlled conditions, the Henssge method achieves ±2.8 hours accuracy at the 95% confidence level within the first 24 hours. Accuracy decreases with time as the body approaches ambient temperature. Environmental factors — wind, water immersion, direct sunlight — can introduce significant error.

Why does body weight affect cooling rate?

Larger bodies have a lower surface-area-to-volume ratio, meaning they lose heat more slowly relative to their thermal mass. A 120 kg body cools roughly twice as slowly as a 50 kg body in the same conditions, significantly affecting time-of-death calculations.

Sources

Embed

<iframe src="https://homo-deus.com/lab/forensic-science/time-of-death/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub