BuildingTcl -- addLoad: LoadTypeLabel UniformSine: 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 UniformSine
:addLoadData LoadTypeLabel UniformSine
:addLoadData LoadDescription $LoadDescription
:addLoadData GMSineAccAmpl $GMSineAccAmpl
:addLoadData $RequiredArgument1Label $RequiredArgument1Value
:addLoadData PeriodSine $PeriodSine
:addLoadData $RequiredArgument2Label $RequiredArgument2Value
:addLoadData DurationSine $DurationSine
:…
:<addLoadData LoadDescription  $LoadDescription >
:<addLoadData $InputArgument1Label $InputArgument1Value>
:<addLoadData GMdirection $GMdirection>
:<addLoadData $InputArgument2Label $InputArgument2Value>
:…
:'''addLoad'''
:'''addLoad'''


Line 18: Line 16:


;$LoadLabel : Unique Load Label for reference
;$LoadLabel : Unique Load Label for reference
;$GMSineAccAmpl : Acceleration amplitude of sine wave
;$PeriodSine : Period of sine wave input (in basic time units)
;$DurationSine : Duration of input sine wave (in basic time units)


;$LoadDescription : Text. Optional, default = blank {}
;$LoadDescription : Text. Optional, default = blank {}


;$RequiredArgument1Label $RequiredArgument1Value ... :Labels and corresponding values for LoadModel-specific required argument.
;$GMdirection : Ground-motion input direction. Optional, default = X
 
:Options
;$InputArgument1Label $InputArgument1Value … : Labels and corresponding values for LoadModel-specific Input Arguments (Optional)
::*X
::*Y
::*Z (3D only)
::*rotX (3D only)
::*rotY (3D only)
::*rotZ





Latest revision as of 04:01, 12 November 2009

Commands

addLoadData LoadLabel $LoadLabel
addLoadData LoadTypeLabel UniformSine
addLoadData GMSineAccAmpl $GMSineAccAmpl
addLoadData PeriodSine $PeriodSine
addLoadData DurationSine $DurationSine
<addLoadData LoadDescription $LoadDescription >
<addLoadData GMdirection $GMdirection>
addLoad


Arguments

$LoadLabel
Unique Load Label for reference
$GMSineAccAmpl
Acceleration amplitude of sine wave
$PeriodSine
Period of sine wave input (in basic time units)
$DurationSine
Duration of input sine wave (in basic time units)
$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


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