Sp Command: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This comnand is used to construct a single-point constraint object and add it to the enclosing LoadPattern. {| style="background:yellow; color:black; widt...') |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | {{CommandManualMenu}} | ||
This | This command is used to construct a single-point constraint object and add it to the enclosing LoadPattern. | ||
{| style="background:yellow; color:black; width:800px" | {| style="background:yellow; color:black; width:800px" | ||
Line 8: | Line 8: | ||
---- | ---- | ||
{| | {| |
Latest revision as of 13:44, 10 June 2016
- 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 single-point constraint object and add it to the enclosing LoadPattern.
sp $nodeTag $dofTag $dofValue |
$nodeTag | tag of node to which constraint is applied. |
$dofTag | the degree-of-freedom at the node to which constraint is applied (1 through ndf) |
$dofValue | reference constraint value. |
NOTES:
- The $dofValue is a reference value, it is the time series that provides the load factor. The load factor times the reference
value is the constraint that is actually applied to the node.
Code Developed by: fmk