summaryrefslogtreecommitdiff
path: root/2519/CH10/EX10.3/Ex10_3.sce
blob: c5d47d0d064a59554db362d3b46189cc7f5d0b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clc
clear
//Initialization of variables
t=212+460 //R
v=0.193 //ft^3/lbm
M=44
R=0.73
//calculations
tc=87.9+460 //F
zc=0.275
vc=1.51 //ft^3/mol
tr=t/tc
vr=v*M/vc
vrd=vr*zc
z=0.88
p=z*R*t/(M*v)
//results
printf("Pressure = %.1f atm",p)