summaryrefslogtreecommitdiff
path: root/2870/CH6/EX6.2/Ex6_2.sce
blob: c1d668fa1f6a1567550a4e049fdcd0e5c84a1aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;clear;
//Example 6.2

//given data
Wnet=65;
nth=0.24;
HV=19000;

//calculations
QH=Wnet/nth*2545;//factor of 2545 to convert to Btu/h
m=QH/HV;
disp(m,'the engine must burn at fuel rate in lbm/h')