
Figure - 1

Figure - 2
I have attached the input files used. Please let me know where am I going wrong.
Thanks,
Mriganabh
Also, notice that, even though your linear iterations are converging, your nonlinear iterations are not. Either the nonlinear relative or absolute tolerances must be satisfied, whichever comes first.
--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mastodon-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mastodon-users/f2b8e5e1-4630-43c7-93dc-20876a2559d1%40googlegroups.com.
Hi Mriganabh,As Chris mentioned, the nonlinear residuals are not decreasing as fast. So unless the nonlinear residual are less than 1e-6, the solve is not converged.How is the beam connected to the solid elements? Are the beam nodes merged with solid elements at the center of the top face? Most often the convergence issue at the first time step is because something is not connected properly in the mesh and this results in rigid body modes.Regards,Swetha
On Thu, 4 Jun 2020 at 08:48, Christopher Wong <crswo...@gmail.com> wrote:
Also, notice that, even though your linear iterations are converging, your nonlinear iterations are not. Either the nonlinear relative or absolute tolerances must be satisfied, whichever comes first.
--
https://mooseframework.org/mastodon
https://github.com/idaholab/mastodon
---
You received this message because you are subscribed to the Google Groups "mastodon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mastodo...@googlegroups.com.