Update: loop parallelisation (instead of domain) seems to work, although less efficiently. If anyone has a better way of parallelising (with domains) using the .env settings above, please advise! :)
Thank you FEA Way,
I have no idea how to do this, zero experience with overwriting settings using the .env files. I tried: can't find where this variable is and I don't know how to modify it. What does "set to ON" mean? Do I write XPL_LINK_NOMERGE = ON? Or = True?
Abaqus could make our lives...
Hi and sorry to join the party so late. I've had my own fair share of parallelisation errors, the last one being "domain decomposition error":
I submit my model to the cluster with 5 cores, parallelisation in 5 domains, dynamic load balancing=off (because I have a job restart), mp_mode =...
Yes, already doing that (with the default linear energy dissipation). It seems to work with beam elements (huge loss of stiffness as expected) but I cannot choose element removal in CAE or in the .inp file, is this normal?
When I apply it to shell elements I still can't cause this stiffness...
Thanks FEA way,
So to achieve the stiffness degradation I would have to use a damage model. However the same as the above (i.e. no failure) happens when I implement the Hashin criterion. I don't see what is so wrong...
Hi,
I'm trying to implement material failure in its simplest form, as it is available in Abaqus/CAE at the elasticity table (fail stress). Even when I put small values (e.g. 0.2), the analysis shows my slab reaching a stress of 68 without failing. Where am I wrong? How can I correctly implement...
I need to dig into that. It looks like actual parts are excessively deforming indeed (even breaking). Connectors are broken, so no issues there. I have no material failure, so it's weird that the elements themselves would break. Maybe the solver is going a little crazy due to contacts? The only...
I have had no luck trying to contact 3DS before. Also, our cluster support receive no support for Abaqus, apparently. I will try contacting another IT department.
Thank you for the tips. If you have any other ideas please let me know..
Konsti
Hi,
There is a sudden change at that moment, as two connector break and the structure is accelerating. However, I'm surprised that this is causing an error in the explicit solver, which is supposed to be working well in such sudden changes, and if fact it has most of the time in my experience...
Hi,
Can anyone help me understand why is Abaqus issuing an "excessive rotation" error and aborting an analysis, when this analysis is using the explicit dynamic solver? You can find attached the error from the status file screenshot. I also attach the message file with a warning about the...
Hello,
Anyone with high performance computing experience here? I am executing a large Abaqus/Explicit model in a cluster using the following command:
bsub -J Abaqus_solve -W 4:00 -n 5 -R "rusage[mem=4096]" abaqus job=3Dframe input=3Dframe.inp cpus=5
The memory setting is 80% by default so I'm...
A bit late in this party, but I would like to note that I use connectors a lot and it took me a while to understand how to connect them to the rest of my model. What I do now is divide and mesh my elements such that I connect mesh nodes (and not points) together.
Are you saying that using the python interpreter I cannot import connectors and the only way would be to edit the .inp file? I am scripting my model entirely and this would mean a lot of trouble: I would have to generate the model .inp file using python (without the initial state), then go into...
Thank you again.
The initial state only accepts instances and not elements or sets, I could not figure out how to do it manually or using the python interpreter. Also the documentation seems very poor on how to do this, unless I am missing a specific chapter somehow.
However, looking more...
Hi and thank you for the continuing help.
I don't understand the above: I have created a copy of the model, so the connectors are already there. I imported the initial state using a predefined field, but this can only be applied to meshed elements, not connectors (I can't even select them in...
Thank you, I seem to be getting the hang of it now.
One more question regarding the import details: I see a lot of details need to be taken care of regarding the materials, connectors, etc. In my case for example, the connector forces and displacements are *not* transferred to the new analysis...