Skip to main content

Ask iMechanica

Description

If your topic fits none of the following forums, post it in this default forum

using multiple user subroutines in abaqus

Submitted by mojtaba1368 on

Hi everyone

I need to use two user subroutines UMAT and UAMP in abaqus. as you know in UMAT you can use props to specify matrial constants. in UAMP there is props and nprops to specify constants in abaqus. i specify constants required in UMAT from property module/create material/general/user material and UMAT use these constants but when i specify constants for UAMP in this location and after in entered UMAT constants, UAMP doesn't use them (i specify UAMP constants in props(7) and props(8)). could anyone help me?

thanks.

Rotating deformable parts in eroding contact in Abaqus Explicit

Submitted by Saqibanwar on

I am trying to model (3D) dressing process in which both the dressor and the grinding wheel are rotating as deformable bodies using ABAQUS 6.13 (Explicit analysis). I want to simulate a small portion from both wheels rotating against each other with general contact. To rotate them I am applying coupling constraint. However, when I apply coupling constraint to rotate the wheels with their respective reference points (RP's), they become rigid in sense that no stresses are developed. Even if I apply only VR3 to RP's, no stresses will develop in the grinding wheel or dressor.

How to convert ls-Dyna to Abaqus file.

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

Hi,

I am doing a project on the effect of forming in fatigue analysis of a component.I have .key file from dyna which I have to run analysis in abaqus. I need to carry the dyna output containing initial stress and nodal thickness into abaqus and carry analysis which I currently am not able to do it. Kindly suggest me how I can do that if u know.

My  contact number : 9900549731.

Mail id : druvaraj.ks2013 [at] vit.ac.in

 

how to change .inp file in python scripts

Submitted by vakil on

 

Hi

 

I'm working on optimize an abaqus model. I create my model in .inp file because there are infinite elements in my model and I couldn't create this element in abaqus GUI. Now I want to optimize my model through  python scripts. because I import inp file to abaqus, abaqus don't make any python script from my model that I can add variable to them to optimize my problem.

 

please help me can I write optimization algorithm in python and add variable in my .inp file?

 

TECPLOT

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

How to plot multi contours in tecplot at a time from two different files.

for example i have two different excel data files A & B with node coordinate and its mises value. I  knew how to plot the individual contour in Tec plot using individual files A & B but now i want to plot both the contour on same page using these individual files (A+B). So, anyone can help me......  

Extract Consistent Mass Matrix for Solid Element - ABAQUS

Submitted by Evelyne El Masri on

I need to extract the consistent mass matrix of a solid element, the thing is every time I use *MATRIX GENNERATE  it gave me the lumped mass matrix which is a reduced version of the consistent mass matrix. However, if I use a beam element, I just need to print out next to *Beam Section, Lumped = NO to give me the consistent mass matrix but only this option is applicable for beam element which will not be helpful model cause I need a solid element.

 

In summary, I just need to know how to get the consistent mass matrix of a solid element and not the lumped one.

Question about calling ABAQUS subroutine to get strain and stress

Submitted by zengziw on

I am writing a subroutine DFLUX for ABAQUS, the FLUX(1) is dependent on strain and stress. But I don't know how to get the strain and stress. I use SPRINC in the code but it seems to be wrong.

The equation for the problem is 

q=(α^2XΩXε^2XE)/2
E=(σ/ε)*sin(d)
σ is stress and ε is strain