NodalLoad Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '{{CommandManualMenu}} This commnand is used to construct a NodalLoad object. {| style="background:yellow; color:black; width:800px" | ''' load $nodeTag (ndf $LoadValues) ''' |...')
 
No edit summary
Line 1: Line 1:
{{CommandManualMenu}}
{{CommandManualMenu}}


This commnand is used to construct a NodalLoad object.
This comnand 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"  
| ''' load $nodeTag (ndf $LoadValues) '''
| ''' load $nodeTag (ndf $LoadValues) '''
|}
----
{|
|  style="width:150px" | '''$nodeTag''' || tag of node to which load is applied.
|-
|  '''$loadvalues''' || ndf reference load values.
|}
|}




NOTES:
NOTES:
# The command to generate a LoadPattern contains in '''{ }''' the commands to generate all the loads and single-point constraints..
# The load values are reference loads values, it is the time sereries 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: <span style="color:blue"> fmk</span>

Revision as of 00:11, 13 March 2010




This comnand 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 sereries 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