I just wanted to post an example comparing results from Calculix and Nastran, as I have the opportunity to test NX Nastran for a limited time for my company. The example shows a simple contact scenario between a pin and a lug. The same mesh was used for both simulations, with coincident nodes and elements in the contact area.
Using default settings, Nastran (SOL 101 and linear contact—i.e., no stiffness updates) required 6 iterations and 50 seconds, whereas Calculix took 10 iterations and 79 seconds.
My only aim is to highlight the excellent agreement between the results
I guess this version of Nastran doesn’t support hex meshes ?
What type of contact did you use in CalculiX ?
For linear and mildly nonlinear cases like this, I would indeed expect CalculiX to provide very good agreement with other solvers. Maybe apart from more complex contact conditions and if contact surface smoothing is used in Abaqus.
Fully integrated C3D8. The elements are clearly unsuitable for CPRESS in this situation (same with C3D8I), the magnitude of the deviation surprised me somewhat.
Thanks. Tomorrow, I can check it in Abaqus. Second-order elements may not work well in contact, but it seems that linear elements are not sufficient to capture the curvature and contact pressure here.
It’s nice that it converges even with force control, apparently thanks to aligned meshes.
After changing the methode to “node to surface” or mortar, the results obtained with C3D8 elements fall within the expected range. Consequently, the combination of C3D8 elements and surface to surface method appears to be the source of the problem in this case.
CPRESS node to surface = 54.94
CPRESS mortar = 49.71
Mortar contact should indeed provide better CPRESS results thanks to Lagrane multipliers approach. But node-to-surface is usually much worse in terms of that, at least in Abaqus:
This is pure speculation, but I suspect that the linear hex elements in Calculix are stiffer compared to the same kind of elements in other solvers. Since the example essentially involves a line contact, I surmise that the “stiffer effect” does not come into play to the same extent when only the slave nodes are in contact (?)
As further comparison (linear hexa/full integration); the solution on the left is from Code Aster (surface-to-surface), right from Calculix (node-to-surface):
That’s very likely. C3D8 elements are known for shear locking, while C3D8R may exhibit hourglassing.
This also makes sense. Surface-to-surface contact takes into account a much larger area, and if the underlying elements are too stiff, it may increase the error.