modeling of a spring and a damper in parllel

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

Moderators: silvia, selimgunay, Moderators

Post Reply
aaataha
Posts: 15
Joined: Sun Oct 13, 2019 1:44 pm

modeling of a spring and a damper in parllel

Post by aaataha »

Hi,

I am trying to model a spring-damper system in which the spring and the damper are placed in parallel. I couldn't find any material or element that would simulate that behavior. The available ViscousDamper material simulates a spring and a damper put in series, and the Viscous material isn't allowed be modeled in parallel with a spring.

Any help would be appreciated.

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

Re: modeling of a spring and a damper in parllel

Post by selimgunay »

I am not sure if this will work, but you can try two zerolength elements between the same two nodes, one zerolength element for the spring and the other with the Viscous material.
Rawneix
Posts: 2
Joined: Wed Oct 28, 2020 6:20 pm
Location: India
Contact:

Re: modeling of a spring and a damper in parllel

Post by Rawneix »

Danielaait
Posts: 8
Joined: Fri Apr 09, 2021 6:11 am

Re: modeling of a spring and a damper in parllel

Post by Danielaait »

Dears,

I am also facing the same problem.
Is there an effective way to model parallel spring and dashpot model in OpenSees?

Assigning two ZeroLength elements is not working.
selimgunay
Posts: 916
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: modeling of a spring and a damper in parllel

Post by selimgunay »

You can activate Rayleigh damping in the zerolength element with the doRayleigh option and use the region command to assign the dashpot constant.

https://opensees.berkeley.edu/wiki/inde ... th_Element
https://opensees.berkeley.edu/wiki/inde ... on_Command
Danielaait
Posts: 8
Joined: Fri Apr 09, 2021 6:11 am

Re: modeling of a spring and a damper in parllel

Post by Danielaait »

Dear selimgunay,

Thank you very much for your reply.
Ok, I will try using your recommendation.
Post Reply