what is this error?
i checked graphicsconfig.env for setting hardwareacceleration to off and it was already off, yet it is still making this error,
all forumes offer that hardwareacceleration. yet it does not work for me.
any solution?
Hi Nima,
In order to avoid ABAQUS ipc connection error, place this line by the end of your script:
odb.close(odb, write=TRUE)
or:
got to file > close ODB
It's been two years since you've asked, I hope it would help someone else looking for an answer!
Regards,
Sadik
Hi Sadik,
I'm using the following code to submit the jobs sequentially.
import abaqus
import abaqusConstants
for i in range(1,13):
mdb.jobs['Job-' + str(i)].submit(consistencyChecking=OFF)
mdb.jobs['Job-' + str(i)].waitForCompletion()
But after completing 2 jobs ABAQUS is crashing in several attempts and showing following error:
"GUI detected error while waiting for ipc connection to close.
ABAQUS Error: ABAQUS/CAE kernel exited with an error."
any suggestions?
Hi Morshed,
Try to place this bit of code after your second job. This is working for me:
And I usually reopens it by (depends on your use):
a = mdb.models[modelName].rootAssembly
session.viewports['Viewport: 1'].setValues(displayedObject=a)
Hope it helps!
when I try to modify the keywords via CAE, it breaks the connection, and gives out this ipc_CONNECTION BROKEN error in the terminal!!!! I don't know why!!!
I have tested a model using rayleigh damp and with a static step which creates a 6 unit deflection before setting the situation to a free vibration. yet there is a sharp edge in some cases of...
01 February 2017 6,448 0 View
06 July 2016 9,366 0 View
there are few elements misbehaving and deforming more than 10000 times bigger than logical model does, there are only 3 of them but as they are very hard to locate i have no luck in deleting them,...
06 July 2016 1,969 4 View
I want to do a parameter study of a aixsymmetric cylinder in Abaqus. I want to create several jobs where I get the stresses for 3 different points in my model. These points are defined. I wrote a...
01 March 2021 10,078 1 View
I am working on roof joint and trying to simulate the behaviour in Abaqus. I am successful in running the model but the final graph does not follow the experimental curve in the negative direction...
01 March 2021 6,661 3 View
I need to model masonry and reinforced concrete minarets for my MSc thesis. Which one is easier and better at modeling slender masonry structures? ANSYS or ABAQUS? (Or any other program for just...
01 March 2021 736 3 View
Hello, I am writing a python script to generate my model and write the input file. The problem is I have 1000 elements in my mesh and I want to assign different material properties to each...
01 March 2021 9,511 3 View
Hi dear researchers I connected a rigid body into the part of my structure by tie constraint and then I added displacement to rigid body, in static general step every thing is fine and these two...
28 February 2021 3,442 2 View
Hello, I have simulated a single battery cell using Thevenin equivalent circuit. For a battery pack, I have a large number of cells connected in series and parallel connections. Is there any way...
28 February 2021 2,116 1 View
I wanted to add an extra parameter to the existing Johnson cook equation in the ABAQUS simulation. How to add those extra parameters. Ref: A modified Johnson-Cook material model with strain...
28 February 2021 4,841 3 View
I am working on developing a micromechanical FE model for predicting kink-band formation in UD composites. To model matrix plasticity, which model, out of Concrete Damaged Plasticity and...
28 February 2021 5,415 1 View
I am familiar with finite element simulations and numerical schemes like the Gauss Legendre quadrature. I also know that the Gauss integration yields exact values for polynomials up to degree 2n-1...
27 February 2021 6,818 3 View
I am interested in evaluating mesh optimization solvers that converge to high aspect ratio unstructured hexahedral grids. In other words, I am interested in a solver that optimizes warpage,...
26 February 2021 7,279 2 View