BuildingTcl -- addLoad: LoadTypeLabel LateralPushover: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:


:addLoadData LoadLabel $LoadLabel
:addLoadData LoadLabel $LoadLabel
:addLoadData LoadTypeLabel $LoadTypeLabel
:addLoadData LoadTypeLabel LateralPushover
:addLoadData $RequiredArgument1Label $RequiredArgument1Value
:addLoadData DMax $DMax
:addLoadData $RequiredArgument2Label $RequiredArgument2Value
:<addLoadData LoadDescription $LoadDescription>
:
:<addLoadData LateralDirection $LateralDirection>
:<addLoadData $InputArgument1Label $InputArgument1Value>
:<addLoadData CycleType $CycleType>
:<addLoadData $InputArgument2Label $InputArgument2Value>
:<addLoadData NCycles $NCycles>
:
:<addLoadData ControlNodeFloor $ControlNodeFloor>
:<addLoadData ScaleFactor $ScaleFactor>
:<addLoadData LateralLoadDistribution $LateralLoadDistribution>
:'''addLoad'''
:'''addLoad'''


Line 16: Line 18:
==Arguments ==
==Arguments ==


*'''$LoadLabel''': Unique Load Label for reference
;$LoadLabel : Unique Load Label for reference


*'''$LoadTypeLabel''': Specifies which LoadType is being used.
;$LoadDescription : Text. Optional, default = blank {}
;$LateralDirection : Lateral-displacement direction. Optional, default = X
:Options
::*X
::*Y
::*Z (3D only)
::*rotX (3D only)
::*rotY (3D only)
::*rotZ


*'''$RequiredArgument1Label $RequiredArgument1Value ...''' :Labels and corresponding values for LoadModel-specific required argument.
;$CycleType: Pushover cycle type. Optional, default = Push
:Options
:: Push (0 1)
::Full (0 1 0 -1 0)
::Half (0 1 0)
;$NCycles: Number of cycles. Optional, default = 1
;$ControlNodeFloor: Floor location fo displacement-control node. Optional, default = top
;$ScaleFactor: Scale Factor. Optional, default = 1.0
;$LateralLoadDistribution: Lateral-load distribution along height. Optional, default = Linear
: Options
:: Linear


*'''$InputArgument1Label $InputArgument1Value …''' : Labels and corresponding values for LoadModel-specific Input Arguments (Optional)





Latest revision as of 03:58, 12 November 2009

Commands

addLoadData LoadLabel $LoadLabel
addLoadData LoadTypeLabel LateralPushover
addLoadData DMax $DMax
<addLoadData LoadDescription $LoadDescription>
<addLoadData LateralDirection $LateralDirection>
<addLoadData CycleType $CycleType>
<addLoadData NCycles $NCycles>
<addLoadData ControlNodeFloor $ControlNodeFloor>
<addLoadData ScaleFactor $ScaleFactor>
<addLoadData LateralLoadDistribution $LateralLoadDistribution>
addLoad


Arguments

$LoadLabel
Unique Load Label for reference
$LoadDescription
Text. Optional, default = blank {}
$LateralDirection
Lateral-displacement direction. Optional, default = X
Options
  • X
  • Y
  • Z (3D only)
  • rotX (3D only)
  • rotY (3D only)
  • rotZ
$CycleType
Pushover cycle type. Optional, default = Push
Options
Push (0 1)
Full (0 1 0 -1 0)
Half (0 1 0)
$NCycles
Number of cycles. Optional, default = 1
$ControlNodeFloor
Floor location fo displacement-control node. Optional, default = top
$ScaleFactor
Scale Factor. Optional, default = 1.0
$LateralLoadDistribution
Lateral-load distribution along height. Optional, default = Linear
Options
Linear


Notes

The addLoad command must be placed at the end of each Load-data definition, as it takes all data defined since the last addLoad command and define the Load.


Options


BuildingTcl -- addLoad

Return to BuildingTcl Command Language Manual