Hello,
I realized that the Steel01 and Steel02 materials model strength degradation quite nicely (i just made negative isotropic hardening parameters) but i have a question about its application.
I have a zeroLength element that is a rotational spring. I would like to apply the Steel02 material (the one with strength degradation) to represent the momnt-curv relation. It seems OK but is this appropriate considering that the Steel02 material is only for stress-strain (at least i think it is)?
Thank you!
moment-curvature
Moderators: silvia, selimgunay, Moderators
Hello,
I am running into a problem with my model. I cannot seem to record the force and deformation in the spring!
The first column in the recorder output is just the forces calculated by Opensees for the DisplacementControl. The second column (whether it be forces or def) is just zeros.
Here is what I wrote:
I'm pretty sure the zeroLength element is doing its job because when I change the material parameters, the forces in the first column of the recorder outputs change accordingly.
Any suggestions?
Thanks!
I am running into a problem with my model. I cannot seem to record the force and deformation in the spring!
The first column in the recorder output is just the forces calculated by Opensees for the DisplacementControl. The second column (whether it be forces or def) is just zeros.
Here is what I wrote:
Code: Select all
source rotSpring2D.tcl
rotSpring2D 4 1 5 $beam_matID
recorder Element -file Data/Spring_rot.txt -time -ele 4 deformation
recorder Element -file Data/Spring_Force.txt -time -ele 4 force
Any suggestions?
Thanks!