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?
WARNING in PortalFrame Example of OpenFresco
Moderators: silvia, selimgunay, Moderators
WARNING in PortalFrame Example of OpenFresco
Freshman of Opensees
Re: WARNING in PortalFrame Example of OpenFresco
All previous realizes of OpenSees you you will find here after you sing in:
http://opensees.berkeley.edu/OpenSees/d ... wnload.php
http://opensees.berkeley.edu/OpenSees/d ... wnload.php
Re: WARNING in PortalFrame Example of OpenFresco
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
> 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