summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/11_04.sci
diff options
context:
space:
mode:
Diffstat (limited to '746/DEPENDENCIES/11_04.sci')
-rwxr-xr-x746/DEPENDENCIES/11_04.sci18
1 files changed, 18 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/11_04.sci b/746/DEPENDENCIES/11_04.sci
new file mode 100755
index 000000000..deccf6ea9
--- /dev/null
+++ b/746/DEPENDENCIES/11_04.sci
@@ -0,0 +1,18 @@
+//Pressure at entry(in kPa):
+p1=350;
+//Temperature at entry(in K)
+T1=333;
+//Velocity at entry(in m/s):
+V1=183;
+//Mach no. at exit:
+M2=1.3;
+//Stagnation pressure at exit(in kPa):
+p02=385;
+//Stagnation temperature at exit(in K):
+T02=350;
+//Value of k:
+k=1.4;
+//Gas constant(in N-m/kg-K)
+R=287;
+//Specific heat at constant pressure(kJ/(kg-K):
+cp=1; \ No newline at end of file