calculation error #7
-
Beta Was this translation helpful? Give feedback.
Answered by
FrancescaCeccato
May 30, 2022
Replies: 1 comment 1 reply
-
Usually this error means that the algorithm cannot find a new element for a moving material point. This can be because the point is moving too fast, so maybe there is an instability issue, or loading is not correct, or boundary conditions are not correctly applied. However, in this case it is happening at the fist time step, so I think there must be an error in the geometry and mesh, maybe you have duplicate entities. Try to regenerate your model from scratch. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hekungeo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually this error means that the algorithm cannot find a new element for a moving material point. This can be because the point is moving too fast, so maybe there is an instability issue, or loading is not correct, or boundary conditions are not correctly applied. However, in this case it is happening at the fist time step, so I think there must be an error in the geometry and mesh, maybe you have duplicate entities. Try to regenerate your model from scratch.