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 --- 635/CH5/EX5.21/Ch05Ex21.sci | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 635/CH5/EX5.21/Ch05Ex21.sci (limited to '635/CH5/EX5.21/Ch05Ex21.sci') diff --git a/635/CH5/EX5.21/Ch05Ex21.sci b/635/CH5/EX5.21/Ch05Ex21.sci new file mode 100755 index 000000000..5e92b2cb4 --- /dev/null +++ b/635/CH5/EX5.21/Ch05Ex21.sci @@ -0,0 +1,8 @@ +// Scilab Code Ex5.21 Determining tilt angle from dislocation spacing in the boundary of Cu: Page-188 (2010) +a = 3.61e-010; // Lattice parameter of Cu, m +b = a/sqrt(2); // Burger vector magnitude for fcc Cu, m +h = 1.5e-06; // The vertical spacing between two neighbouring edge dislocations, m +tan_theta = atand(b/h)*(%pi/180); // tangent of tilt angle between two tilt boundaries of Cu, radian +printf("\nThe tilt angle between two tilt boundaries of Cu = %3.1e radian", theta); +// Result +// The tilt angle between two tilt boundaries of Cu = 1.7e-004 radian \ No newline at end of file -- cgit