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
0 answers

ABAQUS: Balancing a thin plate by two fixtures on edge centres under self weight

I've created a plate of dimensions(200x200x5mm). Density=5000. The plate is inclined at 30 degrees with x axis. Now, just under the influence of self weight, the plate is put in equilibrium using two supports at the midpoints of the faces shown in…
0
votes
1 answer

Generate orphan mesh in abaqus python

I am trying to generate an orphan mesh on a part with python. I have already defined the nodes by using a code giving by Tim in another post. However, the with the following command: ListElem.append(myTrabPart.Element(nodes=tup,elemShape=HEX8) I…
Romain
  • 1
  • 1
0
votes
1 answer

Issue with character variables when using call system in Fortran

I am using a Fortran user subroutine (UMAT) in Abaqus. I use it to run other Abaqus sub-calculations within my main calculation. The sub-calculation names are variables, so I am defining them this way: character (len=256) ::…
Francisco Cruz
  • 314
  • 3
  • 13
0
votes
0 answers

Python script in Abaqus raises "TypeError: keyword error on mergeWire"

I'm new at Python scripting on Abaqus. I want to do fiber reinforced actuators which is described here but I couldn't run the script properly. It gives me: TypeError: keyword error on mergeWire How can I fix this? I'm using Abaqus Student…
M1S
  • 1
  • 1
  • 1
0
votes
2 answers

ABAQUS errors: File open failed (utl_File: CreateFile in OpenWrite) error: T?

I'm trying to loop an ABAQUS macros in MATLAB. The last bit of the macros is save the CAE file, submit the INP file. I'm using 'system' command in MATLAB to loop this macros. In MATLAB, the ABAQUS analysis job is completed, but then the following…
0
votes
0 answers

Adding exception in Python-Abaqus if operation happens to fail

I am trying to add some exceptions to my Python code when running the "InstanceFromBooleanCut" operation in Abaqus. Basically I am cutting a series of parts and I do not want my script to stop if the operations happens to fail. Say that I have a…
user3641829
  • 261
  • 2
  • 11
0
votes
1 answer

Limited ODB output in ABAQUS

I'm writing an application for topology optimization within the ABAQUS PDE. As I have quite some iterations, in each of which FEM is performed, a lot of data is written to the system -- and thus a lot of time is lost on I/O. Is it possible to limit…
Javalicious
  • 43
  • 1
  • 6
0
votes
1 answer

Getting element mass in Abaqus postprocessor

I want to hide all elements in my model with mass less than a value. Is it possible? I found only way to see mass of elements by creating set for each element in History Output, but it sounds stupid because the number of elements. Is there any way…
Ivan Pudyakov
  • 116
  • 1
  • 1
  • 7
0
votes
2 answers

How to operate on unsaved Excel file?

I'd like to automate a loop: ABAQUS generates a Excel file; Matlab utilises data in Excel file; loop 1 and 2. Now my question is: after step 1, the Excel file from ABAQUS is unsaved as Book1. I cannot use Matlab command to save it. Is there a way…
0
votes
1 answer

Creating a SubstructureGenerateModes object in ABAQUS?

I'm writing a python script for an ABAQUS model and I need to create a substructure generation step. ABAQUS has a SubstructureGenerateStep object for that. My problem is that one of the arguments of the constructor for this object is modeRange which…
Tymric
  • 300
  • 1
  • 8
  • 18
0
votes
1 answer

Using 2 of the same type of subroutines with ABAQUS

In an abaqus model I need to use 2 user defined loads (i.e. 2 x vdload, although this question is applicable to other subroutines). Each vdload will act on a different set of nodes on a different part (one a line load and one a pressure load). …
user1183643
  • 49
  • 2
  • 5
0
votes
0 answers

Abaqus composite ply strain extraction

I'm trying to extract ply strains from a composite shell model in Abaqus. I would like to be able to export (to a .dat (preferably) or any sort of text file) every ply strain in every element. So far I have managed to find a method to extract the…
user2739143
  • 591
  • 2
  • 8
  • 13
0
votes
1 answer

Abaqus Python getByBoundingBox: 6.10 vs 6.13+

I have written a Python Script for ABAQUS to create several parts with many partitions. To get a structered mesh I have to select several edges. Now there is one edge I apparently cannot select in ABAQUS 6.10 & 6.11. Oddly, everything is fine with…
freakxz
  • 1
  • 3
0
votes
1 answer

Abaqus *.inp file created using Matlab

I was trying to do parametric studies in ABAQUS. I created an *.inp file (master) using GUI in abaqus, then wrote a matlab code to create a new *.inp file using the master. Master *.inp file can be found here and will be required to run the code. In…
Anwar Saadat
  • 1
  • 1
  • 3
0
votes
1 answer

Abaqus Python Scripting - Create ODB without submitting Job

I'm looking to create a simple ODB file using my model in session so that I can display an orientation tensor in a custom field. I'm able to create an ODB for a 2d part (made of s4 elements), but my system crashes whenever I load the ODB for my 3d…
user3279773
  • 143
  • 2
  • 6