summaryrefslogtreecommitdiff
path: root/2165/CH8/EX8.19/8_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '2165/CH8/EX8.19/8_19.sce')
-rwxr-xr-x2165/CH8/EX8.19/8_19.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2165/CH8/EX8.19/8_19.sce b/2165/CH8/EX8.19/8_19.sce
new file mode 100755
index 000000000..79ae1c53f
--- /dev/null
+++ b/2165/CH8/EX8.19/8_19.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+cv=0.1714//C.H.U
+R=100.3//ft.lb
+T=500//degree c
+J=1400//in
+Lam=R/J//C.H.U percent C
+//CALCULATIONS
+Cp=Lam+cv//C.H.U percent C
+//RESULTS
+printf('The specific heat at constant volume of a gaseous mixture is=% f C.H.U percent C',Cp)