summaryrefslogtreecommitdiff
path: root/944/CH6/EX6.12/example6_12_TACC.sce
blob: ac272095feec93725cc99eea7a8832496a99dd52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//example 6.12

clear;
clc;

//Given:
x1=0.5;//mole fraction of chloroform
x2=0.5;//mole fraction of p-xylene
T=298;//Temperature[K]
//to find the excess volume 
Ve=x1*x2*[0.585+0.085*(x1-x2)-0.165*(x1-x2)^2];//Excess volume measured by using a dilatometer
printf("Ve/(cm3.mol^-1) = %f ",Ve);