BuildingTcl -- addLoad: LoadTypeLabel UniformEQ: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
:addLoadData LoadLabel $LoadLabel
:addLoadData LoadLabel $LoadLabel
:addLoadData LoadTypeLabel UniformEQ
:addLoadData LoadTypeLabel UniformEQ
:addLoadData LoadDescription $LoadDescription  
:addLoadData GMfilename $GMfilename
:addLoadData $RequiredArgument1Label $RequiredArgument1Value
:<addLoadData LoadDescription $LoadDescription>
:addLoadData $RequiredArgument2Label $RequiredArgument2Value
:<addLoadData GMdirection $GMdirection>
:
:<addLoadData GMscale $GMscale>
:<addLoadData $InputArgument1Label $InputArgument1Value>
:<addLoadData GMdirectory $GMdirectory>
:<addLoadData $InputArgument2Label $InputArgument2Value>
:<addLoadData FileType $FileType>
:…
:<addLoadData GMfactor $GMfactor>
:'''addLoad'''
:'''addLoad'''


Line 18: Line 18:


;$LoadLabel : Unique Load Label for reference
;$LoadLabel : Unique Load Label for reference
;$GMfilename: Ground-Motion Filename


;$LoadDescription : Text. Optional, default = blank {}
;$LoadDescription : Text. Optional, default = blank {}
;$GMdirection : Ground-motion input 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.
;$GMscale : Ground-motion scaling factor. Optional, default = 1.0
 
;$GMdirectory : Directory location for $GMfilename. Optional, default = . (current)
;$InputArgument1Label $InputArgument1Value … : Labels and corresponding values for LoadModel-specific Input Arguments (Optional)
;$FileType : File type for $GMfilename . Optional, default = PEER
: Options
::*PEER
::*Time&Acceleration
::*AccelerationOnly
::*PEERNGA
;$GMfactor : Ground-motion factor. Optional, default = $g




==Notes ==
==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.
* 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.
 
* $GMscale and $GMfactor seem redundant for UniformEQ, but they are there to keep consistency with multi-direction input motion





Latest revision as of 03:55, 12 November 2009

Commands

addLoadData LoadLabel $LoadLabel
addLoadData LoadTypeLabel UniformEQ
addLoadData GMfilename $GMfilename
<addLoadData LoadDescription $LoadDescription>
<addLoadData GMdirection $GMdirection>
<addLoadData GMscale $GMscale>
<addLoadData GMdirectory $GMdirectory>
<addLoadData FileType $FileType>
<addLoadData GMfactor $GMfactor>
addLoad


Arguments

$LoadLabel
Unique Load Label for reference
$GMfilename
Ground-Motion Filename
$LoadDescription
Text. Optional, default = blank {}
$GMdirection
Ground-motion input direction. Optional, default = X
Options
  • X
  • Y
  • Z (3D only)
  • rotX (3D only)
  • rotY (3D only)
  • rotZ
$GMscale
Ground-motion scaling factor. Optional, default = 1.0
$GMdirectory
Directory location for $GMfilename. Optional, default = . (current)
$FileType
File type for $GMfilename . Optional, default = PEER
Options
  • PEER
  • Time&Acceleration
  • AccelerationOnly
  • PEERNGA
$GMfactor
Ground-motion factor. Optional, default = $g


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.
  • $GMscale and $GMfactor seem redundant for UniformEQ, but they are there to keep consistency with multi-direction input motion


Options


BuildingTcl -- addLoad

Return to BuildingTcl Command Language Manual