Fill out the form to download

Required field
Required field
Not a valid email address
Required field
Required field
  • Set up your own cloud-native simulation in minutes.

  • Documentation

    The Mesher Doesn’t Respect the Mesh Size

    This article explains why Standard mesher does not take into consideration the defined mesh size and makes the mesh coarser.

    Before we start, we advise you to visit the documentation page on CAD preparation and upload. In addition, please visit the following Tutorial to learn how to use the standard mesher.

    What Happened?

    • The user defined the maximum element size (maximum edge length). However, the Standard mesher generated coarser mesh elements, which have a much higher size than what was defined.
    • The user defined the boundary layer (BL) size. However, the mesher generated thicker BL.
    • The user defined the boundary layer (BL) size. However, the mesher did not generate any BL.
    generated mesh where the standard mesher makes mesh coarses
    Figure 1: Generated mesh where maximum edge length is not taken into consideration during the meshing process
    example where local element refinements did not produce the intended element size
    Figure 2: Local element refinements produce larger than the assigned element size

    What Could Be the Possible Reason?

    This issue happens when a CAD model tolerance is too high:

    The model tolerance is something that all CAD kernels need because floating-point arithmetic inside a computer is inexact. Simply speaking, the tolerance of a vertex can be imagined as a bubble around the vertex with a given radius. Any other vertex that is inside the bubble will be logically merged with this one and they appear as one. This is used to close a model up, even if the numbers inside aren’t exactly equal.

    The model tolerances are adjusted by the kernel during model operations. Typically, the more inexact the modeling is, the larger the tolerances get reducing the model quality.

    The problem that arises during meshing is that model tolerance is a limiting factor to the mesh size. We cannot make the mesh smaller than the model tolerance, and for practical reasons, we need to keep a safety margin of about 10 x the tolerance. This means that a CAD model with very high tolerances cannot produce a fine mesh. It’s impossible.

    This error message may appear in the meshing log:

    model tolerance error message
    Figure 3: Meshing log error that appears once the desired fineness is lower than the model tolerance.

    What Can I Do Now?

    When “Improve data on import” is active during the CAD upload, we reduce the tolerances to the minimum possible, meaning the smallest bubble around each vertex without changing the model topology. This makes it possible to create a finer mesh and often provides a viable solution. However, the CAD upload can take a considerable amount of time when this option is used in very complex models. Therefore you may opt-out and reconsider in case you face issues in geometry handling or meshing.

    This feature is active as default in the CAD upload process, therefore the majority of these problems should have already been solved automatically. If this doesn’t help, some CAD tools also provide solutions. Check your CAD tools optimization functionality. Many CAD tools have “optimize edges” or similar features to optimize model tolerance.

    improve data on import
    Figure 4: Steps to activating improve data on import function during the CAD upload process

    Important Information

    If none of the above suggestions solved your problem, then please post the issue on our forum or contact us.

    Last updated: September 12th, 2022

    Contents