summaryrefslogtreecommitdiff
path: root/551/CH14/EX14.21/21.sce
diff options
context:
space:
mode:
Diffstat (limited to '551/CH14/EX14.21/21.sce')
-rwxr-xr-x551/CH14/EX14.21/21.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/551/CH14/EX14.21/21.sce b/551/CH14/EX14.21/21.sce
new file mode 100755
index 000000000..d38900f4c
--- /dev/null
+++ b/551/CH14/EX14.21/21.sce
@@ -0,0 +1,17 @@
+clc
+cooling_load=150; //W
+n_vol=0.8;
+N=720; //rpm
+h2=183; //kJ/kg
+h1=74.5; //kJ/kg
+v2=0.08; //m^3/kg
+
+m=cooling_load/(108.5*1000);
+disp("Mass flow rate of the refrigerant =")
+disp(m)
+disp("kJ/s")
+
+d=m*v2/n_vol;
+disp("Displacement volume of the compressor =")
+disp(d)
+disp("m^3/s") \ No newline at end of file