Search found 32 matches
- Fri Feb 16, 2018 8:50 pm
- Forum: OpenSees.exe Users
- Topic: Sectional properties for forceBeamColumn element: Required??
- Replies: 3
- Views: 3469
Re: Sectional properties for forceBeamColumn element: Requir
It's been a while since I've used OpenSees but I believe that the section Aggregator command is only used to assign materials to your section. In your case, you haven't defined the section yet. So before you assign materials via section Aggregator command you need to define the section itself. I wou...
- Fri Jul 08, 2016 6:57 pm
- Forum: OpenSees.exe Users
- Topic: my link with MATLAB runs smoothly on mac but not on windows
- Replies: 4
- Views: 4534
- Tue Jun 21, 2016 7:25 pm
- Forum: OpenSees.exe Users
- Topic: Uniaxial material: isotropic hardening (plastic behaviour)
- Replies: 2
- Views: 3149
Re: Uniaxial material: isotropic hardening (plastic behaviou
I have a PDF document you might be interested in.
- Sat Jun 18, 2016 12:55 pm
- Forum: OpenSees.exe Users
- Topic: MVLEM
- Replies: 1
- Views: 2123
Re: MVLEM
I think you are right, it only works for 2-D elements. From OpenSees wiki: The MVLEM element command is used to generate a two-dimensional Multiple-Vertical-Line-Element-Model (MVLEM; Vulcano et al., 1988; Orakcal et al., 2004, Kolozvari et al., 2015) for simulation of flexure-dominated RC wall beha...
- Sat Jun 18, 2016 12:38 pm
- Forum: OpenSees.exe Users
- Topic: Geometric transformation for gusset rigid link
- Replies: 1
- Views: 2393
Geometric transformation for gusset rigid link
Dear all, I am modeling gusset plate at the end of steel diagonal bracing with Elastic Beam-Column and zeroLength springs. Columns and Braces are using corotational geometric transformation but assuming I want to transfer the full load from the braces to the columns do you have any suggestion on wha...
- Sat Jun 18, 2016 12:34 pm
- Forum: OpenSees.exe Users
- Topic: Calling Opensees by Matlab
- Replies: 11
- Views: 11786
Re: Calling Opensees by Matlab
I found the easiest way for me was to create a text file from Matlab and then call OpenSees.exe from Matlab using !OpenSees.exe and source the text file generated by Matlab from my main tcl script. This can be included into a for loop in Matlab to run multiple analysis.
- Thu Apr 28, 2016 9:15 am
- Forum: OpenSees.exe Users
- Topic: Failed to get compatible element forces & deformations
- Replies: 1
- Views: 2857
Failed to get compatible element forces & deformations
Dear all, I built a steel SCBF model to study buckling and post-buckling response of columns. I coded the analysis part in such a way that if the analysis fails to converge, the displacement increment (pushover analysis) or the timestep (time history analysis) will be reduced. My question is, someti...
- Tue Feb 09, 2016 8:47 am
- Forum: OpenSees.exe Users
- Topic: Limit on number of recorders?
- Replies: 3
- Views: 3773
Re: Limit on number of recorders?
Thank you very much Mr. McKenna.
- Sun Feb 07, 2016 10:52 am
- Forum: OpenSees.exe Users
- Topic: Limit on number of recorders?
- Replies: 3
- Views: 3773
Limit on number of recorders?
Dear all, Are you aware of any limitations on the number of recorders that we can have for a dynamic analysis? I am trying to record stressStrain on a cross-section at 126 points for 3 different locations along a column. With all the other recorders I have it's a total of around 800 separate output ...
- Tue Oct 13, 2015 9:32 am
- Forum: OpenSees.exe Users
- Topic: Problem with OpenSees 2.4.6. and Display recorder
- Replies: 1
- Views: 2030
Problem with OpenSees 2.4.6. and Display recorder
Hi, I don't know if this issue has been already reported but I am getting this error message when I switch from OpenSees 2.4.5. to OpenSees 2.4.6. when I display the structure using display recorder Truss::displaySelf() (element number...) Also, when the structure is displayed using OpenSees 2.4.6. ...
- Sat Jan 10, 2015 12:36 pm
- Forum: OpenSees.exe Users
- Topic: OpenSees and VBA
- Replies: 4
- Views: 4852
Re: OpenSees and VBA
I was able to call OpenSees.exe from VBA but I couldn't send him commands e.g. source filename.tcl What I ended up doing is making a VBA macro to execute a matlab script (.m file). In that script, I perform an OpenSees analysis using "!OpenSees.exe filename.tcl". Note that this matlab scri...
- Sat Jan 10, 2015 8:43 am
- Forum: OpenSees.exe Users
- Topic: Deformed modal shape
- Replies: 3
- Views: 3527
Re: Deformed modal shape
Dear smailk,
The only way I could think of is to do a recorder Display and then get a print screen of the mode shape.
The only way I could think of is to do a recorder Display and then get a print screen of the mode shape.
- Fri Jan 09, 2015 5:56 pm
- Forum: OpenSees.exe Users
- Topic: Deformed modal shape
- Replies: 3
- Views: 3527
Re: Deformed modal shape
You could record the nodal eigenvectors using a Node recorder.
- Fri Jan 09, 2015 6:24 am
- Forum: OpenSees.exe Users
- Topic: WARNING: CTestNormUnbalance::test() - failed to converge
- Replies: 4
- Views: 4918
Re: WARNING: CTestNormUnbalance::test() - failed to converge
Dear fmk, When I remove the option that makes the analysis go on after failed test I got the follow error message: WARNING: CTestNormUnbalance::test() - failed to converge after: 10 iterations NewtonLineSearch::solveCurrentStep() -the ConvergenceTest object failed in test() StaticAnalysis::analyze()...
- Wed Jan 07, 2015 7:29 pm
- Forum: OpenSees.exe Users
- Topic: WARNING: CTestNormUnbalance::test() - failed to converge
- Replies: 4
- Views: 4918
WARNING: CTestNormUnbalance::test() - failed to converge
Dear all, I made a 3 stories CBF model in OpenSees. Beams are elastic but columns and braces are nonlinear (forceBeamColumn). My problem is when I run pushover analysis, braces on third floor are buckling and then when the braces on the second want to buckle I'm starting to see this error message: W...