Skip to main content

Computational Mechanics Forum

infinite loop when using subroutine in ABAQUS

Submitted by bqw on

infinite loop when using subroutine in ABAQUS

I added my subroutine in job/general tab in ABAQUS CAE. When I submit my job, it showed" The file has been submitted for analysis" and never stop, it starts an infinite loop. The job can not be killed, too. I tried some examples from user manual, it is the same problem. Anyone know something about this? The manual examples are .f file and my Windows ABAQUS required .for file. I used Notebook to save .for file. Does this make any difference?

Thanks

UEL subroutine for a Heat Transfer Element

Submitted by nekovolta on
Hi,

I am writing a UEL subroutine in which I try to reproduce the Standard element for a heat transfer problem. The element that I am trying to implement is a four nodes tetrahedron, which would be the DC3D4 element in element library of Abaqus.

The UEL subroutine works, but when I compare the results with the same problem but using the DC3D4 element, it is not the same. I have checked the UEL subroutine a hundreds of times (formulation, shape functions, etc.) but I do not find the problem. 

Query regarding St. Venant Kirchoff material in ANSYS using the USERHYPER routine

Submitted by drs261083 on

I am attempting to implement the St. Venant Kirchoff model in Ansys using the USERHYPER subroutine. I have expressed the strain energy density function in terms of the isochoric invariants of the right Cauchy-Green strain tensor (I1,I2) and elastic volume ratio (J). I would like to confirm the expression for the strain energy and its 9 derivatives (see below). I would also like to also clarify the differences between the linear elastic model w/large displacements and the St VK model.

 Thanks

Abaqus UMAT Problem (Fick's second law in Abaqus)

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

Hello.

     Could anyone tell me how to  achieve the basic unsteady diffusion equation (Fick's second law) of some solute for a given Abaqus model by UMAT & User-defined field in Abaqus? or some other subroutines?

 

    Is there any reference good for this problem ?

 

  Thanks very much!

MSC.MARC (HYPELA2)

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

Dear Marc specialist users Colleague:



I am developing an user material subroutine (HYPELA2) in Msc Marc (Marc Mentat2012.1.0, Windows platform, 64bit).

I am trying to make a write inside in Hypela2.f routine, but it doesn't work.

I have used the file number unit 6, for example,  write(6,*) ' Hello' , but

no any results in the standard output file. Otherwise, the Hypela2 works properly.

Does anyone have any suggestions how can I write out any data from Hypela2.f?

Thanks.



Leslie

Finite element programming for multiple load steps

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

Hello Everybody

I am in need of help in including multiple load step options in my c program which is a fem solver for contact(2D).

I do not understand how  to go for second load step after the 1st one.

Its not clear for me what all i have to do, one thing i know is updating the nodal locations.

Please help me on this or guide to the place where ir can get help.

 

Thank You

Problem with abaqus : shell-solid assembly

Submitted by alxmk on

Hello everyone !

I'm new to abaqus and have a problem with the shell-solid assembly. I want to model a shell element (plate) clamped into two solid elements (parallelograms) on its top and bottom edges.

I've tested different possibilities to do my assembly (shell-solid coupling, merging the geometry or the mesh when assembling the two elements) but none of them work. There's always a problem whis the definition of the elements' properties when I submit the job.

Does anobody have a solution ?

how abaqus obtain DSTRAN by using UMAT for non-isothermal case

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

Hi, all,

I recently encounted a big question regarding to the temperature dependent UMAT case. 

I used the UMAT for non-isothermal elasticity as followed. The DDSDDE calculating part is not shown here.

You can see that I output  ETHERM(K1),EELAS(K1),STRAN(K1),DSTRAN(K1) at the beginning of the code.

And this UMAT also saves ETHERM and EELAS to state variable array.

Stacking of DOFs in Abaqus

Submitted by knutankv on

I am studying the response of a bridge in MATLAB, and have successfully retrieved mass and stiffness matrices from Abaqus using the following keywords:

 

*Step

*Matrix generate, STIFFNESS, MASS

*Matrix output, STIFFNESS, MASS, FORMAT=COORDINATE

*End step 

 

This gives matrices on a mathematical form, very well suited for use with MATLAB.