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 --- 2762/CH3/EX3.1.3/3_1_3.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 2762/CH3/EX3.1.3/3_1_3.sce (limited to '2762/CH3/EX3.1.3/3_1_3.sce') diff --git a/2762/CH3/EX3.1.3/3_1_3.sce b/2762/CH3/EX3.1.3/3_1_3.sce new file mode 100755 index 000000000..3829dd2c6 --- /dev/null +++ b/2762/CH3/EX3.1.3/3_1_3.sce @@ -0,0 +1,19 @@ +//Transport Processes and Seperation Process Principles +//Chapter 3 +//Example 3.1-3 +//Principles of Momentum Transfer and Applications +//given data +basis=1;//taking basis as 1 m3 of packed bed +rho=962;//bulk density of packed bed +m=rho*basis;//total mass +rho2=1600;//density of solid cylinders +V=m/rho2;//volume of the cylinder +E=(basis-V)/(basis);//void fraction +mprintf("void fraction = %f",E); +D=0.02;//diameter of cylinder +Av=6/D;// Av= Sp/Vp where Sp is the surface area of the particle and D is the diameter of the particle +Dp=6/Av;//effectice diameter +mprintf(" ii) effectice diameter = %f m",Dp); +a=(6/Dp)*(1-E);//value of a +mprintf(" iii) value of a= %f m-1",a) +//end -- cgit