summaryrefslogtreecommitdiff
path: root/3557/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH5/EX5.5/Ex5_5.sce')
-rw-r--r--3557/CH5/EX5.5/Ex5_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3557/CH5/EX5.5/Ex5_5.sce b/3557/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..36daf22c6
--- /dev/null
+++ b/3557/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,10 @@
+//Example 5.5//
+x=1*10^-3;//m// Using the diffusivity from sample problem 5.3
+D=2.98*10^-11;//m^2/s //arrhenius equations
+a=0.95;//from the figure 5.11
+d=(x^2)/((a^2)*(D))// calculating the value of d
+mprintf("d = %e h",d)
+b=1;//h //hour
+c=3.6*10^3;//s //second
+t=d*(b/c)
+mprintf("\nt = %f h",t)