blob: 0f2870ab3e5998f65bb292f109070d2ffa8e70dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 5.34\n\n\n");
// Chapter 5 : Properties Of Liquids And Gases
// Problem 5.34 (page no. 216)
// Solution
//We enter the chart in the superheat region at 2.0MPa and 240 C to read the enthalpy and entropy.This procedure gives
printf("Enthalpy h=2877 kJ/kg and entropy s=6.495 kJ/kg*K\n");
//The other properties cant be obtained directly from the chart
|