how to get backbone curve from PDMY material
how to get backbone curve from PDMY material
Hi STKO, :
Im trying to get backbone curve from PDMY material by using customCommand in STKO as follows:
recorder Element –ele $eleNum -file $fName -dT $deltaT material $GaussNum backbone $p1 <$p2 …>
But I can not get the output file. Please have a look at my model in attachment.
Thank you for your help,
Buu
Im trying to get backbone curve from PDMY material by using customCommand in STKO as follows:
recorder Element –ele $eleNum -file $fName -dT $deltaT material $GaussNum backbone $p1 <$p2 …>
But I can not get the output file. Please have a look at my model in attachment.
Thank you for your help,
Buu
- Attachments
-
- backbone curve.rar
- (429.39 KiB) Downloaded 242 times
Re: how to get backbone curve from PDMY material
You had 2 mistakes:
recorder Element -ele 723 -file bbc.out -dT 0.0089 material 1 backbone 54000
- The "-" sign before the "ele" keyword is no a simple minus sign. It was a special character you pasted from somewhere and OpenSees did not recognized it. Please change it to a simple MINUS sign
- the material ID should be 1-based (from 1 to 4 in your case)
recorder Element -ele 723 -file bbc.out -dT 0.0089 material 1 backbone 54000
Re: how to get backbone curve from PDMY material
Yes, I copied it from Opensees wiki.
It worked now
Thank you for your reply
It worked now
Thank you for your reply
Re: how to get backbone curve from PDMY material
You're welcome
Re: how to get backbone curve from PDMY material
Dear STKO team,
Is it possible to extract backbone curves / tangent matrix with the .mpco recorder? I tried without success. It is indeed possible with the custom command and classic OpenSees recorder, but exploring the .hdf5 output files would be better for me.
Kind regards,
Sebastian
Is it possible to extract backbone curves / tangent matrix with the .mpco recorder? I tried without success. It is indeed possible with the custom command and classic OpenSees recorder, but exploring the .hdf5 output files would be better for me.
Kind regards,
Sebastian
Re: how to get backbone curve from PDMY material
Have you tried adding this custom result string into the "custom element results" section of the MPCO Recorder?
Re: how to get backbone curve from PDMY material
Dear STKO Team,
I could record the tangent with the custom element results section, thank you. I could not record the backbone curve, maybe because it is not a tensor but rather two vectors relating shear strain and Gs. In any case the backbone curve is always the same for a given element, so I guess I can just record it with the OpenSees default recorder.
Kind regards,
Sebastian
I could record the tangent with the custom element results section, thank you. I could not record the backbone curve, maybe because it is not a tensor but rather two vectors relating shear strain and Gs. In any case the backbone curve is always the same for a given element, so I guess I can just record it with the OpenSees default recorder.
Kind regards,
Sebastian
Re: how to get backbone curve from PDMY material
Yes, it's like a material parameters so it should be the same for all elements with that material.In any case the backbone curve is always the same for a given element, so I guess I can just record it with the OpenSees default recorder.