Disc is fixed at nodes at peripheral surface. A Rigid Body is created with reference point at center and referred to nodes at bolt holes.
A moment load is applied at reference point.
NLGeom is switched on.
My query is as follows:
When I use a moment value of smaller magnitude (~10Nmm) the solution converges without any problem. But when I change magnitude of moment to (~10000 Nmm), the solution is not converging at all.
If there’s no plasticity then geometric nonlinearity causes non-convergence. It can be the case when loads are too high (physically unrealistic or just entering levels too unstable for Newton-Raphson method to converge - e.g. bifurcation). Check the deformation of the disc at lower loads (displacements, strains and deformed shape with true scale) to see what happens with it. If the disc is made of rubber or something like that and supposed to deform significantly at not so high loads then you should use a different material model - hyperelasticity.
Can you share the .pmx file ? The best way to compare with Abaqus is to export the .inp file from PrePoMax, modify it to fit Abaqus syntax and submit there. Did you do that or just recreated the model in Abaqus ?
Yes, membrane elements were created to capture surface stress. I quickly tried now by deleting membrane elements and to surprise it converged like a charm. I used same moment load.
Membrane elements, like all 1D and 2D elements in CalculiX, are expanded into solid elements. This may cause some issues but usually only with accuracy or overconstraint. Membrane elements in CalculiX work like shells but they also have hinges at their nodes. Maybe try with shell elements instead but this approach might be tricky in CalculiX due to the aforementioned expansion.
Using membrane elements in my experience, is really hard in CalculiX. But in your case, I would think this could be done. What if you remove the membrane elements at the connections to the rigid body? Or try to define a rigid body without the nodes of membrane elements?
membrane element can not sustain bending, however the screenshot shown it has layered trough thickness, and it may the source of problem but i did not check further.
I was curious about this approach, and I have given it a try.
It works for me including the nodes on the rigid body but thickness of the membrane layer had to be small. It also accepts some offset. If not, there are some negative Jacobians.
NLGEOM=ON is never ending but I’m not sure why. Very slow convergence going back and forth continuously. Displacement correction is very small (10-6). That’s something local.
Maybe the fact that my membranes are quadratic do not help. Midside nodes mmmmh …maybe membrane midside nodes are flapping here.
With NLGEOM=OFF it has converge fine with thickness <1% and an offset of 0.5.
Questions: Is it possible to see the thickness of the expanded shell elements on the result?
Thanks.
I don’t think Output=2D should be the default option.
“If OUTPUT=2D the fields in the expanded elements are averaged to obtain the values in the nodes of the original 1d and 2d elements. In particular, averaging removes the bending stresses in beams and shells. Therefore, default for beams and shells is OUTPUT=3D”
Yes, it can be beneficial in some cases. Especially for fatigue analyses. This way we reduce errors due to extrapolation from integration points to nodes of solid elements and sometimes can even use just the covering elements themselves (in fatigue simulation software). Abaqus has a nice feature for that - skin reinforcements. You just select the faces of a solid part and assign a shell or membrane section to them while Abaqus takes care of the rest, creating a layer of such elements.
Default for shells is 3D. For other 2D elements, it’s 2D.