From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3864/CH8/EX8.8/Ex8_8.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 3864/CH8/EX8.8/Ex8_8.sce (limited to '3864/CH8/EX8.8/Ex8_8.sce') diff --git a/3864/CH8/EX8.8/Ex8_8.sce b/3864/CH8/EX8.8/Ex8_8.sce new file mode 100644 index 000000000..4ae842bcf --- /dev/null +++ b/3864/CH8/EX8.8/Ex8_8.sce @@ -0,0 +1,18 @@ +clear +// +// + +//Initilization of Variables + +d=600 //mm //Diameter of sherical shell +t=10 //mm //Thickness +f=80 //N/mm**2 //Permissible stress +rho=0.75 //Efficiency joint + +//Calculations + +//Max Pressure +p=f*4*t*rho*d**-1 //N/mm**2 + +//Result +printf("\n Max Pressure is %0.2f N/mm**2",p) -- cgit