Strain Rate Effect

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
aufdc
Posts: 2
Joined: Fri Apr 06, 2012 7:18 pm
Location: Tongji University

Strain Rate Effect

Post by aufdc » Tue Jul 05, 2016 4:36 am

Hi fmk,

Now I'm working on the concrete material model including strain rate effect, I just wonder that will the strain rate be computed in the element level (especial for beam elements) or not? I know that for truss element and zerolength element, the strain rate will be compute. I have seen in Concrete02 the strain rate equals zero, but I'm not sure beam element will compute it or not.

Thanks!

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Strain Rate Effect

Post by fmk » Fri Jul 08, 2016 12:30 am

no strain rate is computed by the beams or sections for passing to the materials .. you will have to compute yourself from the strains .. you can get the time step from OPS_Dt global variable (defined in OPS_Globals.h)

aufdc
Posts: 2
Joined: Fri Apr 06, 2012 7:18 pm
Location: Tongji University

Re: Strain Rate Effect

Post by aufdc » Fri Jul 08, 2016 5:43 pm

fmk wrote:
> no strain rate is computed by the beams or sections for passing to the
> materials .. you will have to compute yourself from the strains .. you can
> get the time step from OPS_Dt global variable (defined in OPS_Globals.h)

got it. Thanks a lot fmk!

Post Reply