blob: b8fdcb43f9e19200e852674bebfb8eb38d938e1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 5.31\n\n\n");
// Chapter 5 : Properties Of Liquids And Gases
// Problem 5.31 (page no. 215)
// Solution
//Reading the chart at 30 C and saturation gives us,
printf("The enthalpy of saturated steam is hg=2556 kJ/kg\n");
//Which matches with value of problem 5.2
|