Search found 8 matches
- Sun May 13, 2018 11:33 pm
- Forum: OpenSees.exe Users
- Topic: Is there a faster way to restore the model's state?
- Replies: 2
- Views: 3078
Is there a faster way to restore the model's state?
Is there a faster way to restore the model's state to the end of the last step when conducting transient analysis? I have use the "database, save and restore" to save the model's state in files. However, the speed of "save/restore" is too slow. I wonder if there is a faster way. ...
- Sat Apr 28, 2018 9:18 pm
- Forum: OpenSees.exe Users
- Topic: How to check if the analyze is completed?
- Replies: 3
- Views: 3604
Re: How to check if the analyze is completed?
If using recorders, I will have to parse the file to get data, which will make the program more trivial. I wonder whether there is a method/command to get the running state of the "analyze", i.e. running, stopped .... If the real time running state of the "analyze" can be obtaine...
- Sat Apr 28, 2018 2:14 am
- Forum: OpenSees.exe Users
- Topic: How to check if the analyze is completed?
- Replies: 3
- Views: 3604
How to check if the analyze is completed?
Here is a simple code of the question. ... analyze 1 0.01; puts [nodeDisp 5 1] Do I need to check whether the analyze has been completed before the nodeDisp and nodeReaction are used? That's to say, if "analyze" and "nodeDisp" are asynchronous and the "analyze" is not c...
- Thu Mar 15, 2018 7:24 pm
- Forum: Framework
- Topic: How to add a new time integration algorithm?
- Replies: 1
- Views: 2820
How to add a new time integration algorithm?
How to add a new time integration algorithm?
This link (http://opensees.berkeley.edu/wiki/index ... Integrator) is empty.
Thank you.
This link (http://opensees.berkeley.edu/wiki/index ... Integrator) is empty.
Thank you.
- Sat Feb 03, 2018 8:52 pm
- Forum: Framework
- Topic: How to run OpenSees from the C++ code directly without tcl?
- Replies: 1
- Views: 2941
How to run OpenSees from the C++ code directly without tcl?
I wonder if I can set all the parameters in the C++ source code and run the analysis without tcl scripts.
It will be very helpful and make the program more flexible.
Are there any examples?
Thanks a lot.
It will be very helpful and make the program more flexible.
Are there any examples?
Thanks a lot.
- Sun Dec 17, 2017 9:49 pm
- Forum: OpenSees.exe Users
- Topic: How to get real time node reaction?
- Replies: 2
- Views: 2597
Re: How to get real time node reaction?
I found that the "nodeReaction" command can output the node reaction.
But why wasn't it listed on the opensees command manual?
But why wasn't it listed on the opensees command manual?
- Sun Dec 17, 2017 8:05 pm
- Forum: OpenSees.exe Users
- Topic: How to get real time node reaction?
- Replies: 2
- Views: 2597
How to get real time node reaction?
How to get real time node reaction?
Is there a command like nodeDisp?
Thank you.
Is there a command like nodeDisp?
Thank you.
- Thu Sep 21, 2017 12:06 am
- Forum: OpenSees.exe Users
- Topic: How to output global matrix: M, C, K, Q?
- Replies: 2
- Views: 3011
How to output global matrix: M, C, K, Q?
Is it possible to output a model's global matrix (M, C, K, Q) with Tcl at a certain time step during a transient analysis?
How to do it?
Should I change the OpenSees code?
Thank you.
How to do it?
Should I change the OpenSees code?
Thank you.