From d5b45eec6b8c7156747d4460d4bb574fd7aa6376 Mon Sep 17 00:00:00 2001 From: Eskild Schroll-Fleischer <54531016+nneskildsf@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:01:09 +0100 Subject: [PATCH 1/2] Add membrane filtration flux and permeability --- pint/default_en.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pint/default_en.txt b/pint/default_en.txt index 600e9a0f6..8f063333b 100644 --- a/pint/default_en.txt +++ b/pint/default_en.txt @@ -503,6 +503,13 @@ refractive_index_unit = [] = RIU [absorbance] = [] absorbance_unit = [] = AU +# Membrane filtration flux +LMH = L / m**2 / h +[membrane_flux] = [volume] / [area] / [time] + +# Membrane filtration permeability +[membrane_permeability] = [membrane_flux] / [pressure] + # Logaritmic Unit Definition # Unit = scale; logbase; logfactor # x_dB = [logfactor] * log( x_lin / [scale] ) / log( [logbase] ) From edc02abe749aba6708a22dcd6c1f652e2cadc7ab Mon Sep 17 00:00:00 2001 From: Eskild Schroll-Fleischer <54531016+nneskildsf@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:02:26 +0100 Subject: [PATCH 2/2] Update CHANGES --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index f7a06d5a5..a511e1118 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ Pint Changelog - Fixed issue with `.to_compact` and Magnitudes with uncertainties / Quantities with units (PR #2069, issue #2044) - Add conductivity dimension. (#2112) - Add absorbance unit and dimension. (#2114) +- Add membrane filtration flux and permeability dimensionality, and shorthand "LMH". (#2116) 0.24.4 (2024-11-07)