Problem in restrainer cable modeling 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
ehsanomranimemphis
Posts: 22
Joined: Thu Jun 08, 2017 2:31 pm
Location: Babol Noshirvani University of Technology

Problem in restrainer cable modeling in OpenSees

Post by ehsanomranimemphis » Wed Jul 19, 2017 12:13 pm

I modeled a two spans bridge (simply supported) in OpenSees. I am going to add a restrainer cable element to connect deck to column. Restrainer cables are only tension elements. So I used uniaxialMaterial ElasticPPGap material and I used truss element to assign this material to it. I wrote the following commends:

set Ecable [expr 10007.6*144];
set Fycable [expr 175.5*144];
set gap 0.064;
set eta 9.5
set matTag 390
uniaxialMaterial ElasticPPGap $matTag $Ecable $Fycable $gap $eta
element truss 500 38 89 10.00154 $matTag
element truss 501 40 89 10.00154 $matTag

(units: Lb-ft)
But the problem is that there is not any difference between response of bridge with and without adding cables. I checked the longitudinal displacement and rotation in the center node of deck in both models (model without restrainer cable and the model with restrainer cable).
Is there anyone to help me?

ehsanomranimemphis
Posts: 22
Joined: Thu Jun 08, 2017 2:31 pm
Location: Babol Noshirvani University of Technology

Re: Problem in restrainer cable modeling in OpenSees

Post by ehsanomranimemphis » Thu Jul 20, 2017 7:32 am

Is there someone to be able to help me?

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

Re: Problem in restrainer cable modeling in OpenSees

Post by selimgunay » Thu Jul 20, 2017 5:23 pm

If the truss deformations are not exceeding the specified gap amount, there won't be any stiffness and retoring force provided by the truss and yo will get the same responses for the cases with and without the truss. This could be the reason

Post Reply