summaryrefslogtreecommitdiff
path: root/1586/CH5/EX5.2/EXP5_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH5/EX5.2/EXP5_2.sce')
-rw-r--r--1586/CH5/EX5.2/EXP5_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1586/CH5/EX5.2/EXP5_2.sce b/1586/CH5/EX5.2/EXP5_2.sce
new file mode 100644
index 000000000..9038f81cd
--- /dev/null
+++ b/1586/CH5/EX5.2/EXP5_2.sce
@@ -0,0 +1,10 @@
+clc;funcprot(0);//EXAMPLE 5.2
+// Initialisation of Variables
+R1=5*10^8;.........//The rate of moement of interstitial atoms in jumps/s 500 degree celsius
+R2=8*10^10;.........//The rate of moement of interstitial atoms in jumps/s 800 degree celsius
+T1=500;..........//Temperature at first jump in Degree celsius
+T2=800;..........//Temperature at second jump in Degree celsius
+R=1.987;..........//Gas constant in cal/mol-K
+//CALCULATIONS
+Q=log(R2/R1)/(exp(1/(R*(T1+273)))-exp(1/(R*(T2+273))));.....//Activation Energy for Interstitial Atoms in cal/mol
+disp(Q,"Activation Energy for Interstitial Atoms in cal/mol:")