From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 172/CH15/EX15.1/ex1.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 172/CH15/EX15.1/ex1.sce (limited to '172/CH15/EX15.1/ex1.sce') 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); -- cgit