Temperature-Composition for Binary Mixtures
|
01-07-2017, 10:28 AM
(This post was last modified: 01-07-2017 10:43 AM by Ángel Martin.)
Post: #1
|
|||
|
|||
Temperature-Composition for Binary Mixtures
Temperature-Composition for binary mixtures. [ WILSON, VANLAAR ]
From the author’s Engineering Collection, included in the ETSII3 module This program obtains tabular representations of the composition-boiling point temperature diagram of a binary mixture in non-ideal conditions (where Raoult’s law won’t apply), under constant pressure conditions. The Antoine constants for each component must be known. Two models are available, using either Van-Laar or Wilson dissolution constants and equations. The program also calculates the vapor-liquid composition diagram. The tabulations can also be plotted as graphic curves on the thermal printer if available. The expressions used for the calculations are shown below. Note that in both cases the solution requires solving the equation for the value of the temperature “T” for each value of the liquid fractions (x1,x2) of both components. Let {A1, B1, C1} and {A2, B2, C2} the Antoine constants for each component as per the corresponding sub-index. The main equations are written as follows: x1 exp [ Z1 ] = P – x2 exp [ Z2 ] ; where x1 + x2 =1 y1 = (x1/P) exp[ Z1] ; molar fraction of vapor,: y1 = y1(T, x1) Let {a,b} the Van-Laar constants for the dissolution; then we have: Z1 = A1 – B1/(T+C1) + a / (1+ a.x1/b.x2)^2; and Z2 = A2 – B2/(T+C2) + a / (1+ a.x1/b.x2)^2 Let {G12, G21} the Wilson constants for the dissolution; then we have: Z1 = A1 – B1/(T+C1) – Ln(x1+G12.x2) + x2 [(G12/(x1+G12.x2) – G21/(x2+G21.x1)] Z2 = A2 – B2/(T+C2) – Ln(x2+G12.x1) + x1 [(G12/(x1+G12.x2) – G21/(x2+G21.x1)] The pressure remains constant. The program assumes an atmospheric pressure of 760 mm Hg. This can be changed by modifying the value in program lines .151, .300, and .366 Example. Tabulate and represent the ‘Temperature-Composition” and “vapor-liquid” diagrams for a non-ideal mixture of methanol and acetone, with the following data known: Code: Methanol Acetone Disso - Van-Laar Disso -Wilson The results are shown in the tables below, Code:
"To live or die by your own sword one must first learn to wield it aptly." |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)