x

ADONIS:
Version 3.90.11 (Released at 07/28/2025)
- A new capability has been implemented to ensure moment continuity between two separate beam elements that share the same structural node

HYRCAN:
Version 3.0.4 (Released at 11/07/2025)
- Bug in apply command has been fixed.
- Japanese translation has been implemented thanks to Nirmal Raj Joshi.

Version 3.0.3 (Released at 10/31/2025)
- Ordinary/Fellenius method is included to the program.
- The bug related to handling passive anchors has been fixed.
- The bug related to show slice data dialog has been fixed.
- Italian translation has been modified.
- Tutorial #11 has been translated into Turkish, thanks to Umut Dağar.


Model convergence(Read 193 times)
Model convergence on: November 19, 2025, 09:02:41 pm
Hello,
I am trying to model a simple problem where a very large vertical stress is being applied to a steel plate placed on a thin asphalt layer overlying various pavement and subgrade layers.
I suspect the model isn't converging but am unable to identify the source(s) of the issue.

Would you be able to take a quick look at my script and point out glaring problems?

Many thanks.



Re: Model convergence Reply #1 on: November 20, 2025, 06:55:38 am
Hi,

I made a simple change to your script at line 30. The Nodal Mixed Discretization (NMD) method uses an averaging technique to smooth strain across elements, but when two materials have a large stiffness contrast (steel and soil), the averaging becomes unreliable and produces distorted results. For this reason, I turned useNMD off. Please note that NMD is applicable only to T3 meshes; Q4 meshes do not require any averaging method to improve accuracy.

The revised script is attached.

-Roozbeh




Re: Model convergence Reply #2 on: November 20, 2025, 04:05:33 pm
Hello,
Thank you very much for your help with this.

Best wishes.