I'm working on a project where we are trying to determine how far a 136lb AREMA rail can span between posts.
The architect wants to maximize the spacing between posts just using a column cap, but we are trying to assess how far these things can span without have a support W-beam beneath.(see...
I'm writing some code to draw gridlines through the API using Python, but for some reason the ETABS model does doesn't reflect the data. There is no error showing in my console so it seems like the code passes.
xGrids = [0,5,15]
yGrids = [0,5,15]
xGridNames = ["1","2","3"]
yGridNames =...
I have tried using both the SetPresentUnits and SetPresentUnits_2 methods in the ETABS API when running my script to draw my framing. It works and places the elements with the correct geometry, however the default viewing units in the model returns to imperial, rather than staying as it has been...
I'm trying to write some code in Python that draws a slab in ETABS. However, API documentation is scarce for Python for this method. An example is given for VB:
'add area object by coordinates
ReDim x(5)
ReDim y(5)
ReDim z(5)
x(0) = 50: y(0) = 0
x(1) = 100: y(1) = 0
x(2) =...
Hi, I'm using the following code:
import sys
import comtypes.client
try:
myETABSObject = comtypes.client.GetActiveObject("CSI.ETABS.API.ETABSObject")
except (OSError, comtypes.COMError):
print("No running instance of the program found or failed to attach.")
sys.exit(-1)
SapModel =...
I'm studying from Stability of Structures by Yoo and Lee, and the example is deriving the buckling capacity of a simple frame. In the freebody diagram, there isn't moment continuity around the rigid corner. That is, there's tension on the right side of the column member at the corner, but...
I was doing some additional background reading on ULS design, and found the following quote on wikipedia:
I can't find a reference for the approximation of 15%. We perform sectional analysis of members based on the plastic condition, and these loads are based on partial factors of safety to...
I'm looking at the seismic design of a series of squat walls (h/l < 2.0) and determining the forces to design them with. Initially, the structure was intended to be designed with special reinforced walls using a response modification = 5 to reduce seismic forces by.
Following this through to...
I want to clarify my understanding of this, as I am performing a response spectrum analysis. Using gravity = 9806 and R = 5, Cd = 5, I = 1 in ETABS scaling factor, which of the following options is correct.
1) For member forces: 9806/(5/1) = 1961
Deformations/drifts: 9806 x (5/1) = 49030
OR...
Hi all,
Hoping you can offer me some guidance/point me in the right direction with resources to my current problem.
The architect wants a staircase that is cantilevered from the main structure suspended into an atrium space (see attached paint diagram). It is likely these moment connections...
Hi,
I have some confusion regarding the strip method that is used and general convention that is used within my company.
The company uses finite element analysis to determine forces with column strips defined as L/4 of the minimum bay dimension to average the moment over and design the steel...
In the design of a non-sway column, is it necessary to perform a p-delta analysis if you are using the moment magnification method if the column is slender (as per ACI)? Or is the moment magnification a method used in lieu of having to do p-delta?
If the latter is true, if we have a stocky...
Response spectrum forces are often outputted from design software (e.g. ETABS) as MAX and MIN envelope values, as in the worst case loading but these load cases do not occur at the same time (it may show two columns going into compression or tension instead of tension & compression couple).
How...
Can someone clarify the difference to these two methods? In school using Eurocode, I remember checking columns against Pcr (Euler buckling) and if the axial load exceeded this, the column would buckle and fail. However, in A23.3 it seems to use a moment magnification method, which calculates...
Couple of questions regarding model analysis and cracked/uncracked section properties:
1) Do we use cracked section properties for all of the modal analysis, i.e. to calculate periods, base shear, drifts, forces etc and would also give a worse p-delta effect..
or
2) Do we use uncracked...
Hi,
Does anyone have any good references for the design of C-shape concrete shear walls? I'm looking for specific examples where the analysis and design treats the wall as a complete section, as opposed to splitting it into 3 individual planar walls. I have searched through my design books but...
I have four core walls surrounding a staircase that is subject to tension/compression in opposite walls under seismic loading. The walls will be supported on a raft foundation. What is the best way to model the tension piles to determine the distribution of axial force into each pile? I do not...
The NBCC (Canadian building code) allows us to reduce the base shear by multiplying by a factor of IE/RDRO. The code then specifies that for deflections, the values should be multiplied by RDRO/IE. My question is, should we be multiplying the reduced base shear values by this factor, to bring...
When the modes are combined with various methods (CQC, SRSS etc.) the sign of the displacements and forces are lost within most software, so often when analysing forces due to a response spectrum load case the laws of static are often not obeyed.
I have a shear wall being supported on a...
Hi all,
Firstly, let me state that I am going to be undertaking both a static analysis and a dynamic analysis (response spectrum) as I want to compare forces and scale them if necessary.
For the ELF in the x-direction, the first mode has a period T = 2.4s, and excited about 16% of the seismic...