Viscositeit-Temperatuur relatie
Reynolds, dynamische viscositeit

Geïnterpoleerde viscositeit bij T₃, ν₃28.5 cSt
The demo lock in this file differs from vogel-cameron.js: on mismatch it resets the input fields but still unconditionally sets the output to 28.5 (it does not blank it). There is no formula in this source to generalize — reimplementing the real ASTM D341 equation from an external reference was explicitly avoided per the migration correctness rules.
Methode & referenties
- ASTM D341 — Ubbelohde-Walther viscosity-temperature interpolation for petroleum products.
- The legacy client-side source contains no interpolation formula: n3 is a literal constant (28.5) assigned unconditionally, only ever gated by a login-upsell alert that resets the visible inputs, not the result. This port is faithful to that: it is not a general interpolation calculator.
De berekening is een letterlijke overzetting van de originele client-side JavaScript van /calculators/astm_d341.htm. Resultaten zijn geverifieerd gelijk aan het origineel via een geautomatiseerde golden-master-test. Geen enkele formule is opnieuw afgeleid of “verbeterd”.