Add a Constraint node (

) under
Definitions >
Equation Contributions in a model component to add a constraint on a selection. You can also add the same type of node to a physics interface as an auxiliary equation contribution. The only difference is how the node is treated in study step settings: a node under
Definitions can be controlled individually; a node inside a physics interface is treated as part of the interface.
There are three versions of the Nitsche method. The basic method is the incomplete formulation which adds a two-term penalty acting as a generalized constraint force. One of the terms is a simple stiff-spring-like penalty which penalizes violation of the constraint. The second term is equal to the normal component of the interior flux, evaluated at the boundary. The incomplete formulation tends to be most stable but allows some degree of constraint violation.
The symmetric and
skew-symmetric formulations add a third term which on the discrete level is either the transpose of the second term (in the symmetric case) or the transpose with a reversed sign (in the skew-symmetric case). These methods tend to be less stable but have other advantages: the symmetric formulation preserves the matrix symmetry of an otherwise symmetric problem while the skew-symmetric formulation can in some cases ensure that the constraint is satisfied exactly.
The Settings window contains the following sections:
Select the Geometric entity level of the selection on which the constraint is to be enforced. The default level is the
Boundary level, effectively making the feature a boundary condition.
If the component where the constraint is added contains attached extra dimensions, optionally select a valid attached dimension from the Extra dimension attachment list and specify a selection in the attached extra dimension. This will also filter the base selection, which will be applicable only where the extra dimension has been attached.
When the Geometric Entity Level is set to
Boundary and the
Constraint type to
Nitsche method, you can extend the selection to include all boundaries between individual mesh elements inside a domain selection. Note that the selection is specified on the domain level, but the resulting selection is still a boundary selection.
Enter a Constraint expression which is to be forced to equal zero on the selection. By default, the constraint is enforced using a
Symmetric reaction term such that the symmetry of an already symmetric system of equations is preserved. If some other form of
Reaction terms is desired, select
User defined and enter a custom
Constraint force expression.
Choose a Constraint type to decide how the constraint will be enforced. For the default
Pointwise option, constraints are enforced by elimination at each constraint point in each element. To assemble only one constraint at any point in the selection, change
Constraint method from the default
Elemental to
Nodal.
When using Weak constraints, specify a
Lagrange multiplier name. The default name is auto-generated based on the node tag. The Lagrange multiplier can be used in postprocessing for evaluating the generalized reaction force or flux on the constrained selection.
For the Nitsche method, which is only available for a selection on the
Boundary level, you should provide expressions for the
Interior flux. The components will be interpreted as a vector in the chosen
Reference frame. If you leave the flux as the default zero vector, then the Nitsche method will revert to a simple penalty or “stiff spring” implementation. This will allow larger constraint violations, but may be useful for debugging purposes.
Penalty factor control is by default
Automatic. The penalty factor in the method will then be decided based on geometry dimension, mesh size and a supplied
Effective stiffness. The effective stiffness is expected to be an estimate of the diffusive term in the equation being constrained. For example it would be the heat transfer coefficient in a heat diffusion problem, or Young’s modulus in solid mechanics. Alternately, you can choose
User defined and supply your own
Penalty factor expression.
By default, a Skew-symmetric constraint
Formulation is used. This will give the highest accuracy for a basic diffusion problem but is not suitable for all equations. To improve stability, choose
Incomplete, or choose
Symmetric to preserve the symmetry of the system of equations.
Pointwise and weak constraints require a discretization which matches the dependent variables in the constraint expression. First select a Shape function type. Which options are available depends on the geometry dimension, the geometric entity level of the current selection, and whether there is an extra dimension attached to the selection. The default is
Lagrange shape functions.
Choose a fixed Element order from the list of orders allowed for the selected shape function and selection, or choose
User defined to show an
Order field where you can enter a parameter expression. The default order is
Quadratic when allowed, otherwise the lowest allowed order. A user-defined order expression must always evaluate to an integer corresponding to one of the allowed orders. The purpose of the
User defined option is only to make it easier to control the order programmatically, for example from a
Parametric Sweep study step.
Choose a suggested Integration order or
User defined which will expose the
Order expression field. The suggested even orders from
0 to
8 are available in all dimensions. The default is
4 which is appropriate for a second-order equation using quadratic shape functions. An order entered as a user-defined parameter expression must evaluate to an integer, but may be odd. The maximum order depends on the space dimension. It is
30 in 2D and
14 in 3D.
Choose a frame from the Integrate on frame list to set the volume element in the weak form integral. The default is
Spatial.