Hi:
everyone
when i conduct a analysis of the 2D RC frame given in http://opensees.berkeley.edu/wiki/index ... excitation,
a error happens.
invalid comand name "sensitivityIntegrator"
while executing
"sensitivityIntegrator -static"
can anybody give me some advice. i would be thankful
invalid comand name "sensitivityIntegrator"
Moderators: silvia, selimgunay, mhscott, Moderators
Re: invalid comand name "sensitivityIntegrator"
i have found the problem , the version is not right.
-
- Posts: 9
- Joined: Tue Jan 31, 2012 6:08 am
- Location: University of Osijek, Croatia
- Contact:
Re: invalid comand name "sensitivityIntegrator"
Because of such problems, if someone needs the latest versions of OpenSees 64bit (for Windows machines, from 2.4.2 to 2.4.6), they can be downloaded from the following link: http://maringrubisic.com/software/OpenSees.zip
In this case, version 2.4.4. 64bit works just fine.
In this case, version 2.4.4. 64bit works just fine.
Last edited by mgrubisic on Mon Nov 19, 2018 2:25 am, edited 2 times in total.
Marin Grubišić
Assist. Professor, Structural & Earthquake Eng.
University of Osijek, Faculty of Civil Engineering and Architecture Osijek
3 Vladimir Prelog Street, HR-31000 Osijek, Croatia
marin.grubisic@gfos.hr | www.github.com/mgrubisic
Assist. Professor, Structural & Earthquake Eng.
University of Osijek, Faculty of Civil Engineering and Architecture Osijek
3 Vladimir Prelog Street, HR-31000 Osijek, Croatia
marin.grubisic@gfos.hr | www.github.com/mgrubisic
Re: invalid comand name "sensitivityIntegrator"
If using the new version of OpenSees, just comment or delete this line ( sensitivityIntegrator -static") and your script will be analyzed normally.
Re: invalid comand name "sensitivityIntegrator"
The sensitivityIntegrator command has been deprecated as the functionality of the SensitivityIntegrator class has been rolled in to the Integrator classes. You can simply remove the command. In future versions of OpenSees, the sensitivityIntegrator command will be added back, but will do nothing.