Skip to content

Commit c350f02

Browse files
authored
Add membrane filtration flux and permeability dimensionality, and shorthand "LMH" (#2122)
* Add membrane filtration flux and permeability * Update CHANGES
1 parent 4012c26 commit c350f02

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff 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

1617
0.24.4 (2024-11-07)

pint/default_en.txt

+7
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,13 @@ refractive_index_unit = [] = RIU
503503
[absorbance] = []
504504
absorbance_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] )

0 commit comments

Comments
 (0)