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

RAM Frame P-Delta [TN]

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 3:01:55 PM
 Product(s):RAM Structural System; Ram Frame
 Version(s):Any
 Area: Analysis; Design

P-Delta in RAM Frame

General

A general second-order elastic analysis requires consideration of effects caused by displacements between brace points (P-delta) and effects caused by displacements of brace points (P-Delta). Ram Frame uses a geometric stiffness method to approximate P-Delta effects. P-Delta can be turned on/off in Ram Frame – Criteria – General. This method does not capture P-delta effects in the analysis. P-delta effects can be accounted for in the steel post processor by using the B1 factor in the AISC 360 codes. Refer to section 6.13 in the Ram Frame Analysis documentation for more information on P-Delta.

 
Geometric Stiffness Method

The geometric stiffness method implemented in Ram Frame is a non-iterative approach. A single modification to the stiffness matrix is made and applied to all load cases. This is advantageous over approaches that use an iterative non-linear solution, because it reduces analysis time and can be used with dynamic load cases that require modal combination of results.

The program calculates a global stiffness matrix (assembled from each finite element). Then, based on diaphragm masses or gravity loads, it calculates a global geometric stiffness matrix, which is subtracted from the global stiffness matrix. The global stiffness matrix becomes less stiff, which increases calculated displacements when considering P-Delta effects. All of these computations take place at the global level and not at any individual element level. Based on computed displacements, the program calculates member forces using the individual element stiffness matrices. Since these matrices are not modified, the member forces are larger when P-Delta is considered. Base shears are calculated based on member forces. Hence, we see a difference between the sum of the applied loads and sum of the base shear when P-Delta is considered. In a theoretical exact approach, the total shear reaction would match the applied load.


Scale Factor

P-Delta effects in Ram Frame are a function of the mass or gravity loads on the diaphragm and the stiffness of the members attached to the diaphragm. Codes generally require that second order effects be calculated for load combinations. Ram Frame analyzes load cases and superimposes the results for load combinations. Therefore, it is necessary to enter an appropriate scale factor so that superposition of the load cases produces the proper load combination results with P-Delta. The scale factor should represent the average factor on the gravity load cases in the controlling load combination. Since this may vary or each member, enter a conservative scale factor that covers all load combinations. When the gravity load option is used in Ram Frame, this is fairly straight forward because you can enter separate factors for dead load and live load. If the mass option is used, the scale factor must also consider the magnitude of the mass that is modeled relative to the gravity loads. For example, assume the modeled mass is 20% higher than the dead load and the live load is about 50% of the dead load. If the appropriate scale for mass is based on the load combination factors 1.2DL and 1.6LL, then the scale factor for mass is (1.2 + 0.5 * 1.6) / 1.2 = 1.67.

Generally the most preferred option is the Use Gravity Loads option. The scale factors should be those associated with the load combination most likely to govern for the lateral columns. For example, since the seismic or wind loads are likely to control the designs, the strength design combinations 4 or 5 of ASCE 7 Section 2.3.2 are likely to control. In those combinations, the factor on Dead Load is 1.2 and the factor on Live Load is either 0.5 or 1.0, as specified by Exception 1. Conservatively, the factors of 1.2 and 1.6 per combination 2 could be used, guaranteeing that the worst P-Delta condition is covered for all combinations. Note that these should be ultimate factors even if ASD will be used in design of the members so that the P-Delta analysis will be performed at an ultimate level, which is necessary for the principle of superposition of load cases to be valid. Also, note that these are not the factors that will be used in the load combinations for design, these are merely the factors used to calculate the ultimate gravity loads used in the P-Delta analysis method.


Limitations

The geometric stiffness method is only utilized with diaphragms are rigid or semirigid. If diaphragms are flexible or pseudo-flexible, the AISC 360-05 code in the steel post processor has an option to include the B2 factor. This moment magnification factor is conceptually the same thing as using P-Delta in the analysis.

The Eigen solution can be very sensitive to P-Delta. The Eigen solution is required for any dynamic load case and static load cases that use calculated periods/frequencies. If you are encountering an instability running a dynamic load case with P-Delta, first run the analysis without P-Delta to make sure the displacements are reasonable. If the displacements look fine, try creating an Eigen solution load case to reduce the number of modes the program is using. If you are encountering an instability running a static wind or seismic case, consider explicitly defining the periods/frequencies to avoid the Eigen solution. The Eigenvalue Error technote explains further.

Some building configurations are problematic for the geometric stiffness method implemented in Ram Frame. In particular, models with many disconnected nodes, short story heights, and offset diaphragms (e.g. mezzanines and low roofs) can be problematic. Generally, the limiting factor is a particular diaphragm and the problem presents itself as an RZ instability. If you encounter this error, run the model without P Delta and review the displacements. If the displacements are reasonable and the Eigen solution is not causing the issue, then you are experiencing a limitation with P-Delta. If you must run P-Delta in the analysis, your only option is to combine the mass on the problem diaphragm with another diaphragm in Ram Frame – Loads - Masses. However, this will impact any dynamic analysis and the distribution of static seismic loads.

Knee braces can produce unconservative P-Delta effects. Nodes are defined where the braces meet the columns necessitating the evaluation of lateral stiffness coefficients at a plane containing all such nodes. Since there is no diaphragm at this level, there will not be any floor lateral stiffness to be corrected.
 

See Also

AISC 360 Direct Analysis Method in RAM Structural System

RAMSS Eigenvalue Error

RAM Instability In Finite Element Analysis

Tags: analysis, design, SELECTservices, P-delta, RAM Frame, Criteria, RAM Structural System, TechNote, Support Solutions

RAM Concept Tabular Input (ETABS Link)

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 4:15:32 PM

An updated utility for importing data was posted on August 24, 2017 [[Updated -- RAM Concept (SAFE ETABS link)]]


Often times users have inquired about ways to:

  1. Input Items in Ram Concept in a tabular manner
  2. Import ETABS floor files to Ram Concept format.

We have created a converter that caters for these two commonly asked queries. The converter works by exploiting a little used functionality in RAM Concept, the ability to SYNC to a STAAD GCFF text file.

 

The Converter is an EXCEL VBA Program, it converts inputs to a GCFF file format that allows RAM Concept to read in the elements. Coincidentally ETAB can export to a F2K format which is also a text format that the Converter can handle. The following graphics illustrates this.

 

This version of the converter can handle F2K files from ETABS only. First line of the F2k file should read "$ File Exported from ETABS.......".

Please access the converter and instructional video via the link below (Download the entirety of the folder in the provided link as a zip file locally to your computer.).

https://communities.bentley.com/products/structural/structural_analysis___design/m/structural_analysis_and_design_gallery/272599

Troubleshoot/Common Solutions:

Q1: Getting "Compile Error: User-defined type not defined"

A:  Due to the different OS and Excel version that may be running this tool, some VBA references may be misaligned. Ensure that, your VBA Spreadsheet has the right   References on your machine. Try the below:

In Excel, Go to Developer Tab; if Developer Tab is not visible, enable it by going to: File--> Options-->Customize Ribbon; Ensure Developer Tab is Checked; Click Ok.

Under Developer Tab--> Click Visual Basic

Visual Basic Editor--> Tools --> References; Ensure "Microsoft XML, v5.0" or  "Microsoft XML, v6.0" is checked. Toggle between these till the error disappears.

Save your modified spreadsheet.

Q2: Getting "Error 5"

A: Two most common causes for the above error have to do with SAFE F2k File, and some minor modification when exporting from ETABS/SAFE is required.

1.Ensure that the force units used in ETABS/SAFE Export to generate the F2k file are either kip/kn/m/N/lb, note that it does NOT support the force unit: "tonf".

2.Ensure that property and load case names in ETABS/SAFE have NO spaces, E.g 

Load Case: "Red. LL_ABOVE" needs to be changed to "Red.LL_ABOVE" and

Slab Property: "S - 300 - C50" needs to be changed to  "S-300-C50".

Likewise for any other properties, such as beams, columns, concrete properties etc.. make sure there are NO spaces nor special characters.

    Complete the above 2 suggestions and export SAFE F2k file again, try to import into the spreadsheet the updated F2k file and "Error 5" should be resolved.

Tags: Import/Export, CONCEPT RAM ETABS CONVERTER EXCEL, RAM Concept, ETABS

Updated -- RAM Concept (SAFE ETABS link)

$
0
0
Revision 3 posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 4:16:06 PM

1. This Updated Utility Supersedes the Excel Macro tool located:

https://communities.bentley.com/products/ram-staad/w/structural_analysis_and_design__wiki/16105/ram-concept-tabular-input-etabs-link

2. Download and unzip following link:

https://communities.bentley.com/products/ram-staad/m/structural_analysis_and_design_gallery/272755

Users are advised to use this updated Utility in place of the previous EXCEL Macro tool. This tool can handle large F2k files many orders of magnitude faster than its predecessor. The tool also removes the need to have the F2k property names to be void of spaces and consists of alphanumeric characters only.

Tags: Import/Export, utility, RAM Concept, ETABS, Link, SAFE

How can I upload files in the Bentley Communities forum ?

$
0
0
Revision 2 posted to RAM | STAAD Wiki by Sye on 8/24/2017 4:43:05 PM

Applies To
Product(s):ALL
Version(s):ALL
Environment: ALL
Area: Gereral
Subarea: Uploading Files
Original Author:Sye Chakraborty, Bentley Technical Support Group

 

How can I upload files in the Bentley Communities forum ?

 

Follow the steps shown next to upload files in the Bentley Communities forum

 

STEP 1

 

When in the Reply mode, click on the Insert option

 

 

STEP 2

  

 

 

 STEP 3

STEP 4

STEP 5

 


 

Alternative procedure using secure file upload :

In addition to the file upload procedure listed above, there is a secure file upload for situations where the files are confidential and cannot be uploaded in public. The process for doing that is outlined in the wiki below

 

http://communities.bentley.com/help/w/be_communities_help/7079.communities-secure-file-upload

Tags: uploading files in Bentley Communities forum, forum, Secure File Upload, uploading file, upload

How can I find the ISM installer?

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 4:48:17 PM
 Product(s):Structural Synchronizer
 Version(s):All
 Area: Installation

Description

The installer for the ISM applications is called "Structural Synchronizer" and must be installed to utilize any ISM link from any application. It can be downloaded from the Software Downloads, also known as the Fulfillment Center, like any other product. A valid sign-in with the Product Download role is required.

First open the CONNECTION Center, also known as the Personal portal https://connect.bentley.com 

Then click on the Software Downloads tile.

Type part or all of the word "Synchronizer" in the search field and select "Structural Synchronizer CONNECT Edition x64". Note, use the American English spelling here, "z" rather than "s" in Synchronizer.

Once found, expand the All Downloads list and select the appropriate version:

Click the Green Down arrow and follow the instructions to complete the download and install the product.

Starting with V8i SELECT series 5 (version 8.11.11.46) Structural Synchronizer was available in a 32 or 64 bit variety and the version installed must match the computer operating system. Starting with the CONNECT Edition, only a 64 bit version is available. 

For non-SELECT users, the Synchronizer may also be downloaded from theiware downloads.

The Fulfillment center can also be used to download the ISM Revit Plugin, or other ISM Enabled applications from Bentley Systems. 

See Also

Can't Install the 32-bit Version on a 64-bit Operating System

Tags: install, Revit, structural synchronizer, ISM

Error - Could not start a responsive Engine

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 4:50:49 PM
 Product(s):Structural Synchronizer
 Version(s):CONNECT edition
 Area: General; Installation

 Problem Description

When trying to perform an ISM function, like Create Repository, from and ISM enabled application, the process fails with a message indicating, "An internal error occurred. Could not start a responsive Engine."

Solution

Reboot the PC. The problem may involve the current state of the .NET framework which was affected by another installation. Rebooting the computer generally solves it. 

See Also

Integrated Structural Modeling Home

Tags: installation, engine, responsive, structural synchronizer, ISM

STAAD.pro CONNECT Edition Solutions

$
0
0
Revision 1 posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 5:58:51 PM

The TechNotes, FAQs and Support solutions cover various topics that pertain to the CONNECT Edition of STAAD.pro, version 21.00.00.57 specifically. 

Release Notes and Active Defects

link1

link2

Installation and Licensing

Link 3

Graphical User Interface 

Link 4

Analysis and Design

Link 5

See Also

STAAD.Pro Support Solutions

Tags: CONNECT Edition, STAAD.Pro, index

STAAD.Pro Support Solutions

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 6:04:52 PM
 Product(s):STAAD.Pro
 Version(s):All
 Environment: All
 Area: All

The STAAD.Pro Support Solutions contain a collection of Frequently asked questions ( FAQs) and TechNotes on various topics related to STAAD.Pro. Please use the navigation tree on the left or the links below to browse

STAAD.Pro Known Issues

STAAD.Pro Known Issues

STAAD.pro CONNECT Edition Solutions

STAAD.Pro Nuclear Features

STAAD.Pro Nuclear Features

Frequently Asked Questions ( FAQs )

STAAD.Pro Analysis Solutions

STAAD.Pro Design Solutions

STAAD.Pro General Solutions

STAAD.Pro General FAQ's

STAAD.Pro Import Export Solutions

STAAD.Pro Import Export FAQ's

STAAD.Pro Installation/Licensing Solutions

STAAD.Pro Miscellaneous Solutions

STAAD.Pro Miscellaneous FAQ's

STAAD.Pro Modeling Solutions

STAAD.Pro Developing the Model FAQ's

STAAD.Pro OpenSTAAD_Solutions

STAAD.Pro OpenSTAAD FAQ's

STAAD.Pro Postprocessing Solutions

STAAD.Pro Postprocessing FAQ's

STAAD.Pro Driver Download FAQ's

TechNotes

STAAD.Pro Technotes [TN]

STAAD.Pro Verification Documents 

Tags: FAQs, STAAD.Pro, index, Support Solutions, STAAD.Pro Support Solutions, TechNotes

Black Force Diagrams, Fonts or Color Changes

$
0
0
Revision 1 posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 6:22:45 PM
 Applies To 
 Product:STAAD.pro
First Affected Version:21.00.00.57
 Found in Version:21.00.00.57
Fixed and Released in Version:
 Area: Installation; Graphics
 Issue #:739653

Problem Description

After installing the CONNECT Edition, beam force diagrams and stress plots may appear in black rather than in color. Other symptoms include displacement diagrams changing from red to black or labels using a very small font.

Steps to Reproduce

This only happens in certain cases depending on the order that various STAAD.pro versions are installed and uninstalled. 

Solution

Delete the file StaadPro21.00.00.ini from the folder

C:\Users\<user.name>\AppData\Local\Bentley\Engineering\STAAD.Pro CONNECT Edition\Default\

Tip - You can type %appdata% on the file browser address bar to locate the AppData parent folder. 

Tags: Active, CONNECT Edition, installation, STAAD.Pro, graphics, known issue

User ID missing from the Output Report

$
0
0
Revision 1 posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 6:34:04 PM
 Product:STAAD.pro
First Affected Version:21.00.00.57
 Found in Version:21.00.00.57
Fixed and Released in Version:
 Area: Installation; Reports
 Issue #:739969

Problem Description

The Output report indicates User ID: with nothing after it.

Background

In STAAD.Pro CE version, the User ID in the output file cannot be changed using the registry key. In previous version of STAAD.Pro, the User ID can be provided using the following registry key (for SS6 version) –

HKEY_CLASSES_ROOT > STAADPro >20.07.11 > UserName.

In current version, though the UserName is specified for 21.00.00 registry key, still it is not displayed in the output file.

Solution

To be corrected in the next release build. 

Tags: Active, CONNECT Edition, STAAD.Pro, First 21.00.00, known issue

Known Issues in STAAD.Pro

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/24/2017 7:32:22 PM
Product(s):STAAD.Pro V8i; STAAD.pro CONNECT Edition
Version(s):ALL
Environment: ALL
Area: All

Known Issues in STAAD.Pro SS5

Known Issues in STAAD.Pro SS6 

STAAD.pro CONNECT Edition Solutions

It may be worth noting that all issues that are known at the time of release are documented as part of the Known Issues section within the Readme file that is provided as part of the installation and can be accessed through Start > All Programs > Bentley Engineering > STAAD.Pro V8i ... > Read Me as shown next

This would open a HTML page. One can click on Known Issues under Local Information on the left side of the page to get a list of known issues.

   

Tags: STAAD.Pro, known defects, Defects, index, known issue

Type PIPE/TUBE/OPEN/PRISMATIC Cannot be Established for Some Members

$
0
0
Current Revision posted to RAM | STAAD Wiki by Sudip Narayan Choudhury on 8/25/2017 6:35:32 AM

  
 Applies To 
  
 Product(s):STAAD.Offshore
 Version(s):All
 Environment: N/A
 Area: STAAD.Offshore
 Subarea: N/A
 Original Author:Sudip Narayan Choudhury
Bentley Technical Support Group
  

What does the message “The section Type PIPE/TUBE/OPEN/PRISMATIC cannot be established for some members. These members have been shown in red. The property table contents of these members will also be shown in red.” means while opening the STAAD.Pro model in STAAD.Offshore and how does this affect?
If you are using a transportation module, the aforementioned message does not make a difference as only the lumped masses are used for calculation of inertial forces. But it does affect in case the Wave Loading module is used. The Wave loading is calculated using the shapes of the members. Currently the STAAD.Offshore program is able to account for the following sections only:
1- Pipe, 2- Rectangle hollow (including square hollow), 3- Wide flange or Channel, 4- Rectangular Solid and 5- Circular solid
If the STAAD.Pro model has sections other than the aforementioned ones, their shapes will not be accounted for in the Wave Loading Calculations. In other words, the Wave Loads will not be generated on these members.

If you run the "Wave Load" Generator on the models having these sections, there will be warning message that would pop up saying - "Wave Loading on Invalid members".

Tags: type cannot be established, STAAD.offshore, Invalid Members, Wave Loading

What's New in ISM 6.0?

$
0
0
Current Revision posted to RAM | STAAD Wiki by Jesse Dringoli on 8/25/2017 2:32:50 PM

Version and Download Information

Release Date: January 24, 2017

Versions:

Download Instructions:

Structural Synchronizer can be downloaded from Bentley’s i-ware site here.

Structural Synchronizer can also be downloaded from Bentley Cloud Services. After signing into the CONNECTION Center, select Software Downloads under My Support. Once on the Software Fulfillment page, the Structural Synchronizer installer can be located by performing a search on “Structural Synchronizer”. 

Special Notices:

Installing Structural Synchronizer installs both the Structural Synchronizer application itself, used in interoperability workflows, and the ISM framework, used for programming. Once Structural Synchronizer is installed, the ISM options within all ISM-enabled applications will be available for use, as shown below.

This version of Structural Synchronizer publishes i-models to a newer format, DgnDb 0601, that cannot be read by Structural Navigator CONNECT Edition. Users must update to Structural Navigator CONNECT Edition Update 1 to open i-models published with this version of Structural Synchronizer.

RAM Elements CONNECT Edition (version 14.00) is compatible with ISM 6.0. RAM Elements V8i (version 13.XX) are compatible only with ISM 5.0 or earlier.

ProStructures users who utilize ISM should avoid upgrading to ISM 6.0, as Power ProStructures is compatible only with ISM 5.0 or earlier. Users with ProStructures for AutoCAD should avoid upgrading to ISM 5.0 or 6.0 as ProStructures for AutoCAD is compatible only with ISM 4.0 or earlier. 

New Features

The following enhancements were added in ISM 6.0 and Structural Synchronizer CONNECT Edition Update 1.

Piping Systems

This release incorporates piping systems into the ISM framework. Piping, bends, flanges, valves, pipe supports, pipelines, and piping reactions can now be written to and read from an ISM model with the ISM 6.0 API. Likewise, Structural Synchronizer now supports visualization and revision management for piping. The ability to now combine piping systems with structural elements in one ISM repository provides a robust framework for plant design workflows.

The ISM SDK documentation has been updated with piping interfaces new in 6.0. Coding samples are also now available that demonstrate how to build a structure using the ISM API. For more information on the ISM SDK, please contact Josh Taylor at Josh.Taylor@bentley.com.

New Sample Models

New sample repositories are delivered with the installation of Structural Synchronizer. These sample repositories are located in the following folder:

\Documents\ISM\Samples

The repository AutoPIPE Tutorial 1.ism.dgn was published from AutoPIPE using the tech preview interoperability with ISM. Basic Flat Slab (US).ism.dgn was published from RAM Concept. The repositories Building - Steel Over Concrete (Euro).ism.dgn and Concrete Moment Frame (ACI-318).ism.dgn were published from RAM Structural System. The beam, column, and wall reinforcing were designed in RAM Concrete.

Error Corrections

This release of ISM contains the following error corrections.

Transparency for Surface Member Modifiers Not Set Correctly

ISM published Surface Member Modifiers in such a way such that smart transparency did not work once the ISM repository was published to i-model and opened in Structural Navigator. As a result, regions of a slab that used Surface Member Modifiers, such as drop panels or thickened slabs, were not able to be viewed transparently in Structural Navigator and any reinforcing within these regions of the slab was not visible.

IFC Export Log File

When saving the log file in an ISM repository conversion to IFC using Structural Synchronizer, the user was given no control over where to store the log file. The last log file was simply overwritten.

See Also

Bentley CONNECT Overview

[[Integrated Structural Modeling Home]]

 

Tags: ProStructures, SACS, ISM 6.0, RAM, Interoperability, structural synchronizer, STAAD

Test for heading 2 issue - please ignore

$
0
0
Current Revision posted to RAM | STAAD Wiki by Jesse Dringoli on 8/25/2017 2:33:54 PM

This is a heading 1

This is normal text

This is a heading 2

This is normal text. This is a link.

This is a heading 2

This is normal text.

Ram Connection Does Not Launch from Ram Manager

$
0
0
Revision 5 posted to RAM | STAAD Wiki by Seth Guthrie on 8/28/2017 8:17:44 PM
 Applies To 
 Product:RAM Connection for RAM SS
First Affected Version:11.01.01.240 (15.05.00)
Found in Version:11.01.01.240 (15.05.00)
 Fixed in Version:11.01.01.240 (* posted 8/24/17)
Environment:x32 and x64
 Area: Import/Export
 Issue Number: 742806

Problem Description

If RAM Connection CONNECT Edition version 11.01.01.240 (x32) is installed, it cannot be launched from Ram Structural System CONNECT Edition (x64) via the Ram Manager menu or button. 

Reason

A new defect to be corrected in the next build.

Solution

An updated installation was posted to Software Downloads on August 24, 2017 that now works with Ram Structural System 15.05.  If the defective build from the prior week is installed it must be uninstalled before the new one can be installed. 

Tags: Active, Import/Export, 11.01.01, RAM Structural System, RAM Connection, known issue, defect, First 11.01.01

Amplified first-order option in models with tension-only braces

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/29/2017 5:45:43 PM

Subtitle

 Applies To 
 Product:Ram Elements
First Affected Version:13.05.00.224*
 Found in Version:14.00.00.240
Fixed and Released in Version:
Environment:All
 Area: Design
Severity:High
 Issue #:745717

Problem Description

In models with tension-only members (or compression-only members), the Amplified first-order elastic analysis method should not be considered in the Design settings for Steel AISC code design

The symptoms can include tension-only braces being designed for significant axial compression (and usually failing), braces being designed for no force at all, or other members being designed for forces that are very different from the analysis results. 

Solution

Do not include this option for Amplified first-order elastic analysis in the Design Settings when the model includes tension-only members. 

When second order P-Delta analysis is considered, this option is not available, so the problem cannot affect models using P-Delta.

Tags: Active, RAM Elements, P-delta, known issue, defect

General Support Solutions

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/29/2017 10:39:06 PM

The TechNotes and FAQs in this section cover various licensing and installation related topics that pertain to RAM, STAAD, or other Structural Analysis and Design applications. Use the navigation tree to the left to browse topics. Refer to the SELECTserver and Product Activation Community for more general topics. Some of the most popular topics are also listed below. 

Downloading and Installing

Bentley Cloud Services and Structural Products

License Configuration

License Checkout with the IEG License Service

License Usage and Trust Licensing

Product Specific Installation and Licensing Solutions

  • [[Installation - RAM Structural System]]
  • [[Installation - RAM Elements]]
  • [[Installation - RAM Connection]]
  • [[Installation - RAM Concept]]
  • [[STAAD.pro Installation Instructions]]
Tags: Structural Enterprise, installation, GENERAL, index, install, Support Solutions, licensing

RAM SS Common Framing Table Errors [TN]

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 8/31/2017 9:47:51 PM

 Product(s):RAM Structural System
 Version(s):13.00.00.00 or later
 Environment: N/A
 Area: Analysis
 Original Author:Bentley Technical Support Group

Framing Tables Errors

General

There are many instances where modeling errors in Ram Structural System are not caught by a Data Check in Ram Modeler. Data Check looks at general geometric information, but it does not attempt to validate all of the information needed to compile the Ram Gravity Framing Tables.

Many of these errors are slab edge or slab opening related.  When one way decking is modeled, slab edges and slab openings must be associated with adjacent beams/walls.  For this reason, avoid using free formed slab edges/openings with one way decking.  Instead, use Layout - Slab - Slab Edge - Whole Perimeter and Layout - Slab - Slab Opening - In Bay to model the slab edges and slab openings.  Then, revise the slab edges/openings where the offset changes.  To further ensure accuracy, only use beams and walls in your Options - Set Snap Points.  Finally, use a positive, non-zero, slab edge offset.  Zero inch slab edge offsets are permitted, but the program algorithms were originally developed assuming non-zero offsets and some configurations can be problematic.

Below are several common modeling configurations that cause problems for the program but are not caught by Data Check.  The right hand image shows the typical error message produced while building the framing tables.  In the background, the framing tables usually halt at a particular member on a particular floor as shown in the left hand image.  Typically, but not always, the modeling issue occurs in the vicinity of the member where the framing tables halt. 


Illegal Framing Configuration

  

Most illegal configuration errors are slab edge or slab opening related.  Subtle inaccuracies in member end locations can cause small slab edge segments that are problematic for the framing tables.  Review the member end coordinates using the Layout - Beam - Show command and the slab edge coordinates using Layout - Slab Edge - Show.  Try remodeling the slab edge using the whole perimeter command. 

Starting with version 14.07, this error dialog more often than not references an invalid beam number, "Illegal Framing Configuration Detected on Beam -1.", but the number listed in the background framing tables dialog is still accurate and can guide you to a point near the problem. This error is typically associated with columns under a one-way deck that have no beams framing into them. Adding beams parallel to the deck span from the column to the adjacent framing should prevent the error from occurring.

If you get an Illegal Faming Configuration or Missing Slab Edge Detected error try using Slab Edge > Move to move each end of the slab edge along coordinates shown in the message. Use the snaps to move the edge and snap back to a column or beam that occurs at the end of the slab edge.

Missing Slab Edge

  

Many missing slab edge errors are related to having portions of the structure isolated from the perimeter beam loop under one way decking as shown below.  To resolve the issue, model two beams that connect the isolated structure back to the adjacent framing.  If these beams are modeled parallel to the deck span, they will take no tributary load from decking.

 

Internal Error in AdvanceNodeList()

  

Typically, these errors are similar to the missing slab edge error.  The main difference is that there usually is only a single beam/wall connecting the interior structure to the perimeter beam loop as shown below.  Modeling a second beam will resolve the issue.

Beam Loop Intersection not Found

  

Typically, beam loop intersection errors are related to line loads that are slightly askew from a beam or wall.  Often discrepancies arise when a single line load is added over multiple beams that are not truly collinear.  Review the coordinates of the beam and line load using the Layout - Beam - Show and Layout - Load - Line Load - Show command.  To resolve the issue, delete the line load(s) and remodel them using the Add On Beam command.

This error can also be associated with changes in one way deck orientation or properties.  One way decking should always transition along a beam/wall.  That includes transitions from one way decking to two way decking. 

Furthermore, one way deck angles are normally limited to angles between 0 and 179.99 degrees. If imported models have deck angles larger than 180 degrees, this can also cause a beam loop error.

Failed to Find Slab Edge Loads

  

These errors are usually related to tolerance problems between the slab edge loop and perimeter beam loop.  Review the slab edge and beam coordinates using the Layout - Slab - Slab Edge - Show and Layout - Beam - Show command.  Try remodeling the slab edge using the whole perimeter command.

Failed to Create Slab Edge Load Polygons

This error tends to happen when there is a small level with an incomplete perimeter of framing similar to the one pictured below. Adding the short beam on Gird B between the two concrete columns completes the loop with beams 40, 39 and 41. Adding the other beams would only be required if the deck was intended to load beam 42.

For more information on this issue see Failed to Create Slab Edge load Polygons

Crash with no warning or error message

If a model crashes with no warning or error message then it is harder to diagnose the problem (especially if the Integrity - Data Check offers no clues)

One specific situation that can cause a crash is when a braced frame on an upper level is supported on a two-way deck with no supporting transfer beam. Where it's impractical to add a supporting beam, a work-around for this situation is to model the braces using the Add Standard - Knee brace approach using a vertical offset just a little less than the story height. When the braces intercept the column above the two-way transfer level the framing tables work properly without crashing the analysis and this should have minimal effect on the stiffness matrix.

Two Beams Overlap

Under normal modeling circumstances it should not be possible to model two beams that overlap or cross, but it can happen in some models particularly where the geometry is imported (from dxf, Revit or ISM). 

It's difficult to visually identify where two collinear beams overlap for part or all of the length. Turning on the display of beam numbers can sometimes help.  We have seen cases where one simple span beam and one cantilever beam are in the same location and two numbers will be shown rather than one.


Since the data check does not identify such a problem it only appears when running the framing tables. The error message does not indicate exactly where the problem occurs, but you can usually tell the level with a problem by the status of the framing tables just before the error occurs. 

Finding the beams with the problem usually requires a trial and error process, deleting framing gradually until it works. Then going back and examining those beams that were deleted last in the backup more closely, moving them as required.

We have also seen cases associated with problematic slab opening edges. Deleting and carefully remodeling the slab opening edges at the beam identified where the framing tables stop resolved the problem.

Forcing a "Reframe"

In some cases the beam design module can open and not require a rebuilding of the framing tables, what is commonly referred to as a reframe. A reframe is generally triggered by making any kind of change on a particular level. You can also force a reframe by changing any of the Ram Manager criteria like Self Weight or Live Load Reduction code.

If the design module produces an unexpected error, one simple thing to try is forcing a reframe. You can change one the criteria mentioned above, and click OK. You should get a window like this if previous results are going to be discarded:

Then change the criteria back the way it should be and try the beam design again.

See Also

Failed to Create Slab Edge load Polygons

Effects of Changing Deck Type

Missing or incorrect loads on perimeter beams

Tags: beams overlap, SELECTservices, Illegal Framing Configuration, RAM Structural System, Internal Error in AdvanceNodeList(), TechNote, Framing Tables, Missing Slab Edge, Beam Loop Intersection, RAM Steel, Failed to Find Slab Edge Loads

RAM SS Solver Types

$
0
0
Revision 1 posted to RAM | STAAD Wiki by Karl G on 9/1/2017 2:19:12 PM
 Product(s):RAM Structural System, RAM Elements
 Version(s):Any
 Area: Analysis

The Different Solver Types in RAM Structural System

There are two basic solver types in RAM Structural System and RAM Elements (in-core and out-of-solver). Each of these basic solvers has a direct and direct sparse solver option. Each of the solvers will yield the same analysis result. Here is a breakdown of the different solver types.

In-Core Solver
The in-core solver assembles, stores, and saves the global stiffness matrix using the physical memory of the computer that is allocated to the program. As long as there is enough memory available, the in-core solver always gives the fastest analysis times and performance.
Out-of-Core Solver
The out-of-core solver assembles, stores, and saves the global stiffness matrix using files stored on the hard drive of the computer. This involves repeated access to the hard drive and significantly increases analysis time. The out-of-core should only be used when an out-of-memory error occurs. Out-of-memory issues should rarely occur in 64-bit applications like RAM Structural System, but they are more common in 32-bit applications like RAM Elements especially with models that contain many shells.
Direct Solver
The direct solver uses a more rigorous solution technique than the direct-sparse solver. The more rigorous solution method results in a longer analysis time. The direct solver is suitable for models of moderate size due to the longer analysis time. It can also be used to work around some unexpected instability errors that occur when the direct-sparse solver is selected. Using the direct solver with the out-of-core solver should be avoided due to extremely long analysis times.
Direct-Sparse Solver
The direct-sparse solver stores a condensed stiffness matrix and uses solution shortcuts to decrease analysis time. In general, we recommend using the direct-sparse solver with the in-core solver as the default solver. 
RAM Frame Solver Options (RAM Frame Analysis - Criteria - General)
RAM Elements Solver Options (Process menu - Analyze Model button)

See Also

RAM SS Analysis Types

Tags: analysis, in-core, RAM Elements, out-of-core, SELECTservices, sparse, RAM Structural System, solver

STAAD Advanced Concrete Design

$
0
0
Current Revision posted to RAM | STAAD Wiki by Seth Guthrie on 9/1/2017 4:17:37 PM
  
 Applies To 
 Product(s):STAAD Advanced Concrete Design
 Version(s):All
 Area: Concrete Design
  

STAAD Advanced Concrete Design (SACD) is a brand new offering that will vastly improve the process and reduce the time needed to get concrete designs to site, for engineers who are using STAAD.Pro as the analysis workhorse in their design process.

This new tool will take the model and analysis results to produce full constuction production drawings and schedules. 



 

With STAAD Advanced Concrete Design packs, one can now take a STAAD.Pro model and generate designs, drawings and schedules for concrete components of structures to one of a varitey of design codes.

You can design and detail the following:-

  • Beams
  • Columns
  • Shear Walls
  • Foundations
  • Pile caps
  • Staircases

  

There are four regional versions of STAAD Advanced Concrete Design and a global version that covers all supported design codes.

Check the design of columns with an interactive interaction surface tool.

  

Design codes supported.

  • IS 456
  • Eurocode EN 1992
  • ACI 318(M) - 11
  • BS8110-1997
  • CP65

Note that the current license of 'STAAD RCDC' is for designing concrete structures to the Indian design code and thus will be upgraded to the 'STAAD Advanced Concrete Design - Indian'

Find out the top 10 reasons why you should be adding STAAD Advanced Concrete to your portfolio:-

(Please visit the site to view this video)

Tags: ACI, STAAD.Pro, concrete building, concrete slabs, Concrete Design, staad advanced concrete design
Viewing all 8748 articles
Browse latest View live


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