Skip to content

Commit 22c1982

Browse files
committed
Adapt new definition of kH as partial pressure over liquid conc
Add .
1 parent 6fe4549 commit 22c1982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ export calcthermo
16791679
kLAs = map.(inter.kLAs,T)
16801680
kHs = map.(inter.kHs,T)
16811681
evap = kLAs.*ns
1682-
cond = kLAs.*inter.molefractions*inter.P/R/inter.T./kHs*V
1682+
cond = kLAs.*inter.molefractions.*inter.P./kHs*V
16831683

16841684
dydt[d.indexes[1]:d.indexes[2]] .-= (evap .- cond)
16851685
elseif isa(inter,VolumetricFlowRateInlet) && d == inter.domain

0 commit comments

Comments
 (0)