Previous Topic

Next Topic

Book Contents

fixZ Command

This command is used to construct multiple homogeneous single-point boundary constraints for all nodes whose z-coordinate lies within a specified distance from a specified coordinate.

fixZ $zCoordinate (ndf $ConstrValues) <-tol $tol>

For example, this command is used when specifying boundary conditions for a series of nodes lying in a plane parallel to the x-y plane in global coordinates.

$zCoordinate

z-coordinate of nodes to be constrained

$ConstrValues

constraint type (0 or 1). ndf values are specified, corresponding to the ndf degrees-of-freedom.

The two constraint types are:

 

0

unconstrained

 

1

constrained

$tol

user-defined tolerance (optional, default = 1e-10)

EXAMPLE:

fixZ 0.0 1 1 1 1 1 1 -tol 0.1; # fully restrain all nodes in x-y plane at origin (z=0.0)

Previous Topic

Next Topic