WARNING in PortalFrame Example of OpenFresco

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

Moderators: silvia, selimgunay, Moderators

Post Reply
chriswu
Posts: 7
Joined: Sat May 30, 2009 3:46 am
Location: South China Univ. of Tech.

WARNING in PortalFrame Example of OpenFresco

Post by chriswu »

Dear all,

When i'm running the PortalFrame_Local.tcl of OpenFresco examples using OS 2.2.2g(the latest), it returns " WARNING" transformation object not found" about the expElement beamColumn element, but i check the file, geomTransf command exists. why it would be like this?

thanks..
:)
ps, i want to get the version 2.1.1, where can i get these old versions?
Freshman of Opensees
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: WARNING in PortalFrame Example of OpenFresco

Post by vesna »

All previous realizes of OpenSees you you will find here after you sing in:
http://opensees.berkeley.edu/OpenSees/d ... wnload.php
chriswu
Posts: 7
Joined: Sat May 30, 2009 3:46 am
Location: South China Univ. of Tech.

Re: WARNING in PortalFrame Example of OpenFresco

Post by chriswu »

vesna wrote:
> All previous realizes of OpenSees you you will find here after you sing in:
> http://opensees.berkeley.edu/OpenSees/d ... wnload.php
thanks vesna, do you have any idea on the PortalFrame Example?

running the code listed below shows the warning of expElement 1, but elastic element 3 is ok, i really can't find what's wrong :(

geomTransf PDelta 1
#geomTransf Corotational 1

# Define numerical elements
# -------------------------
# element elasticBeamColumn $eleTag $iNode $jNode $A $E $Iz $transfTag
element elasticBeamColumn 3 3 4 3.55 29000 22.1 1

# Define experimental elements
# ----------------------------
# left and right columns
# expElement beamColumn $eleTag $iNode $jNode $transTag -site $siteTag -initStif $Kij <-iMod> <-rho $rho>
expElement beamColumn 1 3 1 1 -site 1 -initStif 1310.8 0 0 0 11.2 -280.0 0 -280.0 9333.3333
expElement beamColumn 2 4 2 1 -site 2 -initStif 1310.8 0 0 0 11.2 -280.0 0 -280.0 9333.3333
Freshman of Opensees
Post Reply