Velocity field started diverging, why?

Hi, if you follow the workflow described in this article, you will notice that the simulation is diverging around the undercarriage part.

There are a bunch of thin sections which seem to have a fairly low resolution (probably due to the wrap operation). Those sections are probably creating bad mesh elements which ultimately lead the simulation to diverge.

Here are some workflows that come to mind:

  1. Using a .step file instead of .stl and avoiding wrap operations. If the CAD is clean (no small faces/gaps) you can probably use the standard meshing tool
  2. Having a bad surface resolution (which is the current scenario that you have) is not a good idea, but the hex dominant meshing tool would be more likely to give you a successful run than the standard meshing tool, due to the order at which the mesh cells are created

PS: the doc page that I linked is rather generic and could be used for any divergence issue that you happen to run into.

Cheers