Fix command: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to construct single-point homogeneous boundary constraints. {| | style="background:yellow; color:black; width:800px" | '''fix $nodeTag (ndf $constrValues)''' |} ---...) |
No edit summary |
||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to construct single-point homogeneous boundary constraints. | This command is used to construct single-point homogeneous boundary constraints. | ||
Latest revision as of 21:18, 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 single-point homogeneous boundary constraints.
fix $nodeTag (ndf $constrValues) |
$nodeTag | integer tag identifying the node to be constrained |
$constrValues | ndf constraint values (0 or 1) corresponding to the ndf degrees-of-freedom. |
0 unconstrained (or free) | |
1 constrained (or fixed) |
EXAMPLE:
fix 1 1 1 1 1 1 1; # node 1: fully fixed
fix 2 0 1 0 0 1 0 # node 2: homogeneous constraints (movement = 0) at dof 2 and 5 only.
Code Developed by: fmk