Search found 20 matches

by edwardal
Wed Aug 23, 2017 10:41 am
Forum: Framework
Topic: Large Node Numbers
Replies: 1
Views: 2791

Large Node Numbers

I am running some large models with large node numbers. The problem I am running into is with the "print" command. If I run the command "print model.txt" the model.txt file contains: Node: 2.0101e+006 Coordinates : 10.8 156 ... Node: 2.0101e+006 Coordinates : 180 156 ... so there is no distinction b...
by edwardal
Wed May 31, 2017 4:35 pm
Forum: OpenSees.exe Users
Topic: SteelBRB Initial Stiffness
Replies: 1
Views: 2728

Re: SteelBRB Initial Stiffness

Upon further investigation, it seems that if you want the "sharpness" in the initial stiffness, you also need the sharpness in the higher displacement cycles. http://imgur.com/a/402Ac The above image has the same parameters listed in the paper with the exception of the alpha+ (alpha_T) value which w...
by edwardal
Wed May 31, 2017 3:36 pm
Forum: OpenSees.exe Users
Topic: SteelBRB Initial Stiffness
Replies: 1
Views: 2728

SteelBRB Initial Stiffness

The initial stiffness of the SteelBRB material seems to be incorrect. See image here: http://imgur.com/a/7FDdQ The black is from the curve published in "Elastoplastic model for steel buckling restrained braces" (Alessandro Zona, Andrea Dall'Asta, 2012) and the red is the OpenSees output with the par...
by edwardal
Tue May 09, 2017 6:12 pm
Forum: OpenSees.exe Users
Topic: Help
Replies: 3
Views: 4308

Re: Help

For Windows a decent program for tcl editing is Notepad++ (https://notepad-plus-plus.org/). It's almost certainly not as sophisticated as the application you used for C++, but it does have syntax highlighting that will help you interpret your code better or see where you made mistakes.
by edwardal
Tue May 09, 2017 5:55 pm
Forum: OpenSees.exe Users
Topic: A Question About nonlinearBeamColumn element
Replies: 7
Views: 6462

Re: A Question About nonlinearBeamColumn element

vesna wrote: > If specified, mass density will be used to calculate translational lumped > masses at the element ends. However, this option is not working properly at > the moment. I would suggest you not to use it until the problem is > resolved. Specify masses directly using mass command. Was this...
by edwardal
Mon May 08, 2017 11:13 am
Forum: OpenSees.exe Users
Topic: Node Reaction
Replies: 8
Views: 7853

Re: Node Reaction

Is there a reason that the 2-norm is default over another type of norm?
by edwardal
Fri Apr 28, 2017 6:33 am
Forum: OpenSees.exe Users
Topic: Node Reaction
Replies: 8
Views: 7853

Re: Node Reaction

Unfortunately, my model is fairly complex and does have EqualDOF constraints... Based on the wiki page for NormUnbalance, the convergance test is comparing the norm of the "right hand side of the matrix equation" which "Usually, though not always, it is equal to the unbalanced forces in the system" ...
by edwardal
Fri Apr 28, 2017 4:29 am
Forum: OpenSees.exe Users
Topic: Node Reaction
Replies: 8
Views: 7853

Re: Node Reaction

Thanks for the reply. Is there a way to check the unbalance at a node (while employing modal damping)? Or is it just assumed that using an unbalance test (i.e. NormUnbalance) will result in no unwanted force unbalance? I did come across the 'unbalance' option for the node recorder, but I can't find ...
by edwardal
Thu Apr 27, 2017 4:00 am
Forum: OpenSees.exe Users
Topic: Node Reaction
Replies: 8
Views: 7853

Re: Node Reaction

Upon further investigation, it appears that the discrepancy is equal to the base acceleration times the mass at the node. I will give a brief explanation of what I think is going on, and if someone could confirm this or tell me where I am mistaken that would be great. Considering the equation of mot...
by edwardal
Wed Apr 26, 2017 5:37 pm
Forum: OpenSees.exe Users
Topic: Node Reaction
Replies: 8
Views: 7853

Node Reaction

I was using the 2D cantilever example (Ex1a.Canti2D.EQ.modif.tcl with A10000.tcl ground-motion file) to investigate the node reaction recorder and I can't figure out what the recorder is outputting for the top node. Looking through the forum, my understanding is that the node reaction is the sum of ...
by edwardal
Thu Mar 16, 2017 1:52 pm
Forum: OpenSees.exe Users
Topic: Integration for Force-Based Beam-Column Elements
Replies: 1
Views: 2039

Integration for Force-Based Beam-Column Elements

I'm not sure if this is the right board to post this question to, but anyway... I'm having trouble understanding what exactly the integration weights represent in Force-Based Beam-Column Elements. If I use "Lobatto $secTag $numIntgrPts" with numIntgrPts = 3, the following locations and weights are a...
by edwardal
Mon Mar 13, 2017 4:47 pm
Forum: Framework
Topic: Adding Material Works on Windows, Not on Linux
Replies: 17
Views: 16829

Re: Adding Material Works on Windows, Not on Linux

It seems to be a compiling issue with Arch Linux. I compiled it on a CentOS machine (using the exact same files) and it works fine. I don't know how to explain it, but now that I have a working version I am no longer going to spend time troubleshooting the Arch Linux issue. Thank you for your time a...
by edwardal
Thu Feb 23, 2017 10:13 am
Forum: Framework
Topic: Adding Material Works on Windows, Not on Linux
Replies: 17
Views: 16829

Re: Adding Material Works on Windows, Not on Linux

Thanks for the reply, fmk. Unfortunately, I have tried that and it is still not working. Could somebody with a working version of the ElasticPPcpp.so please enter the following command to see if the library contains undefined symbols like mine? $ nm -D ElasticPPcpp.so The link to my results (as post...
by edwardal
Sat Feb 18, 2017 6:36 pm
Forum: Framework
Topic: Adding Material Works on Windows, Not on Linux
Replies: 17
Views: 16829

Re: Adding Material Works on Windows, Not on Linux

Yes, right now I'm working with rev 6248. OpenSees builds successfully and runs models which make use of only standard features, but will not load the shared library (compiled for the same revision). I've experienced the same problem with any previous revisions that I've built as well.
by edwardal
Fri Feb 17, 2017 4:29 am
Forum: Framework
Topic: Adding Material Works on Windows, Not on Linux
Replies: 17
Views: 16829

Re: Adding Material Works on Windows, Not on Linux

Arch Linux, x86_64 with 32 and 64 bit gcc and libraries The specific error that seems to be preventing the library from loading is: dlerror() = /tmp/ElasticPPcpp.so: undefined symbol: _ZN16UniaxialMaterial11setResponseEPPKciR10OPS_Stream Doing $ nm -D ElasticPPcpp.so shows that there are a lot of un...