FixY command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | {{CommandManualMenu}} | ||
This command is used to construct multiple homogeneous single-point boundary constraints for all nodes whose | This command is used to construct multiple homogeneous single-point boundary constraints for all nodes whose y-coordinate lies within a specified distance from a specified coordinate. | ||
{| | {| | ||
Line 10: | Line 10: | ||
{| | {| | ||
| style="width:150px" | '''$ | | style="width:150px" | '''$yCoordinate ''' || y-coordinate of nodes to be constrained | ||
|- | |- | ||
| '''$constrValues ''' || ndf constraint values (0 or 1) corresponding to the ndf degrees-of-freedom. | | '''$constrValues ''' || ndf constraint values (0 or 1) corresponding to the ndf degrees-of-freedom. |
Latest revision as of 19:48, 13 September 2017
- 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 multiple homogeneous single-point boundary constraints for all nodes whose y-coordinate lies within a specified distance from a specified coordinate.
fixY $yCoordinate (ndf $ConstrValues) <-tol $tol> |
$yCoordinate | y-coordinate of nodes 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) | |
$tol | user-defined tolerance (optional, default = 1e-10) |
EXAMPLE:
fixY 0.0 1 1 1 1 1 1; # fully restrain all nodes in x=z plane at origin (y=0.0)
Code Developed by: fmk