summaryrefslogtreecommitdiff
path: root/2837/CH10/EX10.3/Ex10_3.sce
blob: 09a1407fd4ec1a7fb26a48e0e071ece9cb5d3da2 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
clear
//Initialization of variables
disp("From table 1 of keenan and keynes,")
v1=0.2688
//calculations
v2=3.060
p2=200 //psia
t2=600 //F
//results
printf("State of steam is %d psia and %d F",p2,t2)