getStrainRate for velocity in new material

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
Gholamreza
Posts: 84
Joined: Tue Nov 07, 2017 7:47 am
Location: University of Central Florida

getStrainRate for velocity in new material

Post by Gholamreza »

Hello everyone,

I am trying to develop new material in c++. I am wondering if the getStrainRate(void) method is the right method to get velocity in my new material?
mhscott
Posts: 876
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: getStrainRate for velocity in new material

Post by mhscott »

getStrainRate() returns the material's current strain rate to a calling object. You want to use the overloaded setTrialStrain(strain, strainRate) to send strain rate into your material.
Post Reply