File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Pint Changelog
11
11
- Fixed issue with `.to_compact` and Magnitudes with uncertainties / Quantities with units (PR #2069, issue #2044)
12
12
- Add conductivity dimension. (#2112)
13
13
- Add absorbance unit and dimension. (#2114)
14
+ - Add membrane filtration flux and permeability dimensionality, and shorthand "LMH". (#2116)
14
15
15
16
16
17
0.24.4 (2024-11-07)
Original file line number Diff line number Diff line change @@ -503,6 +503,13 @@ refractive_index_unit = [] = RIU
503
503
[absorbance] = []
504
504
absorbance_unit = [] = AU
505
505
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
+
506
513
# Logaritmic Unit Definition
507
514
# Unit = scale; logbase; logfactor
508
515
# x_dB = [logfactor] * log( x_lin / [scale] ) / log( [logbase] )
You can’t perform that action at this time.
0 commit comments