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

Defining a solution dependent variable for an Abaqus subroutine

I am new to writing Abaqus user subroutines. I am trying to figure out if there is way in which I can define solution dependent variable in an Abaqus user subroutine. I am trying to implement leakoff for the cohesive element as a time dependent…
0
votes
0 answers

How do I access a variable defined in another function?

I am trying to call a variable in one function from another in Python. I tried returning the desired variables then putting them as inputs in the second function but it tells me that they are not defined. I don't know why it's doing this.…
Ryan
  • 25
  • 1
  • 5
-1
votes
0 answers

How to run a plugin available in the abaqus from the python script?

I prepared a python script based on the input file. If I run the script inside abaqus (File->run script) it works perfectly in modelling, meshing and assembly. After that I need to click the plugins-and select the plugin to run. Is there a way to…
sriram
  • 1
-1
votes
0 answers

Write a VTK file of an FE model from an ABAQUS inp file

I have a very simple FE model, a cube created in abaqus meshed with 3D linear tetrahedral elements (C3D4 elements). I am trying to write a VTK file from an abaqus .inp file and visualise it Paraview. I want to do this because I have many complicated…
-1
votes
1 answer

How can I modify my Abaqus python code to only extract nodeset coordinates?

Using several example scripts found online, I have managed to extract the coordinates of an Abaqus simulation from the .odb file. However, I would like to only extract the coordinates of a certain nodeset e.g. a nodeset called "NS-1". Information on…
-1
votes
2 answers

How to avoid KeyError in Abaqus scripting?

Preparing a code to do a parametric analysis. When I do the modelling in abaqus cae, while creating datum/reference axis/point, it uses a datum number. When I further copy and paste that code through "run script", I always end up with KeyError. Any…
sriram
  • 1
-1
votes
1 answer

How to output the time of each frame in ABAQUS through Python

I want to output Total Time/Freq in Abaqus to monitor Job. Recently, I can output the maximum stress at every frame. Now, I want to know how to output frame time. for step in odb.steps.values(): # print('Processing Step:', step.name) for…
rustin
  • 1
  • 1
  • 3
-1
votes
1 answer

Abaqus moving reaction front for a buckling Plate

I am trying simulate lithiation of a beam in Abaqus, where during this process, a plate buckles. I partitioned 3 section of the plate where the top and bottom represent the lithiated material ( different material properties) and the middle section…
-1
votes
2 answers

How can I reconstruct a mesh in Python/Matlab from the nodes coordinates and their connectivity data existed in Abaqus inp file?

I am working on a machine learning model that predicts the displacements of the nodes in an object after applying a force. My model is trained with the data generated from FEM Abaqus and I want to reconstruct the mesh from the coordinates of the…
-1
votes
1 answer

Creating a for loop in Python for multiple instances in Abaqus

I am new to coding in Python for Abaqus, and I am trying to create a for loop, where I can create X number of instances based on a part, I have made. Furthermore, I would like to update the naming of the X instances. Currently, when I manually…
-1
votes
1 answer

Abaqus: define an analytical field in terms of R = f(Th)

I know that by default, the analytical fields are of the form Z = f(X,Y), where we only get to input f(X,Y). However, I have a problem in cylindrical coordinates, where I need to input an expression of the form R = f(Th). How do I do this?
ap21
  • 2,372
  • 3
  • 16
  • 32
-1
votes
1 answer

Run abaqus script file from python

I converted the *.jnl into *.py file. I want to run this *.py file from python without opening abaqus. How can this be done?
devinxxxd
  • 63
  • 2
  • 10
-1
votes
1 answer

Computing Translation and rotation axis and angle in *Instance entry in Abaqus

Can anyone please help me how the translation and rotation points are computed and written in *INSTANCE entry in Abaqus? I am unable to understand the documentation, it's not elaborate. I have attached the image : Image When I translate and rotate…
Aakash S
  • 1
  • 1
-1
votes
1 answer

Is it possible to increase the number of CPUs used by ABAQUS for (pre)processing BEFORE job submission?

I have a script which involves running certain pre-processing operations on the input file, which is generated by the meshing software Trelis. Before I can submit the job where I can easily define the number of CPUs to be used for solving, is it…
-1
votes
1 answer

Use of dimension time() in fortran

Can anyone help me decoding below code, as in what is the function of time()? IF (TIME(1).EQ.0.0) THEN open (unit = 20, file = "C:\Temp\RANDOM.TXT")