Search found 16 matches
- Mon Sep 23, 2013 2:13 pm
- Forum: OpenSees.exe Users
- Topic: localForce problem
- Replies: 4
- Views: 1671
Re: localForce problem
Hi! Since the new version has been released (thanks for the 64-bit version! ), I tried testing the codes above again and the problem seems to persist. So I am bringing this topic up for the next update! Thanks for the hard work!
- Thu Sep 12, 2013 3:46 am
- Forum: OpenSees.exe Users
- Topic: Master node-Diaphragm
- Replies: 11
- Views: 3840
Re: Master node-Diaphragm
That's an interesting paper! I thought that rigidDiaphragm was just a compact way of using many multiple point constraints with a master node, so there wouldn't be such a difference in the way it was utilized (lagrange multipliers or penalty method) and equivalent beams that force those constraints....
- Thu Sep 12, 2013 1:30 am
- Forum: OpenSees.exe Users
- Topic: Master node-Diaphragm
- Replies: 11
- Views: 3840
Re: Master node-Diaphragm
Although the floor plan may be complex, it could be divided in rectangular or similar shapes, and the members could be placed in each one of them. I think it works and maybe it represents the reality better in those cases, too (for example when the floor plan of a real structure contains holes for s...
- Thu Sep 12, 2013 12:16 am
- Forum: OpenSees.exe Users
- Topic: Master node-Diaphragm
- Replies: 11
- Views: 3840
Re: Master node-Diaphragm
A good solution is to manually use elements in order to model the diaphragm instead of the command. If let's say you have a rectangular slab, you could use two beam elements that connect the opposite corners, that are very rigid in the axial manner and for bending perpendicular to the slab that you ...
- Tue Aug 20, 2013 4:35 am
- Forum: OpenSees.exe Users
- Topic: Diaphragm rigid
- Replies: 24
- Views: 14049
Re: Diaphragm rigid
If the section you are using is symmetrical in shape, has symmetrical materials with the same stress-strain laws in tension and compression (such as steel sections), then you can use the rigid diaphragm. In any other situation (such as reinforced concrete sections), it will produce wrong results wit...
- Tue Aug 06, 2013 11:52 pm
- Forum: OpenSees.exe Users
- Topic: Difficult to trace descending response
- Replies: 5
- Views: 3359
Re: Difficult to trace descending response
First of all, maybe you should change the number of maximum iterations of the test command to something bigger, like 50000 (?). I have found too that at descending branches the convergence is difficult, especially if there are brittle faults in the model and the curve is almost vertical. From my exp...
- Mon Jul 15, 2013 11:38 am
- Forum: OpenSees.exe Users
- Topic: localForce problem
- Replies: 4
- Views: 1671
Re: localForce problem
Thanks for the reply! I made the model in 3d and the results seem to be in different order: EDIT: The problem seems to exist only with shear forces in Z axis, loading the beam in Y axis gives correct shear forces. wipe model basic -ndm 3 -ndf 6 # nodes set nodeTag 0; set xCoords {0.0 0.92 3.68 4.60}...
- Sun Jul 14, 2013 2:42 am
- Forum: OpenSees.exe Users
- Topic: Bug in RigidLink beam?
- Replies: 4
- Views: 1096
Re: Bug in RigidLink beam?
Thanks for the answer! I prefer to use the Transformation constraints though so I don't have to change and check the penalty factors and if the results are correct.
- Sun Jul 14, 2013 2:30 am
- Forum: OpenSees.exe Users
- Topic: localForce problem
- Replies: 4
- Views: 1671
localForce problem
Hello! I am using localForce recorders to record element forces. However, the numbers I get aren't correct. I am giving an example, where I have divided a beam in three parts modelled with elasticBeamColumn. Its load is 11.96 per length unit, parts 1 and 3 have length 0.92 and the 2nd one 2.76. The ...
- Tue Jul 09, 2013 12:26 pm
- Forum: OpenSees.exe Users
- Topic: Bug in RigidLink beam?
- Replies: 4
- Views: 1096
Re: Bug in RigidLink beam?
Yep, replacing the equalDOFs with very rigid materials in the ZeroLength Element fixed the problem!
- Tue Jul 09, 2013 11:45 am
- Forum: OpenSees.exe Users
- Topic: Bug in RigidLink beam?
- Replies: 4
- Views: 1096
Re: Bug in RigidLink beam?
Hm, maybe I haven't followed the rule for the Transformation command:
2) If multiple nodes are constrained, make sure that the retained node is not constrained in any other constraint.
I'll look into it and post again if the problem persists.
2) If multiple nodes are constrained, make sure that the retained node is not constrained in any other constraint.
I'll look into it and post again if the problem persists.
- Tue Jul 09, 2013 10:48 am
- Forum: OpenSees.exe Users
- Topic: Bug in RigidLink beam?
- Replies: 4
- Views: 1096
Bug in RigidLink beam?
Hello! I am trying to use in series a rigidLink beam element and then an equalDOF constraint (for a zero-length element), however I have a problem. When creating the zero-length element to use after a rigidLink beam and connecting its nodes with equalDOF (all 6 DOFs) the eigenvalues are different th...
- Tue Jun 04, 2013 1:39 pm
- Forum: OpenSees.exe Users
- Topic: Maximum number of Recorders
- Replies: 2
- Views: 1144
Re: Maximum number of Recorders
Thank you! I searched for a thread but didn't find it!
Like the person in the thread you posted I can have about 500 output files. I'll try to put more data into each file then...
Like the person in the thread you posted I can have about 500 output files. I'll try to put more data into each file then...
- Mon Jun 03, 2013 1:16 pm
- Forum: OpenSees.exe Users
- Topic: Maximum number of Recorders
- Replies: 2
- Views: 1144
Maximum number of Recorders
Hello! Is there a maximum number of recorders an analysis can handle? I know it will somewhat hinder performance, but can it be manually increased? Thank you!
- Mon May 27, 2013 1:12 am
- Forum: OpenSees.exe Users
- Topic: Concentrated plasticity for pushover and Member eccentricity
- Replies: 1
- Views: 1614
Re: Concentrated plasticity for pushover and Member eccentri
Well, if anyone has a similar problem, the above problem was solved by manually creating new nodes that are offset to the old ones according to the terms of the transformation commands and connecting the elements there. Then I used rigidLink beam elements to connect the old and new nodes. The new mo...