Search found 11 matches

by Alexzhou
Thu Mar 02, 2006 4:50 pm
Forum: OpenSees.exe Users
Topic: how to record nodal stress
Replies: 5
Views: 6143

I wish I could have time to do a simple least square projection. But if I do need it later, I think I will code it and let you guys know.
by Alexzhou
Tue Feb 14, 2006 2:53 pm
Forum: OpenSees.exe Users
Topic: how to record nodal stress
Replies: 5
Views: 6143

I did analyses of solids using only the Brick element, and no fibers of section are involved. My primary interest now is to ouput the nodal stress for post-processing. For example, if knowing the stress on the nodes, I can easily generate smooth stress plot in Tecpot. I hope what I said is clear eno...
by Alexzhou
Mon Feb 13, 2006 11:07 pm
Forum: OpenSees.exe Users
Topic: how to record nodal stress
Replies: 5
Views: 6143

how to record nodal stress

The element stresses and gauss point stresses can be recorded in OpenSees easily. But when I was thinking to ouput the nodal stresses, I don't know how to do. Has anyone done the nodal stress recording before? Any suggestion? I think I knew the nodal stresses can be calculated by certain projection ...
by Alexzhou
Sun Oct 09, 2005 3:16 pm
Forum: Framework
Topic: explicit methods for dynamical analysis
Replies: 14
Views: 22310

I got the CenterDifferenceNoDamping method right immediately after I use the diagonal SOE. And better when I change my element routine to give lumped diagonal mass matrix. After I did some debugging, I found the integration orders I used is just not high enough for correct consistent mass matrix. No...
by Alexzhou
Wed Oct 05, 2005 1:02 am
Forum: Framework
Topic: explicit methods for dynamical analysis
Replies: 14
Views: 22310

Hi, Frank You reponse make things more clear now. Thanks. I did do some tests on the central difference(CD) methods, however no luck. I checked the CD code, and still not very clear how the RHS of the SOE was formed since it is different than what I expected. I think I will dig deeper into the code ...
by Alexzhou
Sun Oct 02, 2005 3:11 pm
Forum: Framework
Topic: explicit methods for dynamical analysis
Replies: 14
Views: 22310

Any comments?
by Alexzhou
Wed Sep 28, 2005 9:19 pm
Forum: Framework
Topic: explicit methods for dynamical analysis
Replies: 14
Views: 22310

explicit methods for dynamical analysis

Hi, Recently I developed a user element and some material models with OpenSee. And the codes work well in static analysis, dynamical analysis with Newmark method. However, when I try to use explicit methods for dynamical analysis, such as CentralDifference, HHT, ect. , my analysis quickly blows out ...
by Alexzhou
Thu Aug 25, 2005 6:34 pm
Forum: OpenSees.exe Users
Topic: displacement boundary conditions
Replies: 4
Views: 5348

Thanks. That helps a lot.
by Alexzhou
Thu Aug 25, 2005 7:02 am
Forum: OpenSees.exe Users
Topic: displacement boundary conditions
Replies: 4
Views: 5348

Any response? Are these qustions too simple?
I can hardly find examples that use incremental displacement boundary condtions. Can anyone point out some?

Alex
by Alexzhou
Mon Aug 22, 2005 8:13 pm
Forum: OpenSees.exe Users
Topic: displacement boundary conditions
Replies: 4
Views: 5348

displacement boundary conditions

Hi, I modified the exmaple1.tcl to impose a displacement in x direction on node 3, which is previously fixed in the example. And I changed the constraint handler to penalty accordingly, whereas the transformation handler just crashes the program. But the results I got is just garbage, can you help m...
by Alexzhou
Wed Aug 10, 2005 11:54 pm
Forum: Framework
Topic: speed of OpenSees
Replies: 2
Views: 4874

speed of OpenSees

Hi, developers I am recently looking into OpenSees. OpenSees is such a big library with OO design. I have a concern on the simulation speed of OpenSees. How's the speed performance of it? I hope I won't see much sacrifice of simulation time on most problems. Have anyone done some comparative studies...