diff options
Diffstat (limited to '1442/CH19/EX19.9')
-rwxr-xr-x | 1442/CH19/EX19.9/19_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1442/CH19/EX19.9/19_9.sce b/1442/CH19/EX19.9/19_9.sce new file mode 100755 index 000000000..80fd6fe80 --- /dev/null +++ b/1442/CH19/EX19.9/19_9.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+Wc= 12 //kg
+hf= -393520 //kJ/kmol
+gf= -394360 //kJ/kmol
+//CALCULATIONS
+Wmax= -gf/Wc
+//RESULTS
+printf (' maximum work= %.f kJ/kg of carbon ',Wmax)
|