Hi everyone,
I am trying to solve a problema of heat transfer in which there is an inner heat generation (Q). I know that Abaqus has a subroutine called HETVAL in which this procedure is very easy to implement, but for other porpuses later on I need to do using a UEL subroutine.
I have the...
Hi,
I am plotting a set or results I have, for instance (this is a piece of code):
X=[70:-3:0];
example=[1.6626E-12 3.4713E-12 1.2833E-11 5.0116E-11 1.9644E-10 7.7019E-10 3.0197E-09 1.1840E-08 4.6420E-08 1.8200E-07 7.1358E-07 2.7978E-06...
Well, I wrote part of it, but I have to say that I am not an expert with subroutines, as you can see. The thing is that, I took this subroutine from another person and I adapted it for the heat transfer problem I am trying to solve. I understand your impression with this because when I took it I...
Hi,
thanks for your comments.
eng23bio: as you said, I tried only with one element, with is just a tetrahedron. Please, find attached the files for both problem: the file called 'tetra_ht.inp' is the problem WITHOUT subroutine, using the DC3D4 element of Abaqus. The other two files...
Hi,
I am writing a UEL subroutine in which I try to reproduce the Standard element for a heat transfer problem. The element that I am trying to implement is a four nodes tetrahedron, which would be the DC3D4 element in element library of Abaqus.
The UEL subroutine works, but when I compare the...
Hi,
I have a problem with two sets of nodes (huge number of nodes). One set cointains all the nodes, and the second one contains only a group of nodes. I need to create a thrid one set, which would be: ALL NODES - SECOND SET OF NODES.
One option would be to go one by one, in the set that...