In Simulation (FEA), sharp re-entrant corners can produce stress singularities. That means, the more you mesh a corner, the bigger the stress value will be for a few elements in that corner... never converging to a maximum stress value!


To prevent that singularity, we need to apply very small fillets to the corners and refine the mesh in those areas. The problem here is, sometimes we simulate assemblies, and there is no "Assembly Fillet" feature to apply. Even if there was one, we probably would only want to include those needed fillets for the simulation sake, and not carry those over to the actual model.
Right now the workaround for this is using "Create Simplified Part" to generate an IPT out of a given assembly, then apply fillets to it and simulate on that IPT. This approach also has limitations, given that some 3D models might require different contact types than bonded (as they become if converting all into a single IPT "blob").