the command should be
algorithm('ModifiedNewton','-initial')
the document is wrong, I will fix it.
Search found 11 matches
- Tue Aug 11, 2020 6:59 am
- Forum: OpenSeesPy
- Topic: Algorithm modifiedNewton with initial stiffness can't work?
- Replies: 1
- Views: 3387
- Tue Aug 11, 2020 6:55 am
- Forum: OpenSeesPy
- Topic: openseespy could not be imported in python 3.8
- Replies: 3
- Views: 5792
Re: openseespy could not be imported in python 3.8
I just update it to support python3.8.
- Fri May 15, 2020 2:49 pm
- Forum: OpenSeesPy
- Topic: Space truss anaylsis
- Replies: 8
- Views: 9412
Re: Space truss anaylsis
It's generally difficult to say if they are correct without the model. The error suggests there are errors in the model not in the analysis. vamsio wrote: > Thanks for your reply. > > Im new to opensees so im struggling to understand what are the exact commands to be > given for executing analysis o...
- Wed May 13, 2020 7:34 am
- Forum: OpenSeesPy
- Topic: Space truss anaylsis
- Replies: 8
- Views: 9412
Re: Space truss anaylsis
It's not clear what analysis commands are you talking about?
- Wed May 06, 2020 11:52 am
- Forum: OpenSeesPy
- Topic: first post
- Replies: 5
- Views: 7539
Re: first post
we will see what questions are posted here
- Wed May 23, 2018 7:56 am
- Forum: OpenSees.exe Users
- Topic: pvd Recorder
- Replies: 2
- Views: 2666
Re: pvd Recorder
A pvd recorder is for outputs that could be used in Paraview. There is a document for OpenSeesPy:
http://openseespydoc.readthedocs.io/en/ ... order.html
http://openseespydoc.readthedocs.io/en/ ... order.html
- Wed Jun 15, 2016 11:40 am
- Forum: OpenSees.exe Users
- Topic: How to use PVDRecorder (Version 2.5.0. Release Tag 6236
- Replies: 15
- Views: 18517
Re: How to use PVDRecorder (Version 2.5.0. Release Tag 6236
For the eleResponse command outputs, I'm really not sure about the output formats and meaning. Sorry can't help with that.
- Tue Jun 14, 2016 3:23 pm
- Forum: Framework
- Topic: OpenSees 64 Ubuntu
- Replies: 6
- Views: 7988
Re: OpenSees 64 Ubuntu
You need to compile the opensees source code to a 64 bit binary on a linux system. To do that, you have to modify the makefile.def to set things such as source code directory, compilers, and quite few flags. Then you can type 'make' in the opensees main directory and will see compiling informations ...
- Tue Jun 14, 2016 3:14 pm
- Forum: OpenSees.exe Users
- Topic: How to use PVDRecorder (Version 2.5.0. Release Tag 6236
- Replies: 15
- Views: 18517
Re: How to use PVDRecorder (Version 2.5.0. Release Tag 6236
In the command: recorder pvd pvdRes disp vel accel eleResponse 1 material 1 stresses Is the first "1" the element tag? for the pvd recorder, the element tag is not needed, since it records for all elements, for example, the eleResponse commands are like: eleResponse 1 forces eleResponse 1 ...
- Mon Apr 04, 2016 11:14 am
- Forum: OpenSees.exe Users
- Topic: OutPut
- Replies: 9
- Views: 9671
Re: OutPut
It's been fixed. Please make updates.
- Fri Apr 01, 2016 3:55 pm
- Forum: OpenSees.exe Users
- Topic: OutPut
- Replies: 9
- Views: 9671
Re: OutPut
Hi: what's the model you are using and paraview version? Thank you!