summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/11_01.sci
blob: 8917647ce8cde0097e1d5b286d4d34f8acb4d59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Temperature of air entering the cold section(in K):
T1=440;
//Absolute pressure of air entering the cold section(in kPa):
p1=188;
//Velocity of air entering the cold section(in m/sec):
V1=210;
//Temperature of air at outlet:(in K)
T2=351;
//Absolute pressure of air at outlet(in kPa):
p2=213;
//Rate of heat loss in the section(in kJ/sec):
//Gas Constant(in N-m):
R= 287;
//Mass flow rate of air(in kg/sec):
m=0.15;
//Specific heat at constant pressue(in kJ/(kg-K)):
cp=1;
//Specific energy at constant volume(in kJ/(kg-K)):
cv=0.717;