Net heat flow not same as total heat flux
Net heat flow not same as total heat flux
(OP)
Hi I'm not totally familiar with ANSYS. I want to find a way to compute the net (total) heat flow rather than the discrete steps of heat flow that match a mesh.
In the example a copper rod has a constant temp. applied at each end (200C one end and 93C at other). Convection heat transfer coeff. is known and so is the ambient temp.
Calculating; one can integrate the heat flux along the surface to arrive at a total Watts of heat loss.
How does one derive this figure by modelling?
One has Watts/m2 for discrete elements ... The attached jpg shows the current stage of the model.
Thanks
In the example a copper rod has a constant temp. applied at each end (200C one end and 93C at other). Convection heat transfer coeff. is known and so is the ambient temp.
Calculating; one can integrate the heat flux along the surface to arrive at a total Watts of heat loss.
How does one derive this figure by modelling?
One has Watts/m2 for discrete elements ... The attached jpg shows the current stage of the model.
Thanks





RE: Net heat flow not same as total heat flux
RE: Net heat flow not same as total heat flux
Unfortunately, I don't think that it is possible to output the net heat crossing a conductive (contact or continuously meshed surface) boundary in Workbench. This may be possible with APDL scripting and command objects as well, but my APDL skills are limited so I use a different approach.
What I've done is output the nodal flux components along the desired boundary, taken the dot product of the heat flux vectors and the vectors the surface normals, and computed the surface integral in Matlab. It's not the prettiest methodology, but it should get you an answer.
From the look of your model, you might be okay using the reaction probe in the GUI, but if you need the heat passing through a conductive boundary post-processing or APDL scripting might be necessary.
RE: Net heat flow not same as total heat flux
RE: Net heat flow not same as total heat flux
RE: Net heat flow not same as total heat flux
I will look for that.
Cheers!