blob: aab81766f39af9b5033c8b1e85205aa5c93fbf81 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//Temperature at section 1(in K):
T1=278;
//Pressure at section 1(in kPa):
p1=65;
//Velocity at section 1(in m/sec):
V1=668;
//Value of gas constant(in N-m/kg-K):
R=287;
//Value of k:
k=1.4;
|