Skip to main content

Does anyone have the paper “Equivalent inclusion method for steady state heat conduction in composites”?

Submitted by Lang Zhou on

Hellow everyone, Ican not find the paperin the titil, Does anyone have it ? My email address is "041858 [at] gmail.com".

Thanks very much.


 

 

AbaqusCAE-placing springs

Submitted by imarton on

Since springs can be placed only between elements, to place  several thousand springs on a 2D long wire shape model, I need to partition my model into thousands elements. Does anyone knows how to partition an element IN Abaqus CAE into desired number of elements, rather than dividing the elements in half and in half and in half until I get a certain number???thank you!

 

Partition Egde in Abaqus CAE

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

Is there a faster and more efficient way to partion my model in Abaqus CAE than using parameter input for edge partition? This way i can only keep splitting my element in 2, and in 2 and in 2 until I get the sufficient # of elements or until i get confused, wich ever comes first. For a long 2D wire shape models this really is an issue for me right now. If somebody can help me with this.... it would really make my day!Thanks a lot!

looking for post doc position in Material science

Submitted by Kader on

I am graduated from Physics departmentOran
University, Algeria in june 2000. Then I complete my MSc in the field of
material science from the Oran University, Algeria in November 2004. Recently I
complete Ph.D. thesis at the university of Duisburg-EssenUniversity germany,
thermodynamic department in July 2011 . In my PhD, I deal with the synthesis and characterization of the
functional doped metal oxides.

Abaqus - Crash test

Submitted by Eric Lim on

Hello,

I am a French student in "Prépa" et I have to imitate a crash test with Abaqus, a software which I am discrovering with this work. I begin with a very simplified model. I ceated 2 parts with Abaqus :

- the first, a simplified model of a bumper in steel (imported from SolidWork, Deformable, shell),

- the second, a plate in steel (Discrete rigid, shell, planar).

 

Is a good beginning ?

 

Two UMATS in one Subroutine

Submitted by ABAqirl on

Dear All,

I have the problem. i created very simple example with two elements. To one element i prescribed the behaviour Mat1, to another element Mat2. I tried to use two different UMATS for this two elements.

I created Subroutine Myname.f, in which i use CMNAME if (CNMAME.EQ.'MAT1) THEN

CALl UMAT_1()

ELSE IF (CMNAME.EQ.'MAT2) THEN

CALL UMAT_2()

END IF

Then i put two UMATS in the same SUBROUTINES ,

But as a result the program gives MISTAKE , it says that The UMAT doesn't exist

What is the mistake?