How to implement a conical spring instead of cylindrical one in OpenSees?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Shubhang
Posts: 9
Joined: Mon Sep 07, 2020 5:59 pm

How to implement a conical spring instead of cylindrical one in OpenSees?

Post by Shubhang »

I can implement a cylindrical spring which is simple linear by using the command ''uniaxialMaterial Elastic 1 $ks'', where $ks is the single specified stiffness of the linear spring. I need to implement a conical spring which will be multilinear with a different set of $ks1, $ks2, $ks3, etc at different force-deformation. ALSO, I want to avoid the use of if/else statements.
Thanks in Advance...
Any help will be highly appreciated.
Last edited by Shubhang on Wed Jun 16, 2021 4:56 pm, edited 1 time in total.
Shubhang
Posts: 9
Joined: Mon Sep 07, 2020 5:59 pm

Re: How to introduce a conical spring during modelling to get multilinear force deformation behaviour?

Post by Shubhang »

mhscott wrote: Wed Jun 16, 2021 6:17 am What you are asking is unclear.
Sir, I have modified my previous post.
selimgunay
Posts: 917
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: How to implement a conical spring instead of cylindrical one in OpenSees?

Post by selimgunay »

You can try use a hysteretic material to define the force-deformation of your spring: https://opensees.berkeley.edu/wiki/inde ... c_Material
Shubhang
Posts: 9
Joined: Mon Sep 07, 2020 5:59 pm

Re: How to implement a conical spring instead of cylindrical one in OpenSees?

Post by Shubhang »

selimgunay wrote: Fri Jun 18, 2021 12:23 pm You can try use a hysteretic material to define the force-deformation of your spring: https://opensees.berkeley.edu/wiki/inde ... c_Material
Thankyou sir.
Post Reply