From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1586/CH14/EX14.8/EXP14_8.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 1586/CH14/EX14.8/EXP14_8.sce (limited to '1586/CH14/EX14.8/EXP14_8.sce') 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:") -- cgit