Search found 25 matches
- Thu May 21, 2015 2:13 pm
- Forum: OpenSees.exe Users
- Topic: Internal Forces along the elements
- Replies: 6
- Views: 4925
Re: Internal Forces along the elements
ElasticBeamColumn doesn't have that option because... well it is elastic!, hence the distribution of internal forces can be calculated with common shear and moment diagram rules. You can of course always define more nodes and hence elements along a structural member...At that point you also have to ...
- Wed May 20, 2015 12:51 pm
- Forum: OpenSees.exe Users
- Topic: Internal Forces along the elements
- Replies: 6
- Views: 4925
Re: Internal Forces along the elements
If you are using a nonlinear elements (such as http://opensees.berkeley.edu/wiki/index ... mn_Element, or others NL elements) you can ask for internal forces along the element, at integration points locations. Read the NOTES on the page I linked.
- Tue May 19, 2015 8:26 pm
- Forum: OpenSees.exe Users
- Topic: Possible minor bug in fiber coordinates
- Replies: 2
- Views: 4005
Re: Possible minor bug in fiber coordinates
To date, with OpenSees version 2.4.5, this issue (bug) is still persistent. I had forgotten this post and, getting the same problem in a new script, I found the "answer" through this old question of mine, after more than 1.5 years! (Unfortunately I spent three hours drawing my patch quadr ...
getCrds()
Sorry for the very basic question.
getCrds()
Does this command give the original coordinates of a Node or the updated coordinates at current step?
Thank you,
F.L.
getCrds()
Does this command give the original coordinates of a Node or the updated coordinates at current step?
Thank you,
F.L.
- Mon Nov 03, 2014 8:25 am
- Forum: Documentation
- Topic: Collapse recorder
- Replies: 8
- Views: 10804
Re: Collapse recorder
Many thanks for your reply. It was exactly what I was looking for!
F.L.
F.L.
- Wed Oct 29, 2014 9:47 am
- Forum: OpenSees.exe Users
- Topic: Eigen analysis before and after gravity analysis
- Replies: 7
- Views: 9178
Re: Eigen analysis before and after gravity analysis
1) As said above, the fact the period can be reduced after the gravity analysis is to be expected, and indeed you have this result; in your case, anyway, the reduction is quite small (8 ms). 2) The comparison between the periods you obtain with the fiber and the elastic section is not straightfoward...
- Thu Oct 23, 2014 11:15 pm
- Forum: Documentation
- Topic: Collapse recorder
- Replies: 8
- Views: 10804
Re: Collapse recorder
Sorry, "element" was not the right word. I mean the collapse element recorder that is descripted in the paragraph "New Command in OpenSees Interpreter" of the wiki article http://opensees.berkeley.edu/wiki/index.php/Infill_Wall_Model_With_In-Plane,_Out-of-Plane_Interaction_and_El...
- Thu Oct 23, 2014 7:27 am
- Forum: Documentation
- Topic: Collapse recorder
- Replies: 8
- Views: 10804
Re: Collapse recorder
I am still trying to figure out where they do compute the In plane displacement and out of plane displacement of the nodes involved nTagbotn(nTagbotn), nTagmidn(nTagmidn), nTagtopn(nTagtopn), and where in the code they recall the criteria(remCriteria) from the file $filenameinf. This way I could che...
- Fri Sep 12, 2014 12:03 am
- Forum: Documentation
- Topic: Shear spring material model
- Replies: 2
- Views: 5589
Shear spring material model
Hi, does anyone know which new unixial material are the authors refferring in this recent article (paragraph 8)? http://onlinelibrary.wiley.com/doi/10.1002/eqe.2346/abstract I am particularly interested in this part "Before yielding, the yield force is updated at each integration time step usin...
- Tue Jul 29, 2014 4:26 am
- Forum: OpenSees.exe Users
- Topic: removing elements
- Replies: 2
- Views: 2659
Re: removing elements
Hi, I can answer to your first question. MinMax material does NOT remove the element when the minimum or maximum strain are achieved during the analysis. Simply, after that point, the material will show zero stress and tangent stiffness. The actual element will be left in the model (e.g. you will be...
- Wed Jul 02, 2014 6:59 am
- Forum: Documentation
- Topic: Collapse recorder
- Replies: 8
- Views: 10804
Re: Collapse recorder
Thank you dr. McKenna! I have one more question. In the source code (I checked both removeRecorder.cpp and TclRecorderCommands.cpp) I cannot find the lines where the removal criterion is checked. FROM THE WIKI: - the removal criterion is placed in a file: "$filenameinf is the file used to input...
- Tue Jul 01, 2014 5:46 am
- Forum: Documentation
- Topic: Linear Transformation
- Replies: 2
- Views: 4380
Re: Linear Transformation
To anyone who might read my previous comment, the article has been corrected in the wiki.
Regards,
FL
Regards,
FL
- Fri May 16, 2014 5:17 am
- Forum: Documentation
- Topic: Efficient use of OpenSees interpreter - RAM usage
- Replies: 4
- Views: 7561
Re: Efficient use of OpenSees interpreter - RAM usage
I certainly don't have the solution, but I can report of having the exact same problem in a parametric analysis. The problem could possibly have worsened in the latest versions of OpenSees (when I wrote this script almost two years ago I didn't notice this problem and I was using a machine with half...
- Tue Mar 25, 2014 7:37 am
- Forum: Documentation
- Topic: Collapse recorder
- Replies: 8
- Views: 10804
Collapse recorder
Can someone please point me to the code file in SVN repository for the Collapse recorder described here:
http://opensees.berkeley.edu/wiki/index ... nt_Removal
Many thanks in advance!
FL
http://opensees.berkeley.edu/wiki/index ... nt_Removal
Many thanks in advance!
FL
- Mon Mar 24, 2014 3:13 am
- Forum: Documentation
- Topic: Linear Transformation
- Replies: 2
- Views: 4380
Linear Transformation
I found two slight differences between what I see in the source code and what is documented in the Wiki concerning Linear Transformation. Here is an excerpt from the Wiki (http://opensees.berkeley.edu/wiki/index.php/Linear_Transformation): The x-axis along with the vecxz Vector define the xz plane. ...