Models that run in Radioss will not run in OpenRadioss #2946
-
Hello everyone, This is just a general question on the differences between Radioss and OpenRadioss. I was not able to find any discussion about this, so here goes: I have a model that runs perfectly well on Radioss (4 cores). If I take that same model, and run it using OpenRadioss, it crashes on the first step (does go through starter successfully and both are 2024 versions). This is true regardless the number of cores I use in OpenRadioss. Since I have even tried using the same files in the same directory - just pointing to the alternate solver - I can only come to the conclusion that there must be some difference between Radioss and OpenRadioss and the way they work with the model (the .out files seem identical up to the crash though...). One thing that has caught my eye is the fact that there seem to be components used by Radioss that are not found in the OpenRadioss directory. These are things located through the setting of environment variables: For Radioss... export RADIOSS_PATH=/opt/altair For OpenRadioss... export OPENRADIOSS_PATH=/opt/OpenRadioss2024 Does OpenRadioss not use Templex or Radflex? Does it need them? Why this difference if the two are the same? I have run large models successfully on OpenRadioss, generated both with Hypermesh as well as externally, so I just don't understand why this would happen. Naturally, I am fairly new to Radioss/OpenRadioss... I would appreciate anything anyone can tell me about this. Has anyone else seen this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Dear Marco, Thanks a lot for your interest in OpenRadioss and Radioss ! In short there is no big difference between Radioss and OpenRadioss in term of capabilities, excepted, few things like the encryption and also the license check only active in Radioss commercial. I would recommend you to test latest stable build and if the error is still there, then, please, try to share a reproducer of the failing example in order to have some developer looking at it. Kind Regards, Eric |
Beta Was this translation helpful? Give feedback.
-
Dear Eric, Thank you for your answer. I did go look at your presentation and I am registered to attend this year's open day remotely. I also downloaded the latest stable executable and tried running the model (explicit parts) but had no success. So, I have attached a reduced model that I have verified runs on Radioss (4 cores) but could not get to run on the latest OpenRadioss. You should know that eventually I would need to run the whole analysis as an implicit analysis because of the long simulation time. This should be ok also because the velocities involved are very low. I am trying to simulate a string of tools running in/out of an oil well. This is something I was running with LS-Dyna before I decided to switch to Radioss/OpenRadioss. The model I have attached is a much reduced version of the model I would actually be running. The model is currently run in 3 phases:
The model is generated by a script. In Radioss, all 3 phases run out of the box. In OpenRadioss I cannot get it to run. I have tried both running on a 2024 version which I compiled to include the MUMPS solver as well as making it all explicit and running on the latest stable executable. I would be immensely grateful if someone could help me understand why this is. Best regards |
Beta Was this translation helpful? Give feedback.
-
Since I got a resolution to this problem from Mathis, I thought I'd record it here in case anyone else unfamiliar with the problem is looking for an answer. I was trying to run a model consisting of beams and shells. Consequently, I requested a number of results including /H3D/ELEM/TENS/STRAIN. It turns out that while this produces no problem in Radioss, it does result in an issue in OpenRadioss. As soon as I removed this request, at Mathis's indication, the model ran also on OpenRadioss using the MUMPS solver. Bottom line of Mathis's advice - if the run stops immediately, go look at the list of H3D or ANIM requests and identify if one of these requests is causing the problem. It's not always the issue, but it is an easy one to find if it is there. Thank you Mathis. |
Beta Was this translation helpful? Give feedback.
-
Thanks Marco for the confirmation and appreciated feedback and thanks Mathis for the support! The dev team is looking at the specific issue with H3D option and will provide a fix later on. |
Beta Was this translation helpful? Give feedback.
Since I got a resolution to this problem from Mathis, I thought I'd record it here in case anyone else unfamiliar with the problem is looking for an answer.
I was trying to run a model consisting of beams and shells. Consequently, I requested a number of results including /H3D/ELEM/TENS/STRAIN. It turns out that while this produces no problem in Radioss, it does result in an issue in OpenRadioss. As soon as I removed this request, at Mathis's indication, the model ran also on OpenRadioss using the MUMPS solver.
Bottom line of Mathis's advice - if the run stops immediately, go look at the list of H3D or ANIM requests and identify if one of these requests is causing the problem. It's not al…