summaryrefslogtreecommitdiff
path: root/3648/CH12/EX12.2/Ex12_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH12/EX12.2/Ex12_2.sce')
-rw-r--r--3648/CH12/EX12.2/Ex12_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3648/CH12/EX12.2/Ex12_2.sce b/3648/CH12/EX12.2/Ex12_2.sce
new file mode 100644
index 000000000..501281a3a
--- /dev/null
+++ b/3648/CH12/EX12.2/Ex12_2.sce
@@ -0,0 +1,9 @@
+//Example 12_2
+clc();
+clear;
+//To estimate the Cv of nitric acid
+r=8314 //Units in J/Kmol K
+m=30 //Units in Kg/Kmol
+Cv=2.5*(r/m) //Units in J/Kg K
+printf("The estimated Cv value of nitric acid is Cv=%d J/Kg K",Cv)
+//in textbook the answer is printed wrong as Cv=690 J/Kg K correct answer is 692 J/Kg K