Skip to content

Commit

Permalink
add acetone, dichloromethane to UNIFAC groups
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Sep 15, 2023
1 parent 96e116c commit b5259f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/Activity/UNIFAC/UNIFAC_groups.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ PS(1960),"[""ACH""=>95,""ACCH""=>19,""CH2""=>19]"
PBD(2350),"[""CH=CH""=>43,""CH2""=>43]"
PMMA(6350),"[""CH3""=>63,""CH2""=>63,""C""=>63,""CH3COO""=>63]"
PS(1390),"[""ACH""=>65,""ACCH""=>13,""CH2""=>13]"
acetone~|~propanone,"[""CH3CO""=>1,""CH3""=>1]"
ch2cl2~|~dichloromethane,"[""CH2CL2""=>1]"
9 changes: 9 additions & 0 deletions test/test_misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,15 @@ end
@test system.params.Tc[2] == 3.5

end

@testset "#201" begin
#=
Ternary LLE
=#
@test aspenNRTL(["water", "acetone", "dichloromethane"],puremodel = PR) isa EoSModel
@test UNIFAC(["water", "acetone", "dichloromethane"]) isa EoSModel

end
end
@printline
if Base.VERSION >= v"1.8" #for some reason, it segfaults on julia 1.6
Expand Down

0 comments on commit b5259f3

Please sign in to comment.