Search found 14 matches
- Wed Dec 12, 2018 8:07 am
- Forum: OpenSees.exe Users
- Topic: How to set "loadconst" for my loading protocol?
- Replies: 0
- Views: 1470
How to set "loadconst" for my loading protocol?
Hello everyone! I am struggling to understand how "loadconst" works. For a static pushover analysis, it is clear to me that you need to set loadConst -time 0.0 after the application of the gravity loads in order to keep the gravity loads constant during the application of the lateral displ...
- Tue Jun 05, 2018 8:44 am
- Forum: OpenSees.exe Users
- Topic: nonlinear time history analysis
- Replies: 12
- Views: 11947
Re: nonlinear time history analysis
This is not related to your question (I think), but I was just taking a look at your code and I noticed that you have both node 1 and 3 fully restrained if I am not mistaken. Your Zero Length Section element seems to be fully restrained, but only the shear deformations should be restrained. Am I rig...
- Mon Apr 09, 2018 2:06 pm
- Forum: OpenSees.exe Users
- Topic: The best model for a reinforced concrete plate?
- Replies: 0
- Views: 1461
The best model for a reinforced concrete plate?
What is the best way of modelling a reinforced concrete plate in OpenSees? I have tested many alternatives, but I am not satisfied with the results. The one that seems to be closer to the experimental results, consists of the following sequence of commands: nDMaterial PlaneStressUserMaterial .... nD...
- Mon Apr 09, 2018 1:54 pm
- Forum: OpenSees.exe Users
- Topic: 2d Dynamic non linear RC fiber model - Period too long!
- Replies: 10
- Views: 7872
Re: 2d Dynamic non linear RC fiber model - Period too long!
Before running the dynamic analysis, I would suggest you to simply try an eigenvalue analysis before gravity loading and after gravity loading (if you are applying gravity loads). See if you find anything strange by comparing the results.
- Thu Sep 28, 2017 2:36 am
- Forum: OpenSees.exe Users
- Topic: Running multiple instances of Opensees.exe
- Replies: 7
- Views: 5619
Re: Running multiple instances of Opensees.exe
EricsonEncinaZ wrote: > I can run 3 models at the same time.... I'm able to run 3 models at the same time, and the remaining > core and RAM is used to keep using the computer. > Please note that what I am doing is not parallel computing (OpenSeesMP) it > is just running different instances of OpenSe...
- Tue Sep 26, 2017 10:05 am
- Forum: OpenSees.exe Users
- Topic: Running multiple instances of Opensees.exe
- Replies: 7
- Views: 5619
Re: Running multiple instances of Opensees.exe
I run multiple models at the same time because they finish in less time than it takes to run them one by one. I don't think I am getting my job done 4 times faster, but it is noticeably faster (never had time to actually measure though).
- Tue Sep 26, 2017 1:24 am
- Forum: OpenSees.exe Users
- Topic: Running multiple instances of Opensees.exe
- Replies: 7
- Views: 5619
Re: Running multiple instances of Opensees.exe
Thank you very much ismailqeshta for your reply and for the link. I read the discussion in researchgate.net, but it doesn't quite answer my question. I am not sure if I understand the terminology you are using. Let's say I have a 1 storey frame, a 3 storey frame, a 5 storey frame and a 7 storey fram...
- Mon Sep 25, 2017 8:20 am
- Forum: OpenSees.exe Users
- Topic: Running multiple instances of Opensees.exe
- Replies: 7
- Views: 5619
Running multiple instances of Opensees.exe
Hello! First of all, I apologize if this is not the appropriate forum for my question, but I thought there was no better option. Secondly, I know that I am not benefiting from the full potential of OpenSees and I probably should immidiately start using "parallel processing". Here is the de...
- Wed Jul 05, 2017 12:09 pm
- Forum: OpenSees.exe Users
- Topic: Limit State Material: NOT for shear critical columns
- Replies: 2
- Views: 2927
Re: Limit State Material: NOT for shear critical columns
Thank you very much for your reply. I added the equalDOF line and it works now.
- Wed Jul 05, 2017 9:02 am
- Forum: OpenSees.exe Users
- Topic: Limit State Material: NOT for shear critical columns
- Replies: 2
- Views: 2927
Limit State Material: NOT for shear critical columns
Hello! I was wondering if I could use the PinchingLimitStateMaterial in a non-conventional way. Can I assign a PinchingLimitStateMaterial to a spring that is located nowhere near the element in which I am monitoring the drifts? For example: http://imgur.com/SW4cqtZ Here is a piece of code I was tryi...
- Thu Jun 22, 2017 12:25 am
- Forum: OpenSees.exe Users
- Topic: modeling a special spring
- Replies: 6
- Views: 5137
Re: modeling a special spring
Thanks a lot for sharing this.
- Wed Jun 21, 2017 10:48 am
- Forum: OpenSees.exe Users
- Topic: modeling a special spring
- Replies: 6
- Views: 5137
Re: modeling a special spring
I tried some options, but not all. What options would you suggest for this situation, for a time history analysis?
- Wed Jun 21, 2017 10:00 am
- Forum: OpenSees.exe Users
- Topic: modeling a special spring
- Replies: 6
- Views: 5137
Re: modeling a special spring
selimgunay wrote:
> You can use elastic-perfectly plastic material with a large enough initial
> stiffness
That's what I have been trying to do. However, I can't find a large enough initial stiffness for which both a) no numerical errors occur and b) the stiffness is large enough. Any ideas?
> You can use elastic-perfectly plastic material with a large enough initial
> stiffness
That's what I have been trying to do. However, I can't find a large enough initial stiffness for which both a) no numerical errors occur and b) the stiffness is large enough. Any ideas?
- Wed Jun 21, 2017 7:56 am
- Forum: OpenSees.exe Users
- Topic: modeling a special spring
- Replies: 6
- Views: 5137
modeling a special spring
Hi everyone! I am trying to model a rotational spring that has a moment rotation curve as follows: first point: rotation=0, moment=0 second point: rotation=0, moment=M; (this is the tricky part) third point: rotation=x, moment = M. other points: (...not important). Does anyone know how to do this? I...