Error when using Bilin Material

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

Moderators: silvia, selimgunay, Moderators

Post Reply
zsherliza
Posts: 29
Joined: Wed Dec 22, 2010 3:57 am

Error when using Bilin Material

Post by zsherliza »

Dear Vesna,
I am trying to simulate a collapse in my 3D bridge structure (I hope this is possible). I have read the example by Laura Eads and adopted her example into my work, however, when I try to run
my script it says "can't read sec_p1" no such variable. For your information, I have set sec_p1 as the Bilin material, my column are assigned the beamWithHinges elements, and I am using OpenSees
version 2.3.0. Why did I get this error?

Thank you, looking forward for some explanation.
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Error when using Bilin Material

Post by vesna »

It looks to me that you are trying to use $sec_p1 before it was really defined. Make sure you define it before using it for the first time. Also, there is a bug in the model you are looking at. Laura assigns equalDOF to the nodes that have the same coordinates as fixed nodes. This will create problems in eigen and dynamic analysis. Instead of using equalDOF when defining rotational spring for these nodes use fix command.
Post Reply