Questions tagged [abaqus]

Abaqus is a software suite for finite element analysis and computer-aided engineering

Abaqus is used in the automotive, aerospace, and industrial products industries. The product is popular with academic and research institutions due to the wide material modeling capability, and the program's ability to be customized. Abaqus also provides a good collection of multiphysics capabilities, such as coupled acoustic-structural, piezoelectric, and structural-pore capabilities, making it attractive for production-level simulations where multiple fields need to be coupled.

Abaqus was initially designed to address non-linear physical behavior; as a result, the package has an extensive range of material models such as elastomeric (rubberlike) material capabilities.

Source: https://en.wikipedia.org/wiki/Abaqus

622 questions
0
votes
1 answer

script to remove an entire cell of a part automatically in ABAQUS

I am trying to write an script to remove cells in a part in ABAQUS if the cell volume is smaller than a given value. Is there a simple command to delete a cell? This is what I have tried: # Keeps cells bigger than a certain minimum value 'paramVol':…
user3641829
  • 261
  • 2
  • 11
0
votes
1 answer

Nodal coordinate a part using python command

I need to access coordinates of a particular node. I have imported an orphan mesh and when I use query option in CAE and request the nodal coordinates, I get the required corrdinates. However when I request the same thing using a python command, I…
user5827667
  • 37
  • 3
  • 7
0
votes
1 answer

How to deal with these unknown/weird variable types?

Abaqus FEM software, which uses Python, creates its own variable/list types, for example: a = mdb.models['Model-1'].rootAssembly.instances['Instance-1'].faces print a type(a) ['Face object', 'Face object', 'Face object', ...] type…
user56574
  • 9
  • 5
0
votes
2 answers

How to print the connectivity in abaqus python matrix using writeFieldReport

I am trying to print the connectivity matrix for specific element sets. I know how to do this using probe value in abaqus/viewer and probe value. Unfortunately, the probe value function does not record anything on the report file. Does any one…
amirKabir
  • 143
  • 2
  • 15
0
votes
1 answer

How to extract sketches from shell part in ABAQUS

I have a 2D shell part containing a number of shell faces. I would like to extract one different sketch for each of the faces in the part. So far I know how to create a single sketch containing all the shell faces information but this is not what I…
user3641829
  • 261
  • 2
  • 11
0
votes
1 answer

Appending lists programmatically in python

I'm having some problems appending two lists programatically. I want to find whether a list of points are laying on an edge or inside the polygon (they can't lay outside).What I have is: 'pedges' is a list of edges forming a closed polygon in…
user3641829
  • 261
  • 2
  • 11
0
votes
1 answer

Abaqus won't submit job from cmd line

I am trying to submit an Abaqus job from the cmd line without opening the cae. I have a script which I have successfully ran from the File->Run Script option within cae but for some reason when I try to get it to run from the cmd line without cae it…
haledaco
  • 111
  • 1
  • 11
0
votes
0 answers

Can i do submodeling technique for an ODB file of abaqus?

i have an ODB file, i want to get result of some elements of the model. is it possible to do submodeling on ODB? If so, can I get abaqus script to do?
0
votes
0 answers

abaqus muti-job submit one by one without gui blocking?

waitForCompletion() command work good but it's gui blocking. i try use callback monitorManager.addMessageCallback() and it seems that callback can't handle time-consuming command ,throw the error 'xml parsing error'.
zssng
  • 5
  • 1
  • 4
0
votes
1 answer

How do i query the parts' volume information with abaqus python script in abaqus/cae and abaqus/viewer mode?

in abaqus/cae mode ,i use getMassProperties() function to query the volume,but in viewr mode(visualization module only),that not work..
zssng
  • 5
  • 1
  • 4
0
votes
0 answers

How to use previous values of calculation as the initial conditions in ABAQUS

I am trying to implement a subroutine in ABAQUS. It is a very simple non-linear elastic model, in which the Young's modulus depends on the mean pressure, in details, E=3*(1-2*poisson)*p/kap (where, poisson=0.3 is Poisson's coefficient and kap=0.005…
Ibergm
  • 1
0
votes
1 answer

Launch successive calculations of Abaqus

I would like to launch successive calculations with Abaqus via Python. Between each calculations i have to apply some python code to extract some results but i dont know how to achieve that... To launch a calculation with cmd in windows :…
user3601754
  • 3,792
  • 11
  • 43
  • 77
0
votes
2 answers

Creating an orphan mesh from nodal coordinates in abaqus using python

I have a list of nodal coordinates taken from sections of a geometry created in catia. Using this geometries is it possible to create a orphan mesh using Python programming for Abaqus. How could i connect these coordinates to form a mesh ? and how…
Ram
  • 21
  • 5
0
votes
2 answers

Abaqus python script that will convert temperature in my .txt file

I have a python script that extracts the temperature from my odb file however I want it to convert the temperature output from degrees F to degrees C. We input everything as english units put then our customers want things in the degrees C. How can…
haledaco
  • 111
  • 1
  • 11
0
votes
1 answer

ccx - calculix: why occurs an error when I want to execute ccx?

I've installed ccx (Calculix solver programm) to solve a physical problem. The preprocessor cgx works fine, but when I run ccx with an .inp file (abaqus) in terminal, there comes an error: ccx: symbol lookup error: ccx: undefined symbol:…
user2685879