Radiation Dshpot

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
nimatehran
Posts: 15
Joined: Thu Oct 02, 2014 5:09 am
Location: Tehran - Consulting Engineer

Radiation Dshpot

Post by nimatehran »

Hello ;

I want to model Translational and Rotational springs with “C” and “K” coefficient at a node with zerolength element.(K_x, K_y, K_z, K_xx, K_yy, K_zz) I don't know how assign C parameter in springs specially in rotational springs. Please help me.
Thanks.
yegoroff
Posts: 9
Joined: Thu Jan 22, 2015 12:00 pm
Location: Newcastle University

Re: Radiation Dshpot

Post by yegoroff »

You can define a uniaxial Viscous material, which will define your C parameter: uniaxialMaterial Viscous $matTag $C $alpha (http://opensees.berkeley.edu/wiki/index ... s_Material)
Additionally, you can define your K parameter using an uniaxial Elastic material: uniaxialMaterial Elastic $matTag $E <$eta> <$Eneg> (http://opensees.berkeley.edu/wiki/index ... l_Material). This is slightly more complex, as you will have to express your E value through your desired sitffness, thus, depending on the complexity of the model, this might be a challenge.

These two materials can be used in element zeroLength as arguments, which will define your springs.

Also, fmk has given an example here: http://opensees.berkeley.edu/community/ ... ot#p103445
nimatehran
Posts: 15
Joined: Thu Oct 02, 2014 5:09 am
Location: Tehran - Consulting Engineer

Re: Radiation Dshpot

Post by nimatehran »

Dear yegoroff;

Thanks a lot
Post Reply