summaryrefslogtreecommitdiff
path: root/443/DEPENDENCIES/2_2_data.sci
diff options
context:
space:
mode:
Diffstat (limited to '443/DEPENDENCIES/2_2_data.sci')
-rw-r--r--443/DEPENDENCIES/2_2_data.sci18
1 files changed, 18 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/2_2_data.sci b/443/DEPENDENCIES/2_2_data.sci
new file mode 100644
index 000000000..cd81047ac
--- /dev/null
+++ b/443/DEPENDENCIES/2_2_data.sci
@@ -0,0 +1,18 @@
+//mass of air(in kg/min)
+m=10;
+//fluid velocity at inlet(in m/s)
+C1=5;
+//fluid velocity at outlet(in m/s)
+C2=10;
+//fluid pressure at inlet(in bar)
+p1=1*10^5;
+//fluid pressure at outlet(in bar)
+p2=8*10^5;
+//specific volume at inlet(in m^3/kg)
+V1=0.5;
+//specific volume at outlet(in m^3/kg)
+V2=0.2;
+//energy lost to cooling water(in kJ/s)
+H=140;
+//internal energy of air leaving the compressor(in kJ/kg)
+dU=-250;