Apply non-uniform heat flux at nodes

Started by Wahid, March 28, 2021, 12:39:46 PM

Previous topic - Next topic

Wahid

Hello,

I am working on a heat transfer model on abaqus,  and I would like to apply a non-uniform heat flux at nodes.

Knowing that each node had a heat flux different from others.

Could you please help me to write a python script which allows to introduce the heat flux in each node.

Thank you

Mark Barkey

Hi Wahid,

It should be very similar to the nodal temperature writer.  However, the heat flux is probably a vector (represented as a tuple).

MEB

Wahid