Skip to main content

How to know the element number within an hetval subroutine

Submitted by Fausto Tucci on

Hi everybody

I'm a new user of abaqus and I'm trying to describe the heat generation in a changing phase thermoset polymer using abaqus user subroutine HETVAL. I need for my computations the current element number (in such a way that I can find the adjacent elements in the connectivity matrix).

Does anyone have any suggestion?

Thank you

Thanks again for this solution.

I've read on the manual and I think that it can work with my problem. I've reed that I should call the subroutine by means of *INITIAL CONDITIONS, TYPE=SOLUTION statment, but I didn't find the proper position in the .inp file in which I've to put this statement and I don't even know how to set in the .cae file the initial conditions. Can you help me with this issue also?

Thank you!

best regards

Sun, 10/02/2016 - 15:58 Permalink

Write it anywhere before the Step, where you have your other boundary conditions for the Initial Step.

Some keywords (like these) can not be seen in the CAE (ABAQUS limitation). But once you import this updated input file into the CAE, it becomes part of the model.

Or else, you may go on the top menu, Edit Keywords, and type in these lines at the appropriate location.

 

Regards

Sun, 10/02/2016 - 21:11 Permalink

Thanks again for this solution.

I've read on the manual and I think that it can work with my problem. I've reed that I should call the subroutine by means of *INITIAL CONDITIONS, TYPE=SOLUTION statment, but I didn't find the proper position in the .inp file in which I've to put this statement and I don't even know how to set in the .cae file the initial conditions. Can you help me with this issue also?

Thank you!

best regards

Sun, 10/02/2016 - 15:58 Permalink

*INITIAL CONDITIONS, TYPE=SOLUTION, USER

There are two ways

1. Paste this line in predefined fields of inp file

2. In GUI->Model-1->right click->Edit keywords-> Paste in predefined fields->press ok. This will automatically place the line in inp file generated.

 

Sun, 10/02/2016 - 21:03 Permalink