summaryrefslogtreecommitdiff
path: root/443/DEPENDENCIES/2_3_data.sci
diff options
context:
space:
mode:
Diffstat (limited to '443/DEPENDENCIES/2_3_data.sci')
-rw-r--r--443/DEPENDENCIES/2_3_data.sci16
1 files changed, 16 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/2_3_data.sci b/443/DEPENDENCIES/2_3_data.sci
new file mode 100644
index 000000000..a40d91b10
--- /dev/null
+++ b/443/DEPENDENCIES/2_3_data.sci
@@ -0,0 +1,16 @@
+//Volume of tank(in m^3)
+V=0.1;
+//Mass of nitrogen(in kg)
+m1=4;
+//Mass of oxygen(in kg)
+m2=1.5;
+//Mass of carbon dioxide(in kg)
+m3=0.75;
+//Temperature of mixture(in K)
+T=273+20;
+//Gas constant of N2(in J/kgK)
+RN2=296.8;
+//Gas constant of O2(in J/kgK)
+RO2=259.83;
+//Gas constant of CO2(in J/kgK)
+RCO2=188.9; \ No newline at end of file