Skip to main content

Ask iMechanica

Description

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

bolt preloading Abaqus

Submitted by CMiculas on
Hellor,
I am trying to make a comparison between methods of applying bolt preloading in Abaqus.
1. bolt load method - which works fine
2. predefined field, initial stress - not really working.
I have created the following steps:
Step
initial - BC + initial state of stress in bolt shank (this step works - see Fig. 3 & 4)

What's the difference between Cohesive Zone Model and Joints Element in discrete element method?

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

Hi,

I am a PhD student working on rock mechanics. I have studied Cohesive Method for a few times. But I am confused on What the special functions the Cohesive element have compared with Discrete method? 

For one DEM software UDEC, model is consisted of solid elements and joints elements. What's the difference between Cohesive element and Goodman element?

UMAT for Kinematic hardening

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

I just followed the code that ABAQUS presented (Copied below), but I'm getting very strange results comparing with ABAQUS GUI, what's wrong with that? 


Please help if you have experience 

 

 


      SUBROUTINE UMAT(STRESS, STATEV, DDSDDE, SSE, SPD, SCD, RPL,

     1 DDSDDT, DRPLDE, DRPLDT, STRAN, DSTRAN, TIME, DTIME, TEMP, DTEMP,

     2 PREDEF, DPRED, CMNAME, NDI, NSHR, NTENS, NSTATV, PROPS, NPROPS,

ABAQUS UMAT CPFEM Subroutine

Submitted by yek567 on

Dear All, 

We are working on Equal Channel Angular Pressing (ECAP) project and we are trying to implement CPFEM with Abaqus UMAT, there are few examples online but we could not able to run them on abaqus 6.13 with any subroutine. Does anyone have any working subroutines on related subject?

Kind Regards

 

Yunus Emre Kulhan

Prony series with temperature dependent stiffness

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

Hello,

I have implemented a viscoelastic model (Simo/Hughes approach: Prony series for small strain)

in Abaqus using Umat and it works fine for dynamic isothermal simulations (I validated with the Prony series implemented in Abaqus).

Now, I want to consider thermal loads (I have temperature dependent stiffnesses from a DMA experiment).

How should I use these temperature dependent stiffnesses in the model?

Can we obtain the stress value at a particular x,y,z ( inside an element) in Abaqus using Python ?

Submitted by rajan_prithivi on

I understand that we can do this using a path operation in GUI. But how do we do this using Python ?

I have been using Python for quite a while to obtain stress values at the integration points using
myOdb.steps[stepName].frames[-1].fieldOutputs['S']

 

But is there a direct command to obtain stress or any other field ouput at a particular x,y,z ? To do this manually, i have to find the associated element and interpolate the values which is a tedious job.