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 --- 764/DEPENDENCIES/data22_3.sci | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 764/DEPENDENCIES/data22_3.sci (limited to '764/DEPENDENCIES/data22_3.sci') diff --git a/764/DEPENDENCIES/data22_3.sci b/764/DEPENDENCIES/data22_3.sci new file mode 100755 index 000000000..972ec9277 --- /dev/null +++ b/764/DEPENDENCIES/data22_3.sci @@ -0,0 +1,17 @@ + +//(Cylinders and Pressure Vessels) Example 22.3 +//Force exerted by the piston rod F (kN) +F = 10 +//Friction force due to piston packing as a percentage of operating force frac(%) +frac = 10 +//Pressure inside the cylinder Pi (MPa) +Pi = 10 +//Ultimate tensile strength of the cylinder material Sut (N/mm2) +Sut = 200 +//Factor of safety fs +fs = 5 +//Check the behavior of the material +behavior = 'brittle' +//Change the behavior to 'ductile' if the material is ductile and uncomment the +//next line specifying the poisson's ratio +//mu = 0.26 -- cgit