diff options
Diffstat (limited to '2141/CH12/EX12.11')
-rwxr-xr-x | 2141/CH12/EX12.11/Ex12_11.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2141/CH12/EX12.11/Ex12_11.sce b/2141/CH12/EX12.11/Ex12_11.sce new file mode 100755 index 000000000..a43f47d18 --- /dev/null +++ b/2141/CH12/EX12.11/Ex12_11.sce @@ -0,0 +1,9 @@ +
+clc
+//initialisation of variables
+h=10130//cal/gm mole fuel
+P=-297278//cal/gm mole fuel
+//CALCULATIONS
+Q=-(P-h)//cal/gm mole fuel
+//RESULTS
+printf('The amount of heat transfer in=% f cal/gm mole fuel',Q)
|