blob: 48c14d081bd6340e557827d41305a65f363e55d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 5.28\n\n\n");
// Chapter 5 : Properties Of Liquids And Gases
// Problem 5.28 (page no. 214)
// Solution
//From the chart,
printf("The enthalpy of steam at 330 psia is h=1220 Btu/lbm\n");
//Compared to 1221.5 Btu/lbm found in problem 5.11
|