NodalLoad Command: Difference between revisions
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 |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | {{CommandManualMenu}} | ||
This | 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" | ||
| ''' 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 | # 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: <span style="color:blue"> fmk</span> |
Latest revision as of 20:52, 29 July 2011
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
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:
- 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