Step time dependent material
Moderators: silvia, selimgunay, Moderators
Step time dependent material
Hi,
I am writing a new material - it's response depends on the step time. How can we give material class - an access to step time and time increment ?
Currently the only way I can think of is - using "strainRate" in "setTrailStrain()" method i.e. (deltastrain)/strainRate = time increment .
Any alternatives please...?
Thank you,
Ashok.
I am writing a new material - it's response depends on the step time. How can we give material class - an access to step time and time increment ?
Currently the only way I can think of is - using "strainRate" in "setTrailStrain()" method i.e. (deltastrain)/strainRate = time increment .
Any alternatives please...?
Thank you,
Ashok.
Re: Step time dependent material
You can get the time step from ops_Dt, a global variable. Search the source code for it. You can see an example in BilinearOilDamper.cpp.
Re: Step time dependent material
Thanks a lot. It worked.
Re: Step time dependent material
Dear Prof. Scott,
One more question. After formulating the material and running the test analysis(https://opensees.berkeley.edu/OpenSees/ ... U8yPeZbHdU) - I am getting a plot like shown in the figure. Everything is fine - except one point goes somewhere astray... Can you guess the reason behind this ??
Thank you,
Ashok
One more question. After formulating the material and running the test analysis(https://opensees.berkeley.edu/OpenSees/ ... U8yPeZbHdU) - I am getting a plot like shown in the figure. Everything is fine - except one point goes somewhere astray... Can you guess the reason behind this ??
Thank you,
Ashok
Re: Step time dependent material
Sorry, here is the image
https://drive.google.com/file/d/1tvaq2V ... sp=sharing
https://drive.google.com/file/d/1tvaq2V ... sp=sharing
Re: Step time dependent material
It could be an error in the material state determination, or in how you set up the testing script. I can't really tell.