Closed em812 closed 1 year ago
Not the issue, but please upgrade your openseespy!
Can you try with algorithm Newton
instead of Linear
?
Many thanks for the quick response.
Indeed when using Newton I do not have the same issue. What is the source of this problem? Would you recommend against using the Linear algorithm?
Generally, yes, I would not use the Linear
algorithm
Opensees verison == 3.3.0.0 Issue tested with beam column elements.
When eleReponse is called with the "localForce" argument, it returns the local forces at the previous time step (not at the current time).
On the contrary, when eleResponse is called with "force" or "globalForce", it returns the correct forces at the current time.
Note that if the response of an element in the global system is obtained with "force" or "globalForce" first and then "localForce" is requested, this returns the correct local forces at the current time step of the analysis.
Please see the code snippet below as an example: