Quantcast
Channel: RAM | STAAD | ADINA Wiki
Viewing all 8748 articles
Browse latest View live

Is there a way to tell STAAD which load combination to check?

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:36:04 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

STAAD is checking deflection for beams or girders for all the load combinations in my model. Is there a way to tell STAAD which load combination to check?

You have to use the LOAD LIST command to achieve this. Supposing you want to check deflection for combination cases 81 and 82. And assume that L/Deflection has a limit of 240. The command sequence required to achieve this is

LOAD LIST 81 82
PARAMETER
CODE AISC
DFF 240 ALL
CHECK CODE ALL

However, after these commands, you have to reset DFF to a very small number so that deflection does not become a criteria for any further design operations. That is because, once a parameter is specified in STAAD, it stays that way till it is changed again. So, after the above, you need to specify

PARAMETER
CODE AISC
DFF 1 ALL

Tags: LRFD, AISC ASD, Load Combination, AISC 360, deflection

The steel design output indicates a slenderness failure

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:43:33 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: American Steel Design
 Subarea: Slenderness Failure
 Original Author:Bentley Technical Support Group
  

The steel design output indicates a slenderness failure (KL/r exceeds allowable). Why? The axial force on the member is very small.

The code has requirements which say that the KL/r ratios for a member should not exceed certain allowable limits. For members subjected to tensile forces, the code suggests one limit, and for members subjected to compressive forces, there is another limit.

This check does not consider the amount of the axial force. It only looks at the sign of the force to determine if it is a tensile force or compressive force.

In most codes, this is the first check STAAD does on a member. If the member fails the check, no further calculations are done for that member.

So, STAAD performs these checks by default. However, the code does not offer any guidelines on what must be the minimum magnitude of the axial force for the member to become a candidate for this check.

So, in STAAD, two parameters are available - one called MAIN and another called TMAIN if you wish to bypass this check (TMAIN is available for some codes only). MAIN=1 is for bypassing the slenderness check in compression, and TMAIN=1 is for bypassing the slenderness check in tension.

Tags: LRFD, AISC ASD, slenderness, AISC 360, slenderness failure

Printing Section Displacements for Members

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:44:57 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I set my deflection limit to L/360, but the maximum deflection indicated in the summary of node displacements in PostProcessing shows a deflection of 1.5 inches. Isn't this above the limit that I set?

During steel design per the AISC ASD code, there are two types of deflection checks you can perform with STAAD. They are

  1. Check for local deflection. This is usually applicable to members which are connected at both their ends to other members.
  2. Check for the relative displacements between the nodes such as for a cantilever beam.

LOCAL DEFLECTION is defined as the maximum deflection between the 2 ends of the beam relative to a straight line connecting the 2 ends of that member in its deflected position.

If you go to

Help - Contents - Technical Reference - Commands and Input Instructions - Printing Section Displacements for Members

you will find a diagram indicating this is in figure 5.41.

To obtain more information on the difference between the 2 methods of deflection checking, please go to

Help - Contents - Technical Reference - American Steel Design - Design Parameters (which comes after Allowables per AISC code)

It will bring up section "2.4 Design Parameters"

At the end of the parameters table, you will see several notes. Please read Notes items 1 through 4 for the description of the two methods.

As you can see there, the default condition, which is also represented by a value of zero for the CAN parameter, is to perform the LOCAL DEFLECTION check.

Your question indicates that what you are looking for is a check of the nodal deflections. The cantilever style check STAAD offers is probably the solution for your problem. If so, specify the CAN parameter with a value of 1.

Tags: LRFD, AISC ASD, maximum deflection, L/360, AISC 360

VALUE OF E FOR MEMBER NNN DOES NOT SEEM RIGHT

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:46:21 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

THE VALUE OF E FOR MEMBER NNN DOES NOT SEEM RIGHT. What does this mean?

The steel design output for several members is accompanied by the following warning message :

WARNING : THE VALUE OF E FOR MEMBER 21 DOES NOT SEEM RIGHT.

WARNING : THE VALUE OF E FOR MEMBER 22 DOES NOT SEEM RIGHT.

WARNING : THE VALUE OF E FOR MEMBER 23 DOES NOT SEEM RIGHT.

During steel design, there is a check for ensuring that the Modulus of Elasticity (E) specified for the member is within the range that is normal for steel. This is because, E is a crucial term that appears in many equations for calculating section capacities and the program wants you to know if the value appears to be abnormal.

In STAAD, you specify E either explicitly under the CONSTANTS command block or through the DEFINE MATERIAL block, as in the examples below.

Example 1 :

UNIT KIP INCH
CONSTANTS
E 29000 ALL
DENSITY 0.283E-3 ALL

Example 2 :

UNIT METER KNS
DEFINE MATERIAL START
ISOTROPIC STEEL
E 2.05e+008
POISSON 0.3
DENSITY 76.8195
ALPHA 1.2e-005
DAMP 0.03
END DEFINE MATERIAL
CONSTANTS
MATERIAL STEEL MEMBER 101 TO 121

So, if you are specifying an E value which is significantly different from that for steel, such as say, Aluminum, and then later asking the member to be designed according to a steel code, as in the following example, the above-mentioned warning message will appear.

 

UNIT FEET POUND
DEFINE MATERIAL START
ISOTROPIC ALUMINUM
E 1.44e+009
POISSON 0.33
DENSITY 169.344
ALPHA 1.28e-005
DAMP 0.03
END DEFINE MATERIAL

CONSTANTS
MATERIAL ALUMINUM MEMBER 21 TO 30

..
..
PARAMETER
CODE AISC
CHECK CODE MEMBER 21 TO 30

Tags: value E, LRFD, AISC ASD, AISC 360, value E does not seem right

The KL/r value that STAAD reports for the Y axis for a single angle does not match what I get from my hand calculation

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:47:09 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

The KL/r value that STAAD reports for the Y axis for a single angle does not match what I get from my hand calculation. Can you explain why? 

For single angles, the local Y and Z axes are the principal axes as shown below:

  

The KL/r value is computed using ry and rz which are based on the principal axis system. Chances are that your handculation uses the geometric axes.

Tags: LRFD, AISC ASD, AISC 360, KL/r

Can I see a list of Just Failed Members

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:51:15 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I have a large model with several hundred members which have been assigned steel sections. I am doing a code check and I want to find out which of those members have failed. Can I get a list of just those members without having to scroll through hundreds of pages of steel design output?

There are 2 methods for finding just those members which have failed the steel design checks.

  1. From the Select menu, choose By Specification - All Failed beams. The members which fail the check will be highlighted. You can then isolate them into a New View to examine them in greater detail. Double click on those members or use Tools - Query - Member to access a dialog box with tabs called Steel Design and Design Property to see the cause of the failure along with allowable and actual stresses and critical conditions.
  2. In the Post processing mode, go to the Beam page along the left side of the screen. One of the sub-pages will be Unity Check. A table will appear along the right side of the screen. One of the tabs of that table is Failed Members. Select this tab, and click on each row of the table to look at each such member individually.
Tags: LRFD, AISC ASD, AISC 360, view failed members, failed members

STAAD.Pro 2003 Unfamiliar Terms in the American LRFD Code

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:53:15 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I am running STAAD.Pro 2003. In the TRACK 2 output for the American LRFD code, I find some terms that I am not familiar with. Can you tell me what those are?

The terms reported in the TRACK 2 output for American LRFD are :


AX = Cross section Area.
AY : Area used in computing shear stresses along local Y axis.
AZ : Area used in computing shear stresses along local Z axis.
PY : Plastic Section modulus about local Y axis.
PZ : Plastic Section modulus about local Z axis.
RY : Radius of gyration about local Y axis.
RZ : Radius of gyration about local Z axis.


PNC : Axial compression capacity.

pnc : Axial compressive force used in critical condition.

PNT : Axial tensile capacity.

pnt : Axial tensile force used in critical condition.

MNZ : Nominal bending capacity about local Z axis.

mnz : Bending moment about local Z axis, used in critical condition.

MNY : Nominal bending capacity about local Y axis.

mny : Bending moment about local Y axis, used in critical condition.

VN : Shear capacity.

vn : Shear force associated with critical load case and section location.

DFF : Permissible limit for checking length to deflection ratio.

dff : Actual length to deflection ratio.

Tags: LRFD, AISC ASD, AISC 360, Unfamiliar terms, STAAD.Pro 2003

STAAD.Pro 2002 AISC ASD has some terms that I am not familiar with

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:54:28 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I am running STAAD.Pro 2002. In the TRACK 2 output for the AISC ASD code, I find some terms that I am not familiar with. Can you tell me what those are?

The terms reported in the TRACK 2 output for AISC ASD are :

AX = Cross section Area
AY : Area used in computing shear stresses along local Y axis
AZ : Area used in computing shear stresses along local Z axis
SY : Elastic Section modulus about local Y axis
SZ : Elastic Section modulus about local Z axis
RY : Radius of gyration about local Y axis
RZ : Radius of gyration about local Z axis

FA : Allowable axial stress. If failure condition involves axial tension, this is the allowable axial tensile stress. If failure condition involves axial compression, this is the allowable axial compressive stress.

fa : Actual axial stress.

FCZ : Allowable bending compressive stress about local Z axis.

FTZ : Allowable bending tensile stress about local Z axis.

FCY : Allowable bending compressive stress about local Y axis

FTY : Allowable bending tensile stress about local Y axis.

fbz : Actual bending stress about local Z axis, used in the design condition

fby : Actual bending stress about local Y axis, used in the design condition.

FV : Allowable shear stress.

Fey : Euler stress for buckling about local Y axis.

Fez : Euler stress for buckling about local Z axis.

DFF : Permissible limit for checking length to deflection ratio.

dff : Actual length to deflection ratio.

Tags: LRFD, AISC ASD, AISC 360, STAAD.Pro 2002, Unfamiliar terms

How to Create Physical Steel Members Faster

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:55:51 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I am using STAAD.Pro 2003 and I want to use physical members to do a steel design. I know how to manually create physical members by selecting the individual members, right-clicking the mouse and choosing Form Member. But if I have hundreds of these members, can I do it faster?

In STAAD.Pro 2003, you can use the Auto-Form member option to let the program automatically create physical members for you. From the Member Design page in the Steel Design Mode, go to Member Design | Physical Members | Auto Form Members. The rules it uses to create physical members are as follows:

  1. All elements must form a single continuous line. But they do not have to form a straight line. Thus curved members may be formed.
  2. There must be a free end. Whilst curved members are allowed, they cannot form a closed loop.
  3. All elements should have the same beta angle.
  4. All elements must point in the same direction. Check with the orientation labels if necessary. Use the reverse element command on elements that point the wrong way.
  5. None of the elements can be part of another member.
  6. The section properties must be consistent at each element end. Elements can taper along their length, but where one element ends and the next starts, they must have the same section reference.
  7. All elements must be made from the same material.
  8. Vertical segments are converted into columns first.
Tags: create physical members, LRFD, AISC ASD, Physical members, AISC 360

How do I Have STAAD.Pro use LRFD 3rd Edition

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:56:47 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I want STAAD.Pro to perform a steel design based on the LRFD 3rd Ed rather than the 2nd Edition. The output always says "LRFD 1994". How do I tell it what code to use?

If you wish to use LRFD 3rd Edition Code, you can write CODE LRFD3 when providing the design parameters.

The 3rd edition of the American LRFD steel code has been implemented along with the 2nd edition. In general, the principles outlined in the code for design for axial tension, compression, flexure, shear etc., are quite similar to those in earlier versions of the code. The major differences are in the form of incorporation of the Young’s modulus of steel in the various equations for determining various limits like slenderness and capacities. 


Consequently, the general procedure used in STAAD for design of steel members per the AISC-LRFD code has not changed significantly. Users may refer to Section 2 of the STAAD.Pro Technical Reference manual for these procedures.


Those who wish to use the 1994 edition of the code can still do so by specifying the code name as:

CODE LRFD2

An example of commands used for performing design based on the new and old codes are as shown.


Example for the LRFD-2001 code (3rd Ed)


UNIT KIP INCH
PARAMETER
CODE LRFD



or

CODE LRFD3
FYLD 50 ALL
UNT 72 MEMBER 1 TO 10
UNB 72 MEMB 1 TO 10
MAIN 1.0 MEMB 17 20
SELECT MEMB 30 TO 40
CHECK CODE MEMB 1 TO 30


Example for the LRFD-1994 code (2nd Ed)

UNIT KIP INCH
PARAMETER
CODE LRFD2
FYLD 50 ALL
UNT 72 MEMBER 1 TO 10
UNB 72 MEMB 1 TO 10
MAIN 1.0 MEMB 17 20
SELECT MEMB 30 TO 40
CHECK CODE MEMB 1 TO 30

Tags: AISC ASD, AISC 360, LRFD 3rd edition

How Does STAAD Deal with the specifications of the unsupported length for top flange compression

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:58:02 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I am not sure how STAAD deals with the specifications of the unsupported length for top flange compression.

For example, if I have a truss whose top chord is laterally supported at every other node (i.e. two member lengths being unsupported), then should I highlight every two members (of the top chord) seperately and then tell the program to take their combined length as being unsupported, or should I highlight the entire top chord and then specify the correct unsupported length.

The value you specify for UNL is what STAAD uses for the expression Lb which you will find in Chapter F of the AISC ASD & LRFD codes. Starting from Version 2001, UNL has been replaced with UNT and UNB for these codes. If the Lb value for the top flange is different from that for the bottom flange, you have to specify the corresponding values for UNT & UNB.

So if the bracing points are at every alternate node, first determine the distance between the alternate nodes. Then assign that value for both beams which exist between those nodes.

For example, if you have

Member 5 connected between nodes 10 and 11, and is 6.5 ft long
Member 6 connected between nodes 11 and 12, and is 7.3 ft long

and both the top and bottom flanges are braced at nodes 10 & 12, you can assign

UNIT FEET
PARAMETER
CODE AISC
UNT 13.8 MEMB 5 6
UNB 13.8 MEMB 5 6


To assign these parameters using the GUI, while in the Modelling mode, select the Design page from the left side of the screen. Make sure the focus is on the Steel sub-page. On the right side, select the proper code name from the list box on the top. Click on the Define Parameters button along the bottom right side. In the dialog box which comes up, select the tab for UNT and UNB, specify the value, and assign it to the appropriate members.

Tags: top flange compression, LRFD, AISC ASD, AISC 360, unsupported Length

Can I assign a user provided table for designing 10 Gage channel per the AISI Coldformed steel code

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:59:12 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I would like to perform code checking on a 8" x 2 1/2" x 10 Gage channel per the AISI Coldformed steel code. But this channel is not listed in the sections available in your database. Can I assign it using a user provided table?

At present, sections whose data is specified using a "User Provided Table" (see section 5.19 of the Technical reference manual for details) cannot be designed or checked per the AISI code. However, the following approach may be used to get around this limitation.

You may add your section to the STAAD AISI section database, so that your section becomes a permanent part of the database. This can be done using the following method.

From the Tools menu, select Modify Section database. The various steel databases available in the program will be listed in a dialog box. You will find ColdFormed (US) at the end of this list. Expand this list, and choose Channel with Lips or Channel without Lips as the case may be. On the right half of the dialog box, the Add option will become activated. Select that, and you will now be provided with an interface through which you can add your channel to the list. Save and Close it.

You can now go to the Commands menu, and choose Member property - Steel Table - AISI Table to obtain visual confirmation that this new section is permanently included among the list of channel sections. You should now be able to assign this new section to the members through the usual property pages and menus.

Tags: AISI Coldformed steel code, LRFD, AISC ASD, AISC 360, coldformed

Increasing the NSF value in Steel Design does not change the Failure Ratio for a member

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 1:59:57 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

Increasing the NSF value in Steel Design does not change the Failure Ratio for a member, Why?

In the design input parameters, I set NSF to .85 for my steel design. The design output result showed a failure ratio of 1.063 on Member 1. I then proceeded to change the NSF parameter to 1.0. This time, the design output result showed the same failure ratio of 1.063. It seems that nothing has changed. I increased the net section factor by 0.15, but the stress ratio hasn't changed? 

The NSF value has an effect only on allowable axial tensile capacity, and the actual tensile stress.

If axial tension, or axial tension plus bending, are not what determine the critical condition, changing the value of NSF will not have any impact on the failure ratio. For example, if the critical failure condition for a member is compression, changing NSF will have no impact.

Check to see what the critical condition is. It will show up in the form of expressions such as:

AISC H1-1 or Slenderness, etc.

Tags: NSF, LRFD, AISC ASD, AISC 360, NSF value

This version does not design prismatic sections

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 2:00:44 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I ran my STAAD model and got an error message which stated that "This version does not design prismatic sections". What does this mean?

In the earlier versions of STAAD (STAAD-III), the code check for prismatic sections was done using allowable stresses which are arbitrarily chosen as 0.6 x Fy. However, this assumption of 0.6Fy was not based on any code specific requirements. The word PRISMATIC is meant to indicate a section of any arbitrary shape. But neither the AISC nor LRFD codes provide guidelines for design of arbitrary shapes. Section capacities are dependent upon aspects such as the width to thickness ratio of flanges and webs, lateral torsional buckling etc. From that standpoint, using an allowable stress of 0.6Fy for PRISMATIC sections was not always conservative.


A way around this limitation (lack of specific guidelines) would have been to use the rules of a known shape, such as a Wide Flange, for designing prismatic shapes. That would require knowledge of equivalent flange and web dimensions. When the properties are defined using the PRISMATIC option, there is no means to convey information such as dimensions of flanges or webs to the STAAD design facility. Hence, the design of PRISMATIC shapes is not supported in STAAD/Pro. You may get around this problem by defining the properties using the GENERAL section in a User Provided Table. For a GENERAL section, STAAD provides the means for providing dimensions of the components that are critical from the standpoint of computing allowable stresses. The allowable stresses for a GENERAL section are computed using the rules of a wide flange shape (I shape). As a result, the allowable stress value will be dependent on attributes such as dimensions of the cross section, length of the member, etc.

Tags: LRFD, AISC ASD, AISC 360, prismatic sections

KL/ry reported for a double angle does not match my hand calculations per AISC ASD 9th Edition

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 2:01:31 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

The KL/ry reported for a double angle does not match my hand calculations. I am designing the section per the AISC ASD 9th edition code.

For singly symmetric shapes such as Tees and Double Angles, the KL/r value for the Y axis is calculated by STAAD using the rules for flexural torsional buckling as explained in page 3-53 of the AISC ASD manual. It is not calculated as Ky multiplied by Ly divided by ry. 

Tags: LRFD, AISC ASD, AISC 360, KL/ry

The Composite Beam Design Capabilities do not show any evidence of this design

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 2:02:27 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

I am using the composite beam design capabilities. But the output does not show any evidence of this design. Why?

There are 2 sets of data associated with analysing and designing a composite beam.

Step 1 : Define the member properties as a composite beam. To do this, one has to use the "TA CM" option as explained in Section 5.20.1 of the STAAD.Pro Technical reference Manual. For example, if member 1 is a composite beam made up of a 3.0 inch thick slab on top of a W18X35, and the grade of concrete is 4.0ksi, one would have to specify

UNIT INCH KIP
MEMBER PROPERTIES
1 TA CM W18X35 CT 3.0 FC 4.0

Step 2 : Parameters for steel design. This is what you find in Section 2.9 of the STAAD.Pro Technical reference Manual. These are the attributes which are to be used in the actual design equations, using the expression PARAMETER, as in,

PARAMETER
CODE AISC
BEAM 1 ALL
TRACK 2 ALL
FYLD 50 ALL
CMP 1 ALL
DR1 0.3 ALL
WID 60 ALL
FPC 4 ALL
THK 4 ALL
SHR 0 ALL
DIA 0.75 ALL
HGT 4 ALL
RBH 2 ALL
CHECK CODE ALL

The most important thing to note here is the usage of the parameter CMP. Unless it is set to 1.0, STAAD does not design the beam as a composite section. The beam will be designed as a pure steel beam section in the absence of the "CMP 1" parameter.

Tags: LRFD, AISC ASD, composite beam design, composite, AISC 360

How to Change the Yield Strength of Steel

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 2:03:22 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

How does one change the value of the yield strength of steel?

FYLD is one of the items specified as parameters for steel design. The STAAD Technical Reference manual and International Design Codes manual contain information on specifying parameters for steel design.

There are example problems in the STAAD Example manual demonstrating how parameters are specified for design. The example below shows some typical post-analysis commands.

PERFORM ANALYSIS PRINT STATICS CHECK
PRINT MEMBER FORCES LIST 5 7
PRINT ELEMENT STRESSES LIST 10 TO 16
UNIT KIP INCH
PARAMETERS
CODE AISC
UNT 1.0 ALL
UNB 20.0 ALL
LY 60 MEMBER 36 40
LZ 60 MEMBER 36 40
FYLD 46.0 MEMBER 47 50
CHECK CODE ALL
FINISH


If you prefer to use the graphical method, this is how you can specify it. From the left side of the screen, select the Design page. Make sure the sub-page says Steel. On the right hand side of the screen, go to the top, and choose the appropriate code.

Select the members on the structure for which you wish to assign the FYLD parameter.

Then, on the bottom right hand side of the screen, you will find a button called Define Parameters. Click on that button. Select the FYLD tab. Specify the value, and click on Assign.

Tags: LRFD, AISC ASD, yield strength of steel, AISC 360, yield strength

In STAAD/Pro 2000 and STAAD.Pro, I no longer see the UNL parameter for the AISC ASD and LRFD codes

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 2:15:25 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

In STAAD/Pro 2000 and STAAD.Pro, I no longer see the UNL parameter for the AISC ASD and LRFD codes. Instead, I see the parameters UNT and UNB. Why?

In versions of STAAD prior to STAAD/Pro 2000, the mechanism for specifying the unsupported length of the compression flange was through the means of the UNL parameter. However, the drawback of this command is that if the value for the top flange is different from that of the bottom flange, there wasn't any means to communicate that information to STAAD.

Consequently, 2 new commands were introduced, namely, UNT and UNB.

UNT stands for the unsupported length of the TOP flange of the member for calculating the capacity in bending compression and bending tension.

UNB stands for the unsupported length of the BOTTOM flange for calculating the capacity in bending compression and bending tension.

To avoid the confusion that may arise from having 3 separate parameters to specify 2 items of input, we no longer mention the UNL parameter. However, to enable the current versions of STAAD to analyze input files created using the older versions of STAAD, the UNL parameter continues to work the way it did.

These 2 new parameters are to be used in place of UNL. If UNT/UNB is specified in addition to UNL, UNL will be ignored. If neither UNT nor UNB are specified, but UNL is specified, the value of UNL will be used for both top and bottom flange.

Tags: UNL, LRFD, AISC ASD, UNT, UNB, AISC 360

The steel design output for a tube section checked per the AISC ASD code indicates an SY and SZ substantially different from the values which are reported in the AISC publication

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 2:16:32 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

The steel design output for a tube section checked per the AISC ASD code indicates an SY and SZ substantially different from the values which are reported in the AISC publication. Why?

In steel design per the AISC ASD code, the elements of the cross section (flange, web etc.) have to be put through some tests per Chapter B of the code. These tests are required to classify the cross section into one of 3 types - Compact, Non-compact, Slender.

If a section is classified as slender, the allowable stresses on the section have to be determined per the rules of Appendix B of the code. For slender "stiffened elements", which is the type a tube falls into, the effective section properties have to be calculated and those effective properties must then be used in computing the actual stresses.

The extent of the cross section deemed effective depends on the bending moment on that section. It is very likely that for the critical load case, the effective properties are less than the gross section properties, which is why you see the reduced Sz and Sy in the output.

Tags: LRFD, AISC ASD, SZ, SY, AISC 360

How to check whether the story drift of the floors are within allowable limits

$
0
0
Current Revision posted to RAM | STAAD Wiki by Steve Crabtree on 6/15/2016 2:17:36 PM

  
 Applies To 
  
 Product(s):STAAD.Pro
 Version(s):All
 Environment: N/A
 Area: Design
 Subarea: American Steel Design
 Original Author:Bentley Technical Support Group
  

How can I check whether the story drift of the floors are within allowable limits?

If you have STAAD.Pro 2001 Build 1005 or Build 1006, you can specify a command called

PRINT STORY DRIFT

in your input file. Run the analysis. Then check your output file, The drift for each story will be reported. You will have to manually verify that this is within your allowable limits.

Tags: Story Drift, LRFD, AISC ASD, Drift, AISC 360
Viewing all 8748 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>