summaryrefslogtreecommitdiff
path: root/632/CH5/EX5.3/example5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH5/EX5.3/example5_3.sce')
-rwxr-xr-x632/CH5/EX5.3/example5_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/632/CH5/EX5.3/example5_3.sce b/632/CH5/EX5.3/example5_3.sce
new file mode 100755
index 000000000..3cff0561b
--- /dev/null
+++ b/632/CH5/EX5.3/example5_3.sce
@@ -0,0 +1,10 @@
+//clc()
+V = 0.6 * 10^-3;//m^3
+T = 473;//K
+Tc = 405.5;//K
+Pc = 112.8 * 10 ^ 5//Pa
+R = 8.314;
+a = 0.4278 * (R^2) * (Tc ^ 2.5)/Pc;
+b = 0.0867 * R * Tc / Pc;
+P1 = (R*T/(V - b) - a/((T^0.5)*V*(V + b)))/10^5;
+disp("bar",P1,"Pressure developed by gas = ") \ No newline at end of file