Skip to main content

ABAQUS

ABAQUS - Does Newton's method affect the convergence rate of higher order incremental scheme such as RK4 implemented via UMAT?

Submitted by jack_luk on

Hello everyone,

I'm currently doing an analysis on the convergence rate of an incremental model that I have implemented in ABAQUS using a UMAT. Here's the BIG lines of the problem:

1) In UMAT : Solution of a differential equation using explicit Runge-Kutta 4 (RK4), which has a 4th order convergence rate, yields the stress state "S". (In my problem, stresses are applied)

Abaqus: write surface mesh element detail

Submitted by haris33 on
Choose a channel featured in the header of iMechanica

Hi,



i need some help in writing the surface mesh in abaqus. i have a wing model, meshed using hexahedral mesh. now what i want is to write the surface element detail on a file, containing the element number and its neighbouring four nodes. for example



12, 2 3 5 6



here 12 is the element number and 2,3,5 & 6 are the corresponding nodes.



Abaqus: write surface mesh element detail

Submitted by haris33 on

Hi,



i need some help in writing the surface mesh in abaqus. i have a wing model, meshed using hexahedral mesh. now what i want is to write the surface element detail on a file, containing the element number and its neighbouring four nodes. for example



12, 2 3 5 6



here 12 is the element number and 2,3,5 & 6 are the corresponding nodes.



How can predefined fields be mapped from old mesh to new mesh using *map solution in ABAQUS?

Submitted by YTian on
Choose a channel featured in the header of iMechanica
Free Tags

Dear friends,



I used *map solution a lot and it works fine in my modelling. Recently, I
came across a problem with "predefined fields". The ABAQUS's
documentation explicitly states "temperature and field variables are
mapped from the old mesh to the new mesh". According to my experience,
temperature is fine and it can be correctly mapped. Unfortunately, the
predefined fields can not be mapped.



I am not sure this is a bug of ABAQUS (slight likeliness) or something

How to find the average temperature a surface? ABAQUS -Heat transfer -user subroutine

Submitted by hoomaniii on
Choose a channel featured in the header of iMechanica

I want to model a concrete slab with a void inside the concrete. It is a thermal analyse where I apply a heat flux to the bottom surface. Within the void heat is transferred by radiation and convection. For simulating heat convection within the void, I use the surface film condition function in interaction module. I have to define the film coefficient and sink temperature. I decided to use the average temperature of the void surface for sink temperature. I don’t know how to define the average surface temperature. I think I have to use Abaqus Subroutine.



Abaqus multiscale bridge with UMAT

Submitted by marcoesteves on
Choose a channel featured in the header of iMechanica

Hello,

I'm trying create a bridge between scales using Abaqus, UMAT subroutine.

On macro scale I call UMAT, which calls other abaqus inp. with this example code

call SYSTEM('abaqus cae script=C:\Temp\mixUMAT\simpleModel.py -- A 2 5.3')

And my "simpleModel" receives all arguments properly.

However, I need some values which are calculcated on "simpleModel", to UMAT continues the executation.

Anyone knows  how can I do it?

 

Thank you! 

abaqus noGUI problem?

Submitted by Jiagui Liu on

hi everybody,

 I'm a fresh man in Abaqus. Recently, I find that  the command 'abaqus cae script=job.py' works very well, however, the command 'abaqus cae noGUI=job.py' doesn't work. But the the 'job.py' is exactly the same! By the way, the problem shown by abaqus is located in the output area, fieldfieldoutput and historyouput.

 Does anyone know the difference between them? 

Thank you in advance! 

Jiagui 

Shear test data evaluation fail in ABAQUS

Submitted by Wei Ong on
Free Tags

Dear all,



I am currently perform a curve fitting for material coefficient determination.

In my hand, i have a set of stress strain data from the shear test.

I try to import the data as planar test data in ABAQUS.

However, when i try to evaluate the material to get two term moooney rivlin coefficient out, it shows the following message.

"Material evaluation cannot be carried out with planar test data alone unless Reduced Polynomial, Arruda-Boyce or Marlow potentials only are used."



ABAQUS - XFEM

Submitted by mecheng1234 on
Choose a channel featured in the header of iMechanica
Free Tags
i am using XFEM in a 2D analysis (plate under uniaxial tension) and would like to get the SIFs at different crack lengths to compare with published data for verification before i start performing crack propogation analyses.
 
My problem is, history outputs are not available for crack growth in XFEM only static cracks (at least from what i read).  

Ideally, i would love to get the SIFs as they change through the crack propagation. 
 
Anyone have any ideas on this?