Você está na página 1de 4

PROJECT

TITLE
FILE
DESCRIPTION
Compares the evaluation the compressive resistance of a member according to CSA Code and Strength of Materials Approach.
INPUT
Section Symmetry sym =
WWF, HSS, or Class H? wwf =
Gross Area Ag =
Effective Length Factor Kx =
Unsupported length wrt x-axis. Lx =
Radius of gyration rx =
Rotated-axis Radius of gyration rx_ =
Effective Length Factor Ky =
Unsupported length wrt x-axis. Ly =
Radius of gyration ry =
Rotated-axis Radius of gyration ry_ =
Effective Length Factor Kz =
Unsupported length wrt z-axis. Lz =
St. Venant Torsion Constant J =
Warping Torsional Constant Cw =
Shear center x coordinate x0 =
Shear center y coordinate y0 =
Load resistance factor phi =
Yield Strength Fy =
Elastic Modulus Est =
Shear Modulus G =
CALCULATIONS (CSA Code Approach)
n n =
Max. Slenderness SL =
Lambda lam =
Cr, lateral buckling Cr1 =
Moment of inertia, x-axis Ix =
Moment of inertia, y-axis Iy =
r0 =
Fex =
Fey =
Fez =
Beta B =
a0 =
a1 =
a2 =
M =
N_1 =
theta =
Fe, asymmetric - 1st root FeAS1 =
Fe, asymmetric - 2nd root FeAS2 =
Fe, asymmetric - 3rd root FeAS3 =
Fe, asymmetric FeAS =
Fe, singly symmetric FeSS =
Fe, doubly symmetric FeDS =
Euler buckling stress Fe =
Lambda (Euler) lamE =
Cr, flexural-torsional buckling Cr2 =
Compressive Resistance Cr =
1/4 zhouye
Compressive Resistance Computation Comparison SECTION 1
Design Topics DATE 7/3/2014
Compressive_Resistance_Computations.xls TIME 8:24 AM
Compares the evaluation the compressive resistance of a member according to CSA Code and Strength of Materials Approach.
0
FALSE
10800 [mm^2]
1
1000 [mm]
61.4 [mm]
77.3 [mm]
1
1000 [mm]
61.4 [mm]
39.6 [mm]
1
1000 [mm]
2.94E+06 [mm^4]
8.73E+09 [mm^6]
66.3 [mm]
0 [mm]
0.9
350 [Mpa]
200000 [Mpa]
77000 [Mpa]
IF(wwf,2.24, 1.34) = 1.34
max(Kx*Lx/rx,Ky*Ly/ry,if(iserror(Kx*Lx/rx_,0,Kx*Lx/rx_),if(iserror(Ky*Ly/ry_,0,Ky*Ly/ry_) = 25 O.K.
SL*sqrt(Fy/(pi()^2*Est)) = 0.336
phi*Fy*(1+lam^(2*n))^(-1/n)*Ag/1000 = 3271 [kN]
rx^2*Ag = 4.07E+07 [mm^4]
ry^2*Ag = 4.07E+07 [mm^4]
sqrt(x0^2+y0^2+rx^2+ry^2) = 109.3
if(sym=0,PI()^2*Est/(Kx*Lx/rx_)^2,PI()^2*Est/(Kx*Lx/rx)^2) = 11795 [Mpa]
if(sym=0,PI()^2*Est/(Ky*Ly/ry_)^2,PI()^2*Est/(Ky*Ly/ry)^2) = 3095 [Mpa]
(PI()^2*Est*Cw/(Kz*Lz)^2+G*J)/(Ag*r0^2) = 1890 [Mpa]
1-(x0^2+y0^2)/r0^2 = 0.632
Fex*Fey*Fez/(-B) = -1.09E+11 [Mpa^3]
(Fex*Fey+Fex*Fez+Fey*Fez)/B = 1.02E+08 [Mpa^2]
((1-y0^2/r0^2)*Fex+(1-x0^2/r0^2)*Fey+Fez)/-B = -24758 [Mpa]
(3*a1-a2^2)/9 = -3.40E+07 [Mpa^2]
(9*a1*a2-2*a2^3-27*a0)/54 = 1.94E+11 [Mpa^3]
acos(N_1/sqrt(-M^3)) = 0.20
2*sqrt(-M)*cos(theta/3)-a2/3 = 19888 [Mpa]
2*sqrt(-M)*cos(theta/3+2*PI()/3)-a2/3 = 1774 [Mpa]
2*sqrt(-M)*cos(theta/3+4*PI()/3)-a2/3 = 3095 [Mpa]
min(FeAS1,FeAS2,FeAS3) = 1774 [Mpa]
(Fey+Fez)/(2*B)*(1-sqrt(1-(4*Fey*Fez*B/(Fey+Fez)^2))) = 1434 [Mpa]
(pi()^2*Est*Cw/(Kz*Lz)^2+G*J)/(Ix+Iy) = 2992 [Mpa]
INDEX(FeAS:FeDS,sym+1,1) = 1774 [Mpa]
sqrt(Fy/Fe) = 0.444
IF(sym=3, "N/A", phi*Fy*(1+lamE^(2*n))^(-1/n)*Ag)/1000 = 3140 [kN]
min(Cr1,Cr2) = 3140 [kN]
2/4 zhouye
Engineering Calculation Template
Manual
INTRODUCTION
1.
2. Key functions:
- set up formulae
- retrieve maximum 'efficiency' value
- set up border for printing
- page setup for printing
HOW TO USE
[0]
[1] Use the styles as in sheet 'sample' to fill in title, logo, etc.
[2] Define variables, equations, units.
[3]
SHEET STRUCTURE
Ranges:
Column A: section descriptions
Column B: variable/formula description
Column C: variable name, to be referenced in formulae
Column D, F: equal sign
Column E: formulae
Column G: variable values or formula results
Column H: units or efficiency evaluation
Sheet/project description: cells A1:H7
Maximum efficiency: cell I1
number of rows used: cell J1
calculation contents: from row 8
MACRO DESCRIPTIONS
formatted
getEfficiency
pageSetup
SetPrintBorders
This template provides necessary macros to build up engineering calculations for
quick re-calc and clear presentation.
validate and calculate all the variables and formulae. All variable referenced in the
formulae have to be defined in the same sheet. The name of variable cannot
duplicate the 'reserved words' of Excel, such as SIN, SQRT.
Save the file 'template_mg123.xls' with another appropriate name. Ensure this file
(mg123.xls) is put in the same directory as your newly saved file.
This macro sets up margins and footers.
most engineering calculations end up with some 'efficiency' or 'sufficiency'
evaluations, i.e. calculations by 'load/capacity'. If many sufficiency/efficiency
calculations are formatted as that in sheet 'sample', this macro will pick up the
maximum (the limit value) of them and display it in cell i1.
Use macro 'formatted' to calculate the defined formulae. Bring up a list of macro
by ALT-F8.
setWidth
CREDITS
This template is first created by Mr. Michael Gedig using the ideas from Dr. S. F.
Stiemer's and Mr. David S.K. "auto123.wks". Mr. Ye Zhou got his hands on it and
further improved it a bit.
This macro sets up borders for printing. So far it is quite slow and needs
improvement.
Adjust column widths so that it looks like that in sheet 'sample'.

Você também pode gostar