summaryrefslogtreecommitdiff
path: root/1586/CH14/EX14.8
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH14/EX14.8')
-rw-r--r--1586/CH14/EX14.8/EXP14_8.jpgbin0 -> 176905 bytes
-rw-r--r--1586/CH14/EX14.8/EXP14_8.sce10
2 files changed, 10 insertions, 0 deletions
diff --git a/1586/CH14/EX14.8/EXP14_8.jpg b/1586/CH14/EX14.8/EXP14_8.jpg
new file mode 100644
index 000000000..0d9ebaf5c
--- /dev/null
+++ b/1586/CH14/EX14.8/EXP14_8.jpg
Binary files differ
diff --git a/1586/CH14/EX14.8/EXP14_8.sce b/1586/CH14/EX14.8/EXP14_8.sce
new file mode 100644
index 000000000..ea2e2420d
--- /dev/null
+++ b/1586/CH14/EX14.8/EXP14_8.sce
@@ -0,0 +1,10 @@
+clc;funcprot(0);//EXAMPLE 14.8
+// Initialisation of Variables
+Ktc=60;.........//The plane-strain Fracture toughness in MPa-m^-1/2
+Ktc2=80;......//The fracture toughness of L sample in MPa-m^-1/2
+f=1.12;........//A geometry factor for the specimen and flaw
+sigma=200;......//A titanium-alloy 6246 plate is exposed to a tensile stress
+a=((Ktc/(f*sigma))^2)/%pi;......//The critical flaw length of Crank in cm
+a2=((Ktc2/(f*sigma))^2)/%pi;......//The critical flaw length of Crank of L sample in cm
+disp(a*10^2," The critical flaw length of Crank in cm: ")
+disp(a2*10^2,"The critical flaw length of Crank of L sample in cm:")