EqualDOF command: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to construct a multi-point constraint between nodes. {| | style="background:yellow; color:black; width:800px" | '''equalDOF $rNodeTag $cNodeTag $dof1 $dof2 ...''' |...) |
No edit summary |
||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to construct a multi-point constraint between nodes. | This command is used to construct a multi-point constraint between nodes. | ||
Revision as of 21:19, 3 March 2010
- 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 multi-point constraint between nodes.
equalDOF $rNodeTag $cNodeTag $dof1 $dof2 ... |
$rNodeTag | integer tag identifying the retained, or master node (rNode) |
$cNodeTag | integer tag identifying the constrained, or slave node (cNode) |
$dof1 $dof2 ... | nodal degrees-of-freedom that are constrained at the cNode to be the same as those at the rNode |
Valid range is from 1 through ndf, the number of nodal degrees-of-freedom. |
EXAMPLE:
equalDOF 2 3 1 3 5;
- impose the displacenebts at dof's 1,3 and 5 of node 3 to be the same as those of node 2.
Code Developed by: fmk