You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Interface.jl
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -273,21 +273,22 @@ export Outlet
273
273
274
274
"""
275
275
kLAkHCondensationEvaporationWithReservoir adds evaporation and condensation to
276
-
(1) a liquid phase domain with a constant composition vapor resevoir, where molefractions, P, and T need to be specified, or
276
+
(1) a liquid phase domain with a constant composition vapor resevoir, where number of moles, P, and T need to be specified, or
277
277
(2) a gas phase domain with a constant composition liquid resevoir, where number of moles, V, and T need to be specified.
278
278
kLA and kH are used to model cond/evap.
279
-
kLA is liquid volumetric mass transfer coefficient with unit 1/s , and kH is Henry's law constant.
279
+
kLA is liquid volumetric mass transfer coefficient with unit 1/s , and kH is Henry's law constant defined as gas phase partial pressure of solute over liquid phase concentration of solute.
0 commit comments