summaryrefslogtreecommitdiff
path: root/1967/CH8/EX8.8/8_8.sce
blob: 44fbed03adc4be0815b8592a4327d9266eeb3a59 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
clear
Cp= 8.21*0.0413 //lit-atm deg^-1 mole^-1
V= 8.64*28*10^-3 //lit
r= 1.199
//CALCULATIONS
u= V*(r-1)/Cp
//RESULTS
printf ('Joule-thomson coefficient = %.3f deg atm^-1',u)