summaryrefslogtreecommitdiff
path: root/3648/CH12/EX12.2
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH12/EX12.2')
-rw-r--r--3648/CH12/EX12.2/Ex12_2.sce9
-rw-r--r--3648/CH12/EX12.2/Ex12_2.txt1
2 files changed, 10 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
diff --git a/3648/CH12/EX12.2/Ex12_2.txt b/3648/CH12/EX12.2/Ex12_2.txt
new file mode 100644
index 000000000..5ddde5f9e
--- /dev/null
+++ b/3648/CH12/EX12.2/Ex12_2.txt
@@ -0,0 +1 @@
+The estimated Cv value of nitric acid is Cv=692 J/Kg K \ No newline at end of file