File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Pint Changelog
1111- Fixed issue with `.to_compact` and Magnitudes with uncertainties / Quantities with units (PR #2069, issue #2044)
1212- Add conductivity dimension. (#2112)
1313- Add absorbance unit and dimension. (#2114)
14+ - Add membrane filtration flux and permeability dimensionality, and shorthand "LMH". (#2116)
1415
1516
16170.24.4 (2024-11-07)
Original file line number Diff line number Diff line change @@ -503,6 +503,13 @@ refractive_index_unit = [] = RIU
503503[absorbance] = []
504504absorbance_unit = [] = AU
505505
506+ # Membrane filtration flux
507+ LMH = L / m**2 / h
508+ [membrane_flux] = [volume] / [area] / [time]
509+
510+ # Membrane filtration permeability
511+ [membrane_permeability] = [membrane_flux] / [pressure]
512+
506513# Logaritmic Unit Definition
507514# Unit = scale; logbase; logfactor
508515# x_dB = [logfactor] * log( x_lin / [scale] ) / log( [logbase] )
You can’t perform that action at this time.
0 commit comments