BuildingTcl -- addLoad: LoadTypeLabel UniformSine: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ link=BuildingTcl|right ==Commands == :addLoadData LoadLabel $LoadLabel :addLoadData LoadTypeLabel $LoadTypeLabel :addLoadData $RequiredA…')
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:


:addLoadData LoadLabel $LoadLabel
:addLoadData LoadLabel $LoadLabel
:addLoadData LoadTypeLabel $LoadTypeLabel
:addLoadData LoadTypeLabel UniformSine
:addLoadData $RequiredArgument1Label $RequiredArgument1Value
:addLoadData GMSineAccAmpl $GMSineAccAmpl
:addLoadData $RequiredArgument2Label $RequiredArgument2Value
:addLoadData PeriodSine $PeriodSine
:
:addLoadData DurationSine $DurationSine
:<addLoadData $InputArgument1Label $InputArgument1Value>
:<addLoadData LoadDescription  $LoadDescription >
:<addLoadData $InputArgument2Label $InputArgument2Value>
:<addLoadData GMdirection $GMdirection>
:…
:'''addLoad'''
:'''addLoad'''


Line 16: Line 15:
==Arguments ==
==Arguments ==


*'''$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)


*'''$LoadTypeLabel''': Specifies which LoadType is being used.
;$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