get strain and strainrate

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

get strain and strainrate

Post by Gholamreza » Wed Jan 10, 2018 8:38 am

Hello Frank and other Developers,
I'd like to know how OpenSees get the Strain or StrainRate from a element and pass it to a material ?
My goal is to write a code in order to get the acceleration and pass it to a material but before that I need to know how OpenSees works for passing the Strain or StrainRate ?
Is there any documentation for that ?

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: get strain and strainrate

Post by selimgunay » Wed Jan 10, 2018 1:26 pm

The best way is to follow the code. Did you download all the OpenSees source files in your computer?

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

Re: get strain and strainrate

Post by Gholamreza » Thu Jan 11, 2018 5:47 pm

Thanks for reply selimgunay
I did download all the source files but I don't where it is explained about set/get TriaStrain and strainreate !!
Can you help me by that ?

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

Re: get strain and strainrate

Post by fmk » Fri Jan 12, 2018 11:09 am

OpenSees does not get from element and provide to materials .. it is the elemenets that compute it and send it to their copies of the materials .. look at source code for any element that takes a material=, e.g. Truss.

Post Reply