Skip to main content
0 votes
0 answers
47 views

I am writing an Abaqus/Python script that transforms FieldOutput values of a large deformation problem from the global cartesian to a user-defined moving cylindrical coordinate system. Since I am new ...
Feb's user avatar
  • 1
1 vote
1 answer
47 views

So I'm trying to model a metal rubber layer spring in Abaqus. I need three different angles of the layerspring. Then I create sets, partitions, surfaces and a reference point. I try to do all of this ...
N.K.'s user avatar
  • 13
0 votes
1 answer
183 views

I'm writing a code in python that extracts MISES stress (S) in Abaqus 2019 of an instance that is part of an assembly. I have written similar codes for CPRESS or Deformation, but can't get a hold of ...
Jawo's user avatar
  • 3
0 votes
0 answers
74 views

I encountered a problem while trying to extract heat flux "HFL Magnitude" from nodes (nodesets) in an Abaqus ODB file using a Python script. However, the same script works correctly for ...
Wahid Tarhouni's user avatar
0 votes
0 answers
125 views

I am using a commercial finite element application called Abaqus/CAE with a built-in Python 2.6 interpreter and API. The inp file is for Abauqus to calculate with having geometry, material properties,...
Leo's user avatar
  • 1
0 votes
2 answers
576 views

I created in Abaqus v6.14 scripting an extruded Part p with BaseSolidExtrude, which is then a cylinder (not necessarily circular). I want to create three sets, one for the top and bottom surface, and ...
sancho.s ReinstateMonicaCellio's user avatar
0 votes
1 answer
79 views

The .Ick file for the output database D:/babar/Abaqus/Simu//1.odb indicates that the Analysis Input File Processor is currently modifying the database. The database cannot be opened at this time. I am ...
Mohd Babar Malik's user avatar
1 vote
1 answer
137 views

Newbie to Powershell here. Sorry if someone has ask this in the past but I could find an example that relate to Abaqus. So what I am planning to do is to run a few jobs, one after the other ...
Heng Si Hwa's user avatar
1 vote
2 answers
613 views

I am creating an Abaqus script to get image for max stress and strain of parts across each time increment. Script should open odb files in Abaqus Viewer in no-GUI mode and find out in which time ...
Neha's user avatar
  • 11
0 votes
0 answers
99 views

It is a rather simple but frustrating question. I have written UMAT with ABAQUS, and part codes are as follows, macro_strain(:) = 0 macro_strain(1:3) = DSTRAN !print * , '...
yx feng's user avatar
  • 21
0 votes
2 answers
265 views

I'm looking to create a plugin or script where the user can create a set of multiple faces and the plugin/script will then create sets for each of the faces. Ideally, the user would name the initial ...
OB1's user avatar
  • 3
-1 votes
1 answer
104 views

I'm new to Abaqus scripting with Python and need help automating the Shell Loft operation. I have five wires positioned in different planes along the z-axis. My goal is to perform Shell Loft using two ...
Comet's user avatar
  • 1
0 votes
1 answer
851 views

I'm writing a code in python that extracts the contact stress (CPRESS) in Abaqus 2019 of all the nodes on a given surface. I managed to write the code so that the Node-Label as well as the coordinates ...
Jawo's user avatar
  • 3
1 vote
1 answer
174 views

I have a tuple called E3 containing element numbers, for instance: (array([ 136, 2593, 3061, 4348], dtype=int64),) Now, I would like to define the set of these elements. Until now, I haven't ...
Victor Fachinotti's user avatar
0 votes
0 answers
179 views

I use the simple isotropic elastic material in uniaxial tension as an example. First the isotropic elastic behavior is directly coded inside the UMAT subroutine and it works fine below (OK.for). Now I ...
hoverstar's user avatar

15 30 50 per page
1
2 3 4 5
41