summaryrefslogtreecommitdiff
path: root/3825/CH3/EX3.17/Ex3_17.sce
blob: 33d58b906d22fee2643394a868e83cd0c442243d (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
vc=0.00317
vf=0.0010434
vg=1.694
X=(vc-vf)/(vg-vf)
mprintf("X=%f\n",X)
mprintf("volume of liquid=%fmetre-cube\n",(1-X)*vf)
mprintf("Volume of vapor=%fmetre-cube\n",X*vg)
mprintf("Ratio of liquid to vapor by volume=%f\n",((1-X)*vf)/(X*vg))//ans may vary due to roundoff error