aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mass.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mass.go b/mass.go
index 158bc37..ea795ad 100644
--- a/mass.go
+++ b/mass.go
@@ -9,6 +9,7 @@ type MassFlowRate float32
const (
KilogramsPerSecond MassFlowRate = 1
+ KilogramsPerMinute MassFlowRate = 1.0 / 60.0
PoundsPerMinute MassFlowRate = 0.007_559_872_833
)