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?
getStrainRate for velocity in new material
Moderators: silvia, selimgunay, Moderators
-
- Posts: 84
- Joined: Tue Nov 07, 2017 7:47 am
- Location: University of Central Florida
Re: getStrainRate for velocity in new material
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.