BuildingTcl -- addLoad: LoadTypeLabel Gravity: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
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 Gravity
:addLoadData $RequiredArgument1Label $RequiredArgument1Value
:<addLoadData LoadDescription $LoadDescription>
:addLoadData $RequiredArgument2Label $RequiredArgument2Value
:<addLoadData InertialMassFactor $InertialMassFactor>
:…
:<addLoadData $InputArgument1Label $InputArgument1Value>
:<addLoadData $InputArgument2Label $InputArgument2Value>
:…
:'''addLoad'''
:'''addLoad'''


Line 16: Line 12:
==Arguments ==
==Arguments ==


*'''$LoadLabel''': Unique Load Label for reference
;$LoadLabel : Unique Load Label for reference
;$LoadDescription : Text. Optional, default = blank {}
;$InertialMassFactor: Inertial Mass Factor used to scale the gravity loads for inertial masses (to represent gravity-frame inertial-mass). Optional, default = 1.0


*'''$LoadTypeLabel''': Specifies which LoadModel is being used.
*'''$RequiredArgument1Label $RequiredArgument1Value ...''' :Labels and corresponding values for LoadModel-specific required argument.
*'''$InputArgument1Label $InputArgument1Value …''' : Labels and corresponding values for LoadModel-specific Input Arguments (Optional)




Line 38: Line 31:


----
----
[[BuildingTcl -- addLoadCombination]]
[[BuildingTcl -- addLoad]]


Return to [[BuildingTcl Command Language Manual]]
Return to [[BuildingTcl Command Language Manual]]

Latest revision as of 06:06, 1 November 2009

Commands

addLoadData LoadLabel $LoadLabel
addLoadData LoadTypeLabel Gravity
<addLoadData LoadDescription $LoadDescription>
<addLoadData InertialMassFactor $InertialMassFactor>
addLoad


Arguments

$LoadLabel
Unique Load Label for reference
$LoadDescription
Text. Optional, default = blank {}
$InertialMassFactor
Inertial Mass Factor used to scale the gravity loads for inertial masses (to represent gravity-frame inertial-mass). Optional, default = 1.0


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