RTD Tracer Test Calculator
A pulse or step tracer test gives a response curve C(t) — the tracer concentration leaving a vessel against time. From that curve you can read the mean residence time (the centre of mass of the response) and how spread out the distribution is (the variance), which together say a lot about whether a tank behaves like an ideal well-mixed vessel, an ideal plug-flow vessel, or something non-ideal with short-circuiting or dead zones. This calculator takes a small table of time and response values, integrates the curve with the trapezoidal rule, and returns the area, the mean residence time, the variance, the standard deviation, and the dimensionless variance. It is deliberately simple and transparent: it is a preliminary RTD summary, not a full RTD model, and it does not fit a CSTR, plug-flow, tanks-in-series, or dispersion model. Noisy plant data usually needs baseline correction, a mass-balance check, and specialist interpretation before the numbers mean anything.
Calculator
Enter time and response in any consistent units; blank rows are ignored. Capture the curve back to baseline for a meaningful mean and variance.
Preliminary RTD summary only. Assumes representative, conservative tracer data integrated by the trapezoidal rule. Not a full RTD model and not a CSTR/plug-flow/tanks-in-series/dispersion fit. A truncated or noisy tail biases the mean and variance. Does not replace test planning, data validation, mass-balance checks, process expertise, or qualified engineering review.
Formulas
Diagram
Worked example
A symmetric tracer response is sampled every 10 minutes: at t = 0, 10, 20, 30, 40 min the response reads 0, 1, 2, 1, 0. Estimate the area, mean residence time, and spread.
- 01Area (trapezoidal): A = 10·(0+1)/2 + 10·(1+2)/2 + 10·(2+1)/2 + 10·(1+0)/2 = 5 + 15 + 15 + 5 = 40 response·min
- 02∫ t·C dt = 50 + 250 + 350 + 150 = 800 → t_mean = 800 / 40 = 20 min
- 03∫ (t−20)²·C dt = 500 + 500 + 500 + 500 = 2000 → σ² = 2000 / 40 = 50 min²
- 04σ = √50 = 7.07 min; dimensionless variance σ_θ² = 50 / 20² = 0.125
Area = 40 response·min, mean residence time = 20 min, variance = 50 min², standard deviation ≈ 7.07 min, dimensionless variance = 0.125. (The symmetric triangular response gives a second-central-moment variance of 50 min², not 100 — the spread of this dataset is one sampling interval.)