Element Lagrange Multipliers

From FEAP Wiki
Revision as of 15:48, 24 June 2025 by S g (talk | contribs)
Jump to navigation Jump to search

Consider wanting to move a node radially in the - plane by an amount given by a proportional load value. This can be accomplished by enforcing the constraint . To accomplish this we can create an element with one node and implement the constraint in the element.

Note that when using a mesh with this type of element in it, one needs to let FEAP know in the input file that there will be element Lagrange multipliers in the problem by setting the value of nad on the control record. Since we only have one constraint, there will be only one lagrange multiplier per point element

feap ** Point constraint example **
0 0 0 3 3 8 1

Or perhaps more clearly as

feap ** Point constraint example **
ndf = 3
ndm = 3
nen = 8
nad = 1