SMOOTH_LENGTH
(optional) define flag for smoothing length definition
In the alias section, the
SMOOTH_LENGTH flag references a smoothing length for the boundary element it is attached to.
Prerequisite: this method of assigning and defining the smoothing length only works if the UCV parameter
USER_h_funct is either set to
else the statements do not have an effect.
Depending on the type of boundary element, the behaviour is different:
-
- If SMOOTH_LENGTH is attached to a point BND_point, then the condition defined in the SMOOTH_LENGTH will be evaluated with respect to that point.
- If SMOOTH_LENGTH is used on triangulated boundaries (BND_tria), MESHFREE will sample several positions on this boundary element and the condition defined in SMOOTH LENGTH will be defined with respect to these positions.
The smoothing length applies to all points within the
CHAMBER. If multiple smoothing lengths per chamber are defined and attached, then for each point in the chamber all smoothing lengths are evaluated and the final smoothing length is the minimum over all smoothing lengths.
This functionality can for example be used to refine locally around boundary elements.
Warning : Applying a smoothing length to a large geometry is computational very expensive and thus will significantly slow down
MESHFREE in its pointcloud organization step. So it is good practice to avoid assigning a
SMOOTH_LENGTH to large boundary elements.
Example 1: Constant smoothing length attached to a point
Example 2: Local spherical refinement around boundary alias "RefineAroundThisBE"
See
SmoothingLength for more information.