diff options
Diffstat (limited to '172/CH15/EX15.1/ex1.sce')
-rwxr-xr-x | 172/CH15/EX15.1/ex1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/172/CH15/EX15.1/ex1.sce b/172/CH15/EX15.1/ex1.sce new file mode 100755 index 000000000..27a21f37e --- /dev/null +++ b/172/CH15/EX15.1/ex1.sce @@ -0,0 +1,7 @@ +//ques1
+//theoratical air-fuel ratio for combustion of octane
+clear
+clc
+rm=(12.5+47.0)/1;//air fuel ratio on mole basis
+rma=rm*28.97/114.2;//air fuel ratio on mass basis;
+printf('Theoratical air fuel ratio on mass basis = %.1f kg air/kg fuel \n',rma);
|