Maximum and Minimum
The Maximum () and Minimum () coupling operators compute the maximum or minimum of an expression over selected geometric entities in the source and gives the maximum or minimum value of the expression in the argument over the source. The operator can be evaluated anywhere in the model. Two arguments can be given, and the returned value is then the value of the second argument evaluated in the max/min of the first argument. This is useful for evaluating, for example, the location of the maximum or minimum. In a 2D model where the temperature T is solved for, use the following syntax for the maximum operator maxop1 in a Global Evaluation node, for example, to get the x- and y-coordinate for the maximum of the temperature: maxop1(T,x)and maxop1(T,y). The Maximum and Minimum operators support the dest operator, which forces evaluation in the destination points instead of the source points (see dest). The default Operator name is maxop1 or minop1.
When a Max/Min Volume, Max/Min Surface, or Max/Min Line plot is used, the maximum and minimum values, along with the coordinates for the corresponding locations, appear in a table (underneath the plot with the default COMSOL Desktop layout).
Advanced
Select a Point typeNode points (the default), Integration points, or Lagrange points. The point type controls the choice of evaluation points — the result is more accurate with more points, but more points also means a slower evaluation.
If Integration points is selected, enter an Integration order. The default is 4. See integration order in the Glossary.
Select Lagrange points to compute the maximum or minimum by evaluating the expression in the argument at a finite set of points in the source and taking the maximum or minimum of these values. If it is selected, enter a Lagrange order. The default is 2.
Go to Common Settings for Nonlocal Couplings for information about the Operator name and Source Selection sections.
Deformation of a Feeder Clamp: Application Library path COMSOL_Multiphysics/Structural_Mechanics/feeder_clamp