summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/12_01.sci
diff options
context:
space:
mode:
Diffstat (limited to '746/DEPENDENCIES/12_01.sci')
-rwxr-xr-x746/DEPENDENCIES/12_01.sci32
1 files changed, 32 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/12_01.sci b/746/DEPENDENCIES/12_01.sci
new file mode 100755
index 000000000..aee1d5c02
--- /dev/null
+++ b/746/DEPENDENCIES/12_01.sci
@@ -0,0 +1,32 @@
+//Mach number at entry:
+M1=0.3;
+//Temperature at entry(in K):
+T1=335;
+//Pressure at entry(in kPa):
+p1=650;
+//Area at entry(in m^2):
+A1=0.001;
+//Mach number at exit:
+M2=0.8;
+///Value of k:
+k=1.4;
+//For the Mach no:0.3:
+//T/T0:
+t1=0.9823,
+//p/p0:
+P1=0.9395;
+//d/d0:
+den1=0.9564;
+//A/A*:
+a1=2.035;
+//For the Mach no:0.8:
+// T/T0:
+t2=0.8865;
+//p/p0:
+P2=0.6560;
+//d/d0:
+den2=0.7400;
+//A/A*:
+a2=1.038;
+//Gas Constant(in N-m/kg-K):
+R=287; \ No newline at end of file