Skip to main content

UMAT

changing density for FGM in umat

Submitted by s.ata on
Free Tags

Hello friends,
Here is the Abaqus user subroutine for Functionally Graded Material with direct integration method. This Umat is based on S.H.Song's Umat. Obviously the coefficient AAA in calculating E is the ratio of young moduli of  two sides of the plate. With this method, one can change young modulus through the thickness.


But I have problem with changing density through the thickness, meaning from density of ceramic to density of metal.
I would be grateful if anyone can help me. Any help would be appreciated.

Postdoctoral Position in Computational Damage Mechanics Available at Masdar Institute in Abu Dhabi

Submitted by Rashid K. Abu Al-Rub on

A Postdoctoral Research Fellow position in computational damage mechanics is
available immediately at Masdar Institute of Science and Technology in Abu
Dhabi in United Arab Emirates. Masdar Institute is established in collaboration
with Massachusetts Institute of Technology. The research project focuses on
using advanced computational fracture and damage mechanics for simulating the
behavior of advanced materials under different loading and environmental
conditions. The candidate is expected to have a PhD in the field of Mechanical,
Civil, or Aerospace Engineering with solid knowledge of theoretical/computational
solid mechanics; continuum damage mechanics, fracture mechanics,

UMAT and UEXPAN subroutines

Submitted by abhishek.ds on
Choose a channel featured in the header of iMechanica

I am having problems in writing the umat and uexpan subroutines applicable to the creep model defined in 



http://ascelibrary.org/doi/abs/10.1061/%28ASCE%29ST.1943-541X.0000375

 

Has anybody written the algorithm? 

Postdoctoral position in computational solid mechanics

Submitted by wael.zaki on

Job Summary:

The postdoctoral research associate is expected to
provide research support within the frame of a multi-year engineering
research project undertaken by faculty from the departments of
Mechanical Engineering and Applied Math and Sciences at Khalifa
University. Limited teaching or other academic duties may be assigned to
the successful candidate under the supervision of the Advisor as
required by the University.

The successful candidate will be

Adding static/dynamic library to an Abaqus user subroutine

Submitted by salingerv on



I want to use an external subroutine in my umat but I have not been able to do that so far. Having created a dynamic library project in Visual Studio 2008, I have created a .dll and .lib files and copied the .lib file into the working directory of my abaqus job and the .dll file to exec folder. I have also added the directory of the .lib file in the LIB environmental variable. But I get these errors from ABAQUS: 



[quote]LINK : fatal error LNK1181: cannot open input file 'Dll2.lib' 

Parallel Multiscale modeling in ABAQUS using UMAT

Submitted by musiddiqui on

Hello everyone,

I am currently in the process of implementing a multiscale modeling approach in ABAQUS/Standard.

Here is what I am doing.

Macroscale ABAQUS model <--> UMAT <--> Python script <--> Microscale ABAQUS model

So basically the microscale model is being called at every macroscale integration point. The UMAT passes the required data to python as command line arguments and the python script returns the stress and tangent modulus in a text file.