Inerter

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

Moderators: silvia, selimgunay, Moderators

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

Inerter

Post by Gholamreza » Tue Jan 02, 2018 10:19 am

Hello Developers,
In order to model new type of dampers I need to define new material to work with relative acceleration. As far as I know, the built-in functions in OpenSees usually work with displacements and velocities at each step but I need a function which works with acceleration. I know I should write some codes. I wonder to know if I simply change the velocity to acceleration in ViscousDamper material, I will get the resistance force based on relative acceleration or not ? your advice is highly appreciated.

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

Re: Inerter

Post by fmk » Wed Jan 03, 2018 3:40 pm

you need to create an element that will work with the accelerations and pass these to the materials (assuming you intend to imple=ment materials as well) .. the materials get strain and strain rates from the elements and not the nodes directly.

Post Reply