summaryrefslogtreecommitdiff
path: root/2141/CH5/EX5.16/Ex5_16.sce
blob: 477e537c34b1382b2e06842b0d5c4dddc3c2f044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

clc
//initialisation of variables
h=11710//Btu/lbm-mole
M=32 //Btu
T2=2000//R
T1=500 //R
//CALCULATIONS
H=h/M //Btu/lbm
Cp=H/(T2-T1)//Btu/lbm R
//RESULTS
printf('The ideal gas behavior=% f Btu/lbm R',Cp)