diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /764/DEPENDENCIES/data22_3.sci | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '764/DEPENDENCIES/data22_3.sci')
-rwxr-xr-x | 764/DEPENDENCIES/data22_3.sci | 17 |
1 files changed, 17 insertions, 0 deletions
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
|