Search found 11 matches
- Tue Jul 30, 2013 1:59 pm
- Forum: OpenSees.exe Users
- Topic: leaning column
- Replies: 6
- Views: 6968
Re: leaning column
# define structure-geometry parameters set NStories 6; # number of stories set NBays 5; # number of frame bays (excludes bay for P-delta column) set LBeam [expr 20.0*12.0]; # bay width in inches set LCol1 [expr 17.5*12.0]; # 1st story height in inches set LCol [expr 13.0*12.0]; # story height of oth...
- Tue Jul 30, 2013 1:53 pm
- Forum: OpenSees.exe Users
- Topic: leaning column
- Replies: 6
- Views: 6968
Re: leaning column
thanks for the references. The example on opensees wiki, the 2-story moment frame (http://opensees.berkeley.edu/wiki/index.php/MRF_2Story_Concentrated.tcl) has a comment next to ascribing a large I to the leaning columns: "# moment of inertia for p-delta columns (make much larger than I of fram...
- Mon Jul 29, 2013 1:21 pm
- Forum: OpenSees.exe Users
- Topic: leaning column
- Replies: 6
- Views: 6968
Re: leaning column
Thanks Frank, Would imparting Rayleigh damping to all elements of the model (elements from the frame, the zero length elements, and the elements from the leaning column (truss links and the elastic beam-column)) vs imparting only to the members of the main frame (the way it is done in the 2-story ex...
- Sat Jul 27, 2013 11:28 pm
- Forum: OpenSees.exe Users
- Topic: leaning column
- Replies: 6
- Views: 6968
leaning column
Hi, I have a few questions about leaning column. Can leaning column be used in combination with any elements in the main frame. For instance, is it okay to use beamwithhinge for my beams and columns. I have seen some comments that displacement-based elements are easier to combine with leaning column...
- Thu Dec 06, 2012 2:00 pm
- Forum: OpenSees.exe Users
- Topic: Damping for Inelastic SDOF
- Replies: 12
- Views: 15438
Re: Damping for Inelastic SDOF
Amir, Once you assign damping to in terms of kcommit (which is the tangent stiffness changing according to the time series (as load) in your dynamic nonlinear analysis), the code itself changes it at every time step after it converges. once the convergence is achieved, then the program uses this sti...
- Thu Dec 06, 2012 12:41 pm
- Forum: OpenSees.exe Users
- Topic: Damping for Inelastic SDOF
- Replies: 12
- Views: 15438
Re: Damping for Inelastic SDOF
Hi Vesna, I beg to differ: if you look at my formulation, it exactly ends up with beta coefficient being 2 * damping coef / omega, and then the damping is that quantity times the tangent stiffness (or Kcommit). which ends up exactly as "c=$betaKcomm*$Kcomm" with $betaKcomm = 2 * damping co...
- Thu Dec 06, 2012 10:56 am
- Forum: OpenSees.exe Users
- Topic: Damping for Inelastic SDOF
- Replies: 12
- Views: 15438
Re: Damping for Inelastic SDOF
Hi Amir, When you define your Rayleigh damping, then the damping setup will be imparted to all previously defined elements. If you want your damping to be calculated as the stiffness is changed (during the inelastic cycles), then you use the Kcommit stiffness and set the other stiffness quantities e...
- Wed Dec 05, 2012 11:59 am
- Forum: OpenSees.exe Users
- Topic: Damping for Inelastic SDOF
- Replies: 12
- Views: 15438
Re: Damping for Inelastic SDOF
thanks for you quick response. But how come I have seen codes for SDOF posted by Silvia (http://opensees.berkeley.edu/community/viewtopic.php?p=4014) which specifies tangent-stiffness damping only for SDOF (i.e., no mass-proportion). Also i thought if i only specify tangent-stiffness proportional co...
- Wed Dec 05, 2012 11:05 am
- Forum: OpenSees.exe Users
- Topic: Damping for Inelastic SDOF
- Replies: 12
- Views: 15438
Damping for Inelastic SDOF
Hi there, 1. How does Opensees handle Rayleigh damping for single degree of freedom system? Rayleigh damping requires two frequencies to be completely defined. 2. Both posted examples and some of the answers to forum posting uses Rayleigh damping for SDOF systems. 3. Most recommended Rayleigh dampin...
- Thu Dec 01, 2011 12:21 am
- Forum: OpenSees.exe Users
- Topic: beamWithHinges
- Replies: 2
- Views: 2495
beamWithHinges
Can i use steel01 material with beamwithHinge element?
thanks
thanks
- Thu Dec 01, 2011 12:03 am
- Forum: OpenSees.exe Users
- Topic: beamWithHinges
- Replies: 1
- Views: 2226
beamWithHinges
Hi, When i use steel01 to define uniaxial material for beamwithhinge element, i do converge. but when i use uniaxial Bilin i can't even get passed the first increment of static analysis. I have tried Lp from 0.05 of element length to 0.004*element length (as was coded in an opensees example). Does a...