x

ADONIS:
Version 3.90.14 (Released at 02/27/2026)
- Bug in assign property dialog is fixed.

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.


Culvert(Read 805 times)
Culvert on: February 16, 2026, 04:53:06 pm
Hello, I'm trying to model a culvert. The idea is to check the Axial, Moment and Shear in the structure at different backfill stages.
The script below is in the final condition but there are already some lines for the phases.
Even in the final stage only I'm struggling. Also I tried to excavate all the material and to check the arch only since I know the results I should get. But still no convergence (or no correct effort laws).
« Last Edit: February 17, 2026, 01:04:32 pm by giofed »



Re: Culvert Reply #1 on: February 16, 2026, 08:20:22 pm
Hi, Could you please attach the script file instead of copying and pasting the commands into the message body?



Re: Culvert Reply #2 on: February 17, 2026, 01:05:33 pm
Hello,

Yes of course, I have uploaded the scripts.

Best



Re: Culvert Reply #3 on: February 17, 2026, 02:18:23 pm
I reviewed your model. You?re using very high cohesion and tensile strength values for the soil, which essentially makes it behave elastically.

Keep in mind that ADONIS uses a quasi-static (time-marching) technique to solve the problem. In cases with elastic materials and high stiffness, the model tends to oscillate around equilibrium, and it can take more than 100,000 steps to converge.

I recommend increasing the maximum number of steps in the settings from 100,000 to 1e6 (or higher) and allowing the analysis to run longer. As mentioned, this will significantly increase the runtime, but the equilibrium ratio should gradually decrease and eventually converge.

To increase the default step limit, use the following command:

set("steplimit",1000000)