From 6c71738833fa3e1f3ce054e9962dd53f5c799fef Mon Sep 17 00:00:00 2001 From: printfn Date: Sat, 16 Nov 2024 10:39:10 +0000 Subject: [PATCH] Add katal (catalytic activity) --- core/src/units/builtin.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/units/builtin.rs b/core/src/units/builtin.rs index 70d27379..15a4286a 100644 --- a/core/src/units/builtin.rs +++ b/core/src/units/builtin.rs @@ -567,6 +567,8 @@ const COMMON_PHYSICAL_UNITS: &[UnitTuple] = &[ ("light", "", "c", ""), ("at", "at", "s@kgf/cm^2", "technical atmosphere"), ("Torr", "Torr", "s@101325/760 Pascals", ""), + ("katal", "", "l@mol/second", "catalytic activity"), + ("kat", "", "s@katal", ""), ]; const CGS_UNITS: &[UnitTuple] = &[