diff options
Diffstat (limited to '764/CH4/EX4.22.a/data4_22.sci')
-rwxr-xr-x | 764/CH4/EX4.22.a/data4_22.sci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/764/CH4/EX4.22.a/data4_22.sci b/764/CH4/EX4.22.a/data4_22.sci new file mode 100755 index 000000000..69717ce68 --- /dev/null +++ b/764/CH4/EX4.22.a/data4_22.sci @@ -0,0 +1,17 @@ +
+//(Design against Static Load) Example 4.22
+//Refer Fig.4.70 on page 136
+//Initial temperature of the steel tube Ti (degree)
+Ti = 25
+//Final temperature of the steel tube Tf (degree)
+Tf = 250
+//Length of the tube l (mm)
+l = 200
+//Area of cross-section of the tube A (mm2)
+A = 300
+//Joint separation j (mm)
+j = 0.15
+//Modulus of elasticity of steel E (N/mm2)
+E = 207000
+//Coefficient of thermal expansion of steel alpha (per degree celsius)
+alpha = 10.8 * (10^(-6))
|