NodalLoad Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CommandManualMenu}}
{{CommandManualMenu}}


This comnand is used to construct a NodalLoad object and add it to the enclosing LoadPattern.
This command is used to construct a NodalLoad object and add it to the enclosing LoadPattern.


{| style="background:yellow; color:black; width:800px"  
{| style="background:yellow; color:black; width:800px"  
Line 17: Line 17:


NOTES:
NOTES:
# The load values are reference loads values, it is the time sereries that provides the load factor. The load factor times the reference
# The load values are reference loads values. It is the time series that provides the load factor. The load factor times the reference
values is the load that is actually applied to the node.
values is the load that is actually applied to the node.



Latest revision as of 20:52, 29 July 2011




This command is used to construct a NodalLoad object and add it to the enclosing LoadPattern.

load $nodeTag (ndf $LoadValues)

$nodeTag tag of node to which load is applied.
$loadvalues ndf reference load values.


NOTES:

  1. The load values are reference loads values. It is the time series that provides the load factor. The load factor times the reference

values is the load that is actually applied to the node.


Code Developed by: fmk