summaryrefslogtreecommitdiff
path: root/527/CH3/EX3.4/3_4exam.sce
blob: a28c409df341a9ca4e80e43d75c34072e61073cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Engineering and Chemical Thermodynamics
// Example 3.4
//Page no : 122

clear ; clc ;
//Given 
del_h_vap = 38.56 * 10^3 ; //[J/mol] , From Table 
Tb = 78.2 + 273 ; //[K] ,From table

del_S = - del_h_vap / Tb * 10^-3 ;
disp(" Example 3.4   Page no : 122") ;
printf("\n    Change in entropy = %.4f kJ/mol K",del_S);