user defined element

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

Moderators: silvia, selimgunay, Moderators

Post Reply
pbeng
Posts: 19
Joined: Tue Jun 17, 2008 2:13 pm
Location: West Falls, NY

user defined element

Post by pbeng »

Hi,

Section 4 "Adding New Element to OpenSees" in the OpenSees Dynamic API document says that "an element is responsible for determining its tangent and resisting force given the changes in response at its nodes."

The element I'm working is velocity dependent. Does OpenSees need the element to report back its change in force (or stress) with velocity (or strainRate), or perhaps should I use some negligible displacement dependent pseudo-stiffness to stabilize the element and ignore the viscous dF/dV?

Thanks,

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

Post by fmk »

you can use the strain rate if you wish. it does not have to be displacement.
Post Reply