FixedLength

The Lagrange multiplier method can be used to define constraints. Extra storage is required for the so-called auxiliary border stiffness matrix. The constraint is satisfied exactly.

The FixedLength2D and FixedLength3D constraints behave similar to the Tie element, the nonlinear constraint is implemented via Lagrange multiplier method.

The position x\mathbf{x} of a given node can be expressed as the summation of coordinate d\mathbf{d} and displacement u\mathbf{u}.

x=d+u.\mathbf{x}=\mathbf{d}+\mathbf{u}.

The constraint enforces that

xixj=didj.\Big|\mathbf{x}_i-\mathbf{x}_j\Big|=\Big|\mathbf{d}_i-\mathbf{d}_j\Big|.

It shall not be used with global damping models in dynamic analysis since it alters the frequency distribution, leading to an unintended damping response. Only damping models that do not depend on system properties can be used.

Syntax

fixedlength2d (1) (2) (3)
fixedlength3d (1) (2) (3)
constraint fixedlength2d (1) (2) (3)
constraint fixedlength3d (1) (2) (3)
# (1) int, unique constraint tag
# (2) int, node tag
# (3) int, node tag

Example

two cantilever beams

A vertical load is applied to the free end of the top beam. The free ends of the two beams are connected by a FixedLength2D constraint.

Last updated