Can you scope a temperature load to a body in a Simulation thermal transient?


A temperature load is applied to nodes, whereas a body usually receives element loads. In this case, the temperature is applied to the nodes on the surface of the body.

You could use named selections and Commands Objects to apply the temperature to all the nodes of a body; for example, the commands below apply a temperature of 290 degrees to all the nodes of the body named Part:

cmsel,s,Part
nsle
d,all,temp,290
cmsel,all
nsel,all
esel,all





Show Form
No comments yet. Be the first to add a comment!