Replies: 2 comments 2 replies
-
|
Hi,I also encountered the same issue when using the 2025 version. The problem occurred when I directly worked on a model that had been saved as a copy and only made some modifications to it before submitting for calculation. However, when I created a new model file and redefined the material properties, this issue did not appear. This behavior is indicative of a potential bug. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I’ve run into an issue when setting up staged calculations in Anura3D.
If the total number of loadsteps is below 100, the calculation proceeds normally across all stages. However, once the total number of loadsteps exceeds 100, the calculation finishes the current stage correctly (also >>100 steps), but any subsequent stages do not start.
The solver output doesn’t show an error - it just prints “Calculation finished” - but the stages after loadstep 100 are never executed.
I did notice that the ReadCalculationData.for file contains a warning about a critical value of 100 loadsteps: "CPS file: $$NUMBER_OF_LOADSTEPS is larger than 100."
Why does this limitation of 100 loadsteps exist?
Is there a way to define stages that begin after loadstep 100, or to increase this limit?
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions